Explain MVC model binders?
What r the asp.net list controls and difference between them?
When an ASP.NET server control is added to a web form, Visual Studio .NET adds one item to the class for the form. What item is added? a) The event registration. b) A protected class member for the control. c) A default event handler for the click event. d) A default class that inherits from the control?s base class.
4 Answers Syntax Softtech, TCS,
About CLR, reflection and assemblies?
In which event of the page life cycle, is the viewstate available?
How to identify host of my system? How to identify servername of my system? How to identify domainname of my system?
What is __ requestverificationtoken?
what is the differance between .DLL & .EXE
10 Answers Infinite Computer Solutions,
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
What is application session?
Is data edited in the Repeater control?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
how to convert varchar into datatype int............. in ASP