Answer Posted / j_baghla
We can perform validations either on client-side or server-
side.On client side we perform validation thru
javascript.Server side validation we can perform thru
validation server controls.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Explain about Application and Session Events ?
What is application variable?
Which class is used to send an email message from an ASP.NET Web page?
What is the difference between client-side and server-side validations in webpages?
What is the difference between response.redirect and server.transfer?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
What is asp.net file?
Give 2 examples for scenarios when routing is not applied?
Explain a program using razor view engine to create a simple application? : asp.net mvc
What is the difference between session and viewstate?
Is asp net front end or backend?
What is difference between session and cookie?
Can you explain composite pattern?
How can you make sure that web api returns json data only?
Can user control be stored in library?