how we deploy the asp.net 2.0 application
Answers were Sorted based on User's Feedback
How many types of triggers are there in update panel?
What is Active Directory? What is the namespace for that?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
Are there resources online with tips on asp to asp.net conversions?
How many types of sessions are there in asp net?
Demonstrate Render and PreRender?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
What are Master Pages in ASP.NET?
What’s the difference between Response.Write() andResponse.Output.Write()?
Explain difference between dataset and recordset?
what are httphandlers and httpmodules.and their differences.