Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

ASP.NET woes

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?

Name: Anonymous 2010-04-22 19:01

You need to instantiate that with DetailsViewInsertedEventArgsFactorySingleton first.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List