How can we Validate a Controls in ASP.NET page using JavaScript?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

What are the new navigation controls in asp.net 2.0?

0 Answers  


what are the differences between windows services and web services?

5 Answers   Tech Mahindra,


Take one textbox if I am inputting abc alphabet in capital letter or in small letter on the button click it will be bcd or if I enter 123 and it would be 234 like that in ASP.NET?

3 Answers   DNS,


Which object encapsulates state or data of a user?

0 Answers  


can any one explain about 3-tier architecture and how to deploy 3 layers of 3-tier architecture in 3 different servers.plz send me .net code

1 Answers   Wipro,


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?

0 Answers  


Explain the benefits of viewstate?

0 Answers  


How to transpose rows into columns and columns into rows in a multi-dimensional array ?

1 Answers   Microsoft,


Define resource files.

0 Answers  


What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed.

2 Answers   Syntax Softtech,


what is structured data format?

2 Answers  


Explain the life cycle of an ASP .NET page.

2 Answers  


Categories