Asp.Net Interview Question and Answers for Experienced
36. | What is called ASP.NET File? |
---|---|
|
|
37. | What is the use of web.config? |
---|---|
The web .config file is an XML formatted text file comprising numerous sections and subsections. | |
38. | What is the standard event parameter list? |
---|---|
(Sender as Object, e as EventArgs) | |
39. | What is the difference between code declaration blocks and render blocks? |
---|---|
|
|
40. | What types of forms do ASP.NET Web Forms use? |
---|---|
ASP.NET Web Forms use postback forms. | |