Explain what is an abstract class?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

Explain weak typing and strong typing.

0 Answers  


What is boxing and unboxing?

3 Answers   Patni,


What definition correctly defines a label server control with the name set to lblHoop? a) <asp:Label name=?lblHoop? runat=?server? /> b) <Label id=?lblHoop? runat=?server? /> c) <asp:Label id=?lblHoop? runat=?server? /> d) <server label name=?lblHoop? runat=?asp? />

3 Answers   Syntax Softtech,


what is client-server architecture in .net? and what is 3-tier architecture?

1 Answers  


How does viewstate work?

0 Answers  


What is postback in asp net?

0 Answers  


What is Pre-Render event in ASP.NET?

0 Answers   MindCracker,


How many modelpopup extender we frequire when we want more than one model popup on same page ?

3 Answers   TCS,


Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()

4 Answers   Techno Solutions,


To call a Web service SOAP which transport protocol you use?

3 Answers   Siebel,


How is a session stored and maintained in asp.net?

0 Answers  


Describe the difference between a Thread and a Process?

4 Answers  


Categories