User control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I got an ASP.NET webform with a user control on it which acts like an index. When an item of the index is selected a procedure on the webform should be called by the user control. Executing the procedure on the webform works but when the procedure makes a change to the webform (for example a response.write) I get a runtime error.

Any ideas

Regards

Marcel
 
Your post went unanswered. Have you resolved this issue? If you still need
help, please post the original question with your request.

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
Marcel said:
Hi,

I got an ASP.NET webform with a user control on it which acts like an
index. When an item of the index is selected a procedure on the webform
should be called by the user control. Executing the procedure on the webform
works but when the procedure makes a change to the webform (for example a
response.write) I get a runtime error.
 
Back
Top