Archive for March 13th, 2007
Mixing your javascript into ajax extensions
After you start working deep in asp.net ajax extensions, you might sometimes need to write some of your additional javascript codes, and you will need them to integrate with the ajax extension system.
For example, suppose I need to populate a GridView control by doing an ajax callback, say with a Button click. I have the [...]
Uploading files using asp.net ajax extensions
The current ajax extension (Version: 1.0.61025.0) does not support file upload within the UpdatePanel. I am not so sure why, but I have heard it to be because browser security limitations. As browsers do not allow direct access to user file system via javascript codes, and due to this reason the <input type=”file”> cannot be [...]
Read Full Post | Make a Comment ( 25 so far )