Super User

Super User

Monday, 21 January 2013 13:55

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 -

t is difficult to use jquery for datalist items
because datalist items are generated dynamically
using same itemtemplate.

for purposes you may want to register and run jquery
functions from code behind file.

you may need to register javascript file/css file from code
behind when needed.for this follow the codes below -

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 -

Saturday, 19 January 2013 13:56

how to read from a xml file

suppose you have some data in the xml file as shown -
Saturday, 19 January 2013 13:55

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 -

if you want to resize your asp.net textbox height according
to content then these codes will help you perfectly.

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.

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 -


Latest discussions

  • No posts to display.