Hello,
I am working in c# asp.net.
My page is geting logout as soon as any ostback events fires. For ex . : Dropdown selected event change, radio button event or button click.
I have already used EnableViewSate to TRUE on page directives , still it is getting loggedout.
Even i put thse controls in update panel and in Trigger.
Note : sometmes debugger goes in global.asax and it shows "Maximum length exceeded", so i change web config accordingly, still no luck
Pleae let me know any fix or feedback ?