Hi,
Now i need some help from you, that was i had aspx page control for transferring the application datas to another web page. k when i click the transfer button. the Current page will be inactive. and the User only once time they can transfer the page otherwise disabled.
Anyone can help me to solve this issue. please sent response with right codings.
Any help will be gretly appreciated.
Thanks
Loading
Jean PaulPosted Jan 4, 2011, 3:08 AM
One workaround idea is to use the Sesson variable to store some value about the page is blocked while submitting.
In the page load event we can check this variable and redirect the page or disable controls.