What is the difference between pathparam and queryparam?
How do we invoke queries from the application?
Explain about the .NET framework?
How does the iis work?
What are the different types of cookies in asp.net?
What is a web api endpoint?
Mention few asp.net validators.
What is the importence of the INTERFACE? but not the inheritence concept?and why we r declaring the empty methods in that? we can directly implements with in the class know? Tell me the importence?
What are the new login controls in asp.net 2.0?
Define static member?
What are the validation controls ?
Briefly describe the role of global.asax?
how to pass session value one url to another url.my code if session("user")="abc" then response.redirect("www.abc.com\client\home.aspx") end if. so how to pass value of session in browser url