I needed to access every cell of a GridView in Client Side in one of my application, so needed to call javascript from GridView Cell. Actually I have a Dropdownlist , select any of the item from the dropdownlist will change the value of the same row in a different cell and will change the [...]
Archive for February, 2009
JavaScript for GridView Row Level Access
Posted in Asp.Net, Javascript on February 26, 2009 | 4 Comments »
Run WebApp in a fixed port of development web server
Posted in Asp.Net on February 23, 2009 | Leave a Comment »
I needed to run my web application in a fixed port of my web server due to fixed SiteURL in the web site whcih I needed to change every time from the web config.
Here are simple and easy steps tp run your web application in a fixed port of your web server.
1. Go to Solution [...]

