Skill/Topic: BeginnerA) HTTPB) SOAPC) TCPD) SMTP
Latest Answer : HTTP ...
Skill/Topic: AdvancedA) Transfers all the form data to test.aspx with HTTP headersB) Transfers all the form data to test.aspx with out HTTP headersC) Calls post method on test.aspxD) None of the above
Latest Answer : thats right. Calls post method on test.aspx ...
Skill/Topic: AdvancedA) Adds HTTP Headers to output streamB) Adds Tag to rendered PageC) Add Headers to the web site
Latest Answer : Adds HTTP Headers to output streamis the correct answer ...
Skill/Topic: AdvancedA) Httphandler is an class and Httpmodule is an assemblyB) Httphandler is an event handler and httpmodule is module to do some taskC) Both of the aboveD) None of the above
Latest Answer : The Answer is none of the above. becz..HTTP handlers are the end point objects in ASP.NET pipeline and an HTTP Handler essentially processes the request and produces the response. For example an ASP.NET Page is an HTTP Handler. HTTP Modules ...
When i try to open the asp.net web application template with C# projects as project type i'm getting the error message as"The default web access mode for this project is set to file share,but the project folder at http://localhost/webapplication1 cannot be opened with path acer-a6abc676f9wwwroot$webapplication 1." What i have to do to rectify this error ?
How we can use callback event handler for filling one combo-box by the other combo-box?
What is HTTP Handler? When it used in web.config file.