Ask a Question related to ASP.NET General, Design and Development.
-
MD Cobb #1
HELP - WebForms as HttpResponseHandlers
Hello All,
I'm using the <httpHandlers> section of the web.config
file to specify a
webform class (WebForm1) that is the base class for
WebForm1.aspx to be the
response handler for the certain path. The WebForm1 class
is loaded and the
page_load() event fires, but none of the HTML from
WebForm1.aspx is
proccessed: including the child controls. Is there a way
to force the ASPX
page to be processed (i.e. get the same result that I
would if I directly
navigated to WebFrom1.aspx)?
Thanks,
MD Cobb
MD Cobb Guest
-
CDONTS - WebForms - Pls Help
I am hoping that someone can help me Here is what I want to do; I need to have a htm page that has text boxes that website visitors fill out... -
Webforms and HotKeys
Oh Wow! thanks alot. :-) surely a great relief with this issue. Cheers -
Embedding Webforms
Is there any way to embed a webform or something similar into another webform so that it renders correctly? I've been using pagelets but find... -
Usercontrol in webforms subfolder
Hi. I had a similar question here some days ago.....anyway.. When in VS.Net adding a webform in a subfolder of the project, and adding a... -
WebForms as HttpResponseHandlers?
Hello All, I'm using the <httpHandlers> section of the web.config file to specify a webform class (WebForm1) that is the base class for...



Reply With Quote

