I developing an ASP.Net 3.5 web application. I wanted to know if there is a way to set/change the query string without complete page refresh with AJAX..
basically its a file manager..
It has two repeaters. One for folders and other for files in folder.
When user clicks on specific folder link button.. Files in that folder open in File Repeater.
I have both repeaters in seperate ajax update panels.
What i want is when i click link button of folder to view files, the query string should change something like this..
sinnner
Member
2 Points
6 Posts
Ajax Query String Help Required
Dec 03, 2010 06:51 PM|LINK
I developing an ASP.Net 3.5 web application. I wanted to know if there is a way to set/change the query string without complete page refresh with AJAX..
basically its a file manager..
It has two repeaters. One for folders and other for files in folder.
When user clicks on specific folder link button.. Files in that folder open in File Repeater.
I have both repeaters in seperate ajax update panels.
What i want is when i click link button of folder to view files, the query string should change something like this..
Before Click
www.foo.com/filemanager.aspx
After Click
www.foo.com/filemanager.aspx?FolderID=1
Please Help..! Its S.O.S