Compare and contrast between inline and code behind - which
one is best?
Answer Posted / bhaskar
code behind model is better than in line code y because 1.
designer n developer can work simultaneouly 2. sequrity
will be provided so that web desiger can not edit the
developer's code.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain some of the major built-in objects in asp.net
What are asp.net web forms?
Is post back in asp.net?
What is http only cookie?
What is Web API Routing?
What is the compiled object?
Explain Session state management options in ASP.NET.
What is asp net application object?
What is the difference between client-side and server-side validations in webpages?
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
Write code to send e-mail from an asp.net application?
What are the asp.net security controls?
What is the main differences between asp and asp.net?
How are sessions stored?