Super User
how to use jquery slider in asp.net page
if you want to use nice jquery slider in your asp.net website
follow the steps below -
how to show datalist item details in jquery popup
t is difficult to use jquery for datalist items
because datalist items are generated dynamically
using same itemtemplate.
how to register and run jquery from code behind file
for purposes you may want to register and run jquery
functions from code behind file.
how to register script file from asp.net code behind file
you may need to register javascript file/css file from code
behind when needed.for this follow the codes below -
how to access html textarea element from code behind file
you will need to access html elements from asp.net
code behind file.i show you how to access widely used
html textarea element from code behind file -
how to read from a xml file
how to make uneditable textbox
you have tried to show data in the asp.net textbox
control and wanted that user will not be able to
modify data in the textbox or cursor will not be
shown in the textbox or other technical reason
then this tips can help you -
how to make textbox height according to content
if you want to resize your asp.net textbox height according
to content then these codes will help you perfectly.
how to show/hide panel inside datalist using jquery
if you wanted to use jquery like for showing/hiding panel
when button clicked inside datalist itemtemplate then you
experienced that the action is repeated per item.
how to send email by dnn sendmail method and create custom NavigateUrl
you can create custom navigate url in dotnetnuke to send the url or
use it as a querystring in another page by the following way -