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!
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!