Write some code using interfaces, virtual methods, and an
abstract class`
what is CLR?
What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed.
What event handlers can I include in Global.asax ?
What is an iHTTPModule, and explain its implementation with its limitations?
Difference between .NET and previous version?
What is the use of ASP.NET routing?
What?s the difference between Codebehind="MyCode.aspx.cs" and Src="MyCode.aspx.cs"?
1 Answers Getit, Siebel, Visual Soft,
What is a uri query?
What is server redirect?
What is page fragment caching?
What is http pipeline in asp.net?
What is difference between session and application in asp net?