What is the need of client side and server side validation ?
Answer / shiva
client side validation are used to reduce the burden on
server because if you write server side validation each and
every request is send to server and server gives the
response each and every time so burden on server. to avoid
this problem by using client side validations.
we can write some of validations at server side regarding
security.
| Is This Answer Correct ? | 7 Yes | 1 No |
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
When a dropdownlist has been added by some records and it has been binded why it is not executing i'm facing this error pls help me ? if (is!pageposback) { arraylist books = new arraylist; books.add ("gone with the wind"); books.add ("rahulsriramprakash"); books.add ("vishal"); dropdowndisplay.datasource=books; dropdowndisplay.databind(); } The error is : 1) The dropdowndisplay does not exist.
Can you explain what inheritance is and give an example of when you might use it?
What are the disadvantages of asp.net?
Difference between HTML control and Web Server Control?
What is Partial PostBack in ASP.NET?
Whats the use of @ Register directives ?
Explain about asp.net caching?
Securitywise What are the Enhancements in 2.0?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
Explain transparent caching with aop?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)