ASP.NET Interview Questions Download PDF

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. 260vag

Posted On: 12/9/2023 9:54:57 AM


Ques. vydv2d

Posted On: 4/29/2023 7:34:20 AM


Ques. pkweje

Posted On: 9/21/2022 7:03:57 PM


Ques. what is asp.net?

Posted On: 5/5/2020 11:55:40 AM