ASP.NET Interview Questions

1 . What is Asp.Net ?


Asp.Net is a framework of .Net Technology for developing web applications.


2 . What is WebForm in Asp.Net ?


A webform is a page is asp.net with the extension of .aspx.


3 . What is the fullform of ASPX ?


ASPX stands for Active Server Page Extended.


4 . What is are languages support by Asp.Net ?


Asp.Net supports any .net language like C#.net,VB.net, C++.net,F#.net etc. We can use any of these languages for developing asp.net applications.


5 . A webform in asp.net consists of how many pages?


A webform consists of three pages linked with each other. Webform.aspx (Design Page or View) webform.aspx.cs(Code Behind class) webform.aspx.designer.cs(Autogenerated Designer class)


6 . What are the steps for creating a webform in asp.net ?


For creating a webform, first we need to design the page using html,css and asp.net controls and then write the code in the code behind file by generating events for the controls.


7 . What are the types of controls supported in asp.net?


Asp.net supports html controls which are client side controls and asp.net controls which are server side controls. Along with controls there can be differents stypes applied using css and we can also use scripting languages like javascripts,jquery , angualar etc


8 . What is the major difference between client side controls and server side controls?


Client side controls are html controls which can be accessed only in the design page and the controls cannot be accessed in the code behind file. Server side controls are asp.net controls which can be accessed both in the design page and the code behind file using any .net programming langauges like C#.


9 . What is the syntax of asp.net controls?


Syntax :


10 . What is the significance of runat="server" in asp.net controls ?


The runat="server" is attribute which make the controls as server side controls. It is compulsory for every asp.net controls.


Post Question Details

Ques. o7t7e6

Posted On: 06-03-2026 04:11:06


Ques. 3sxwm4

Posted On: 23-02-2026 15:36:28


Ques. u7zeqi

Posted On: 20-02-2026 09:52:55


Ques. 0vphx0

Posted On: 13-02-2026 05:52:37


Ques. kdldh4

Posted On: 10-02-2026 00:38:45


Ques. po7cg7

Posted On: 30-01-2026 10:22:22


Ques. xq5o2m

Posted On: 09-12-2025 10:36:09


Ques. yf7ohj

Posted On: 07-12-2025 02:33:49


Ques. wxbjv0

Posted On: 13-11-2025 14:01:15


Ques. 70qume

Posted On: 02-11-2025 04:46:06