how to limit the maximum number of characters in textbox control
Written by Super Userlimiting the number of characters in a textbox control
is tricky and useful.
the two functions in the codes mainly used to do that.
these two functions are-Limitvalidation and get_object.
.Net framework 3.5 sp1 contains more features than
previous .net framework versions like 2.0,3.0,3.5
how to use jquery dialog to show content in asp.net
Written by Super Userjquery dialog is not only best for showing only content but
also can be used to show form,buttons for postback.......
but for this jquery dialog must be appended to form as -
how to show Gridview items details using DetailsView
Written by Super UserGridView is the most common data representation
contol in asp.net.It's needed to show users the
items details when the item is selected.DetailsView
control can be used precisely to show the Gridview items
details.
this post shows how to populate dropdown list from
dataset.it's done by the following generic method-