A
akanihuu
I am building a ASP.Net web application using C# and added code to the
Session_End function in the Global.asax.cs to delete user files when
the session times out in ten minutes. I have a page that displays the
accounts in a datagrid with two columns. One column contains the
account name and the second contain a delete link to delete the
account. The problem I am having is that whenever I click the delete
link to delete the account, it is triggering a call to the Session_End
event to delete the user files instead of the account. I don't know
why this is happening and have tried many work around to fix this
problem, but have been unsuccessful. I would really appreciate any
help on this, thanks.
Session_End function in the Global.asax.cs to delete user files when
the session times out in ten minutes. I have a page that displays the
accounts in a datagrid with two columns. One column contains the
account name and the second contain a delete link to delete the
account. The problem I am having is that whenever I click the delete
link to delete the account, it is triggering a call to the Session_End
event to delete the user files instead of the account. I don't know
why this is happening and have tried many work around to fix this
problem, but have been unsuccessful. I would really appreciate any
help on this, thanks.