pound character(#) in asp.net ajax -


iam using asp.net , asp.net-ajax every thing happens on browser urls of format

http://somepage#page1 http://somepage#page2 http://somepage#page3 

now these urls in secured folder when logged in user directly types (or use bookmark) url below, shown page

http://somepage#page2   -- (bookmarked url lying in secured folder) 

now when user user not logged in directly type above url gets redirected login page on login page in redirection url iam unable read characters after pound (#) sign. iam getting redirection url= "http://somepage" while want "http://somepage#page2" there way can this

everything after "#" sign in url never sent server won't able read value aspx page.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -