User control

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
 
A

Alvin Bruney [MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top