Explain how inline and code behind is used differently ?
Answer / ninad
writting a code along side the html in a page is inline
code.
Writing a code in a separate file and referenced by
the .aspx page is code Behind.
Is This Answer Correct ? | 1 Yes | 0 No |
Why is global asax is used for?
Diff between web user control and web custom control?
Should validation (did the user enter a real date) occur server-side or client-side? Why?
Suppose you display a data having 200 records in a datagrid. Then you edit 100 records of them. Now when you will press update button,all 100 records should be updated in single shot rather than reading every record and updating. How to do it?
How to fetch a data from one table to another table in asp.net ?
What is ispostback method in asp.net?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Explain login controls.
Define ViewState and how can it be used?
What are asp.net web forms?
explain about Back ground process control in .net
1 Answers Digital Mesh, Infronics,
What is the difference between Webservice and WCF