Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Controlling a panel on a parent form from a user control

Status
Not open for further replies.

alan6895

Programmer
Aug 3, 2007
48
US
Hello again, everyone.
I've made a user control to overcome the single-form limitation in ASP .NET 2.0. The UC does a little work and then needs to interact with the parent form. I've seen how to find controls in the parents, but I need the UC to open and close some panels in the parent. Anyone have any suggestions or a better way to do this? It's for a multiple file upload form (which, on a sidenote, if anyone has tips on how to do multiple file uploads efficiently, let me know). Thanks!
 
the idea of the UC is that it's webform egnostic. the parent is resposible maintaining the UC, but the UC is unaware of it's parent.


Jason Meckley
Programmer
Specialty Bakers, Inc.
 
Ok, so the multiple form problem persists even with the user control. I changed the way the form components are integrated and that solved problem. Now, thouhg the files don't upload. Sooo, anyone have suggestions on multiple file upload controls? I have one I'm working with now from I ported it to VB .NET. Thanks!
 
Thanks for the info Jason. I posted the reply above before yours got here.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top