Jquery Image Slider in c# asp.net web page:
download source code
demo:
We can easily use Jquery Image slider in asp.net page.It's a simple slider. Just copy the code bellow in your web page. Firstly add jquery and css link in header.
<!-- First, add jQuery (and jQuery UI if using custom animation...
Wednesday, December 12, 2012
Tuesday, December 04, 2012
undefined
201
Cascading Dropdown list by HttpHandler in c# asp.net:
download source code:download
demo:
In my previous example I was explained how to make cascading dropdownlist by jquery .ajax() method.In this example i used HttpHandler class and jquery .getJSON() method to manipulate cascading dropdownlist. Before...