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 the difference between the get method () and post method ()?
Diff between web user control and web custom control?
What are the 3 types of web?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What is the file through which you can customize your asp.net application?
How to implement Authentication and Authorization?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
How ASP.NET page works?
Explain the disadvantages of viewstate?
What is form submit?
How to make paging concepts in datagrid in ASP.NET?
What is the difference between application state and caching?
What is the use of session?
Which asp.net objects encapsulate the state of the client and the browser?
How many web config files can be created for an application?