G
Guest
Hi,
I have a user control which I have registered in a webform.
In page_load method of user control, I am doing a response.write of some simple text.
I donot have any codebehind file for my webform. But when I load the WebForm in my browser, I see the text from response.write written out to the browser not once but twice!!!
Can anyone tell me why that happens? How I can avoid it? Quick response is appreciated.
Thanks,
AK
I have a user control which I have registered in a webform.
In page_load method of user control, I am doing a response.write of some simple text.
I donot have any codebehind file for my webform. But when I load the WebForm in my browser, I see the text from response.write written out to the browser not once but twice!!!
Can anyone tell me why that happens? How I can avoid it? Quick response is appreciated.
Thanks,
AK