Name: Anonymous 2010-04-22 9:56
I'm afraid I have a problem. I've been working on an ASP.NET assignment involving inserting information into databases and at the bottom of one of the pages we have to show the information that a user just input in a grid view.
I know I can filter it with a session but I'm unsure of how to store the insert from the detailsview in a session.
So far what I've come up with is this:
Session("Current") = ????.DetailsViewInsertedEventArgs;
But obviously ??? doesn't quite work.
Help please?
I know I can filter it with a session but I'm unsure of how to store the insert from the detailsview in a session.
So far what I've come up with is this:
Session("Current") = ????.DetailsViewInsertedEventArgs;
But obviously ??? doesn't quite work.
Help please?