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 variable and constant in .net programming language?
Which property is used to identify the Page is Post Back in ASP.NET?
Can action method static?
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 full trust in asp.net?
What are the differences between primary foreign and unique keys?
How dataadapter.fill works?
What is asp short for?
How to retrieve user name in case of Window Authentication?
How do I know asp.net mvc version? : Asp.Net MVC
Is it possible to write code in many languages in one asp.net project?
Which data type does the rangevalidator control support?
What are the authentication types in asp.net?
List the asp.net validation controls?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool