Answer Posted / sneha
aspx file forms the GUI part of a web page. server side
code is written in code behind page (.cs or .vb) whereas
the client side code is written in aspx file.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How many ways are there to maintain a state in .net? What is view state?
What is postback request?
Explain repository pattern in asp.net mvc? : asp.net mvc
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
Explain the asp.net mvc request life cycle? : asp.net mvc
How you can access the values from the Repeater control in ASP.NET?
What is css and what is it used for?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
Explain model, view and controller represent in an mvc application? : asp.net mvc
What is syntax code to send email from an asp.net application?
What is data control in asp.net?
What are the authentication types in asp.net?
Explain different types of validators in asp.net?
What are the different types of validation controls in asp.net?
How to bind all the binding controls in a page at once in ASP.NET?