Logo 
Search:

Asp.net Forum

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds

Form to another Form

  Asked By: Bonni    Date: Sep 04    Category: Asp.net    Views: 2289
  

Can any one specify how a form can call another form by clicking Submit button
in ASP.net application. I wanna all the details entered in first form to connect
a Database and then display a data grid in another form. If possible please
explain with some example.

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Nagina Mian     Answered On: Sep 04

Form as window or form  as FORM tag?

You have two forms as like having two windows? Are those windows in any
relationship child-parent? If they are, then you can access both from each
window. If they aren't then forget it, because they don't see eachother (having
different session maybe even different user).

If you relate to two forms as the FORM tag in one window and one document it's
IMPOSSIBLE in ASP.NET... Sorry. Cannot make state for more than one form per
document...

 
Didn't find what you were looking for? Find more on Form to another Form Or get search suggestion and latest updates.




Tagged: