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
What is css in asp.net?
How do u deploy ur project?
What is enableviewstate in asp net?
What are the different method of navigation in asp.net?
Which tool you have done?
From which base class all web forms are inherited?
What is http protocol and how it works?
Why is global asax is used?
What is meant by web application?
Why do we use web config?
Explain parts of assembly?
What is the difference between localization and globalization?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What does postback mean?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?