adsense

Monday, February 18, 2013

Accessing ASP.NET session variables with JavaScript

This seems to be common questions that have been asked and the answer is it is not possible directly. But with the help of AJAX it is possible as following article describes.

http://irahuldev.blogspot.com/2012/06/how-set-and-get-aspnet-session.html

Cheers
Samitha

Friday, February 15, 2013

Asp.net DropDownList with Custom Paging

When we developing with Asp.net DropDownList, one of the most common issue faced is when there are too many records filled in the control, the control goes up as you select the DropDownList. This is the default behavior of the DropDownList and one of the solution for this is to have DropDownList with Custom Paging. I found this article explaining how to implement a Asp.net DropDownList with Custom Paging.

Cheers

Samitha