In asp.net, how can you validate drop down box?
How u refer webservices?
What is ViewState ? and how it is managed ?
how can i call output parameters from ado.net
Why is mvc better than asp.net?
What are web server controls in asp.net?
When working with ASP.Net server controls, it is important to use the right event handlers to capture the event for the application to function properly. What event would you use to capture the selection of a new item in a DropDownList control? a) The Click event. b) The SelectionChanged event. c) The SelectionIndexChanged event. d) The ChangedSelection event.
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
How can we prevent browser from caching an aspx page?
You have multiline textbox and submit button. if you paste xml content into multiline textbox and hit submit button. what action will perform?
How does the service stream content?
What are the different types of sessions in asp.net? Name them?
What base class do all Web Forms inherit from?