Embedded forms
-
There is formA.aspx having grid and many controls. Now, there is another requirement that there needs to be another textbox and button on top of the form on the basis of which the formA will be populated. This should be formB. I dont want to add everything on formA into formB. Just want to call formB from formA without redirecting to another page. How can I do this without using usercontrol becoz this is just needed once and putting it as a user control will be my last chance. Can you suggest simple method other than going for MDI?
Thanks
-
There is formA.aspx having grid and many controls. Now, there is another requirement that there needs to be another textbox and button on top of the form on the basis of which the formA will be populated. This should be formB. I dont want to add everything on formA into formB. Just want to call formB from formA without redirecting to another page. How can I do this without using usercontrol becoz this is just needed once and putting it as a user control will be my last chance. Can you suggest simple method other than going for MDI?
Thanks
There's no such thing as MDI in ASP.NET. Just add the textbox and button and set their visibility. Or make the user control, it's not hard.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )