which scripting is used browser by server when we use
validation controls.
1.javascript
2.vbscript
3.jscript
4.perl
Answers were Sorted based on User's Feedback
Answer / siva vardhan
JavaScript is used mostly in all .NET applications for
client side validations
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / sudhir kunnure
u can write javascript function into jscript file.or on
javascript on same browser.
Is This Answer Correct ? | 2 Yes | 1 No |
5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?
what is narmalization
How can you provide an alternating color scheme in a Repeater control?
I am using ASP.Net 2.0. I added the following code in button_Click page. but 'PreviousPage' is not taking as a keyword. It throughs an error. Page Poster = this.PreviousPage; TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest"); sDisplay = txtNewTest.Text; Response.Write(sDisplay); The following is the Error Message: 'controls_LoginMain' does not contain a definition for 'PreviousPage'
Why session is necessary in web application?
What is a user session?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is State Management in .Net and how many ways are there to maintain a state in .Net?
What is postback pixel?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
what is clr .
suppose i am Admin in my application and i have to terminate the session of the particular user in my application.........how can i do it....?????