ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
How can we do the client side validation and Server side
validations? But i told that At client side by with the help
of validations control or by javascript? But I dont know
about  the Server side controls Explain?
 Question Submitted By :: Sharf-sunny
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How can we do the client side validation and Server side validations? But i told that At client side by with the help of validations control or by javascript? But I dont know about the Server side controls Explain?
Answer
# 1
Server validations can done on sever side while in server
side they are 7 validations 

1.custom valdator
2.compare validator
3.required field validator
4.range validator
5.validation grouping 
6.summary grouping
7.regular expression validator
 
Is This Answer Correct ?    4 Yes 8 No
Viji
 
  Re: How can we do the client side validation and Server side validations? But i told that At client side by with the help of validations control or by javascript? But I dont know about the Server side controls Explain?
Answer
# 2
As far as i know we have 6 validation controls only.
1. Required field validator
2. compare validator
3. Regular expression validator.
4. Range validator.
5. Custom validator
6. Validation summary.

   Correct me if i am wrong.
 
Is This Answer Correct ?    13 Yes 2 No
Pratap
 
 
 
  Re: How can we do the client side validation and Server side validations? But i told that At client side by with the help of validations control or by javascript? But I dont know about the Server side controls Explain?
Answer
# 3
We can Use Javascript Function for Client side validation.

And for Server Side Validation There are various validation 
control available in ASP.NET.

1. RequiredField Validator
2. Range Validator
3. Campare validator
4. RegularExpression
5.Validation Summary 
6.  Custom Validator
 
Is This Answer Correct ?    7 Yes 4 No
Rajesh Kumar
 
  Re: How can we do the client side validation and Server side validations? But i told that At client side by with the help of validations control or by javascript? But I dont know about the Server side controls Explain?
Answer
# 4
And for Server Side Validation There are various validation 
control available in ASP.NET.

1. RequiredField Validator
2. Range Validator
3. Campare validator
4. RegularExpression
5.Validation Summary 
6.  Custom Validator
 
Is This Answer Correct ?    6 Yes 3 No
S
 
  Re: How can we do the client side validation and Server side validations? But i told that At client side by with the help of validations control or by javascript? But I dont know about the Server side controls Explain?
Answer
# 5
Athere are 6 validation control 
1. RequiredField Validator
2. Range Validator
3. Campare validator
4. RegularExpression
5. Validation Summary 
6.  Custom Validator

only custom validator has event on "servervalidate" ,others validate on client side
 
Is This Answer Correct ?    1 Yes 0 No
Neha
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
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'  2
For a server control, you need to have same properties like color maxlength, size, and allowed character throughout the application. How do you handle this? Microsoft2
What is a bubbled event?  2
In try catch blocks one is normal catch block and another is sqlcatchexception block Microsoft3
What combination of methods are used to improve the speed of the fill() method of the DataAdapter? a) BeginFillData() and EndFillData() b) StartFillData() and EndFillData() c) BeginLoadData() and EndLoadData() d) StartLoadData() and EndLoadData() Syntax-Softtech2
hai to all. what is the procedure for " web hosting ".If you know please message me at "yoursguna@gmail.com". Thank u...  1
web user and custom conrols  1
Differentiate between Server Transfer and Response Redirect? DELL2
What does setting a control's EnableViewState property to false accomplish?  1
What method must be overridden in a custom control? a) The Paint() method b) The Control_Build() method c) The Render() method d) The default constructor Syntax-Softtech1
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. Netsweeper4
what are the types of ASP objects ? Satyam4
how to increase performance of web site? if there is a page with high load. the content is high then what should we do to increase performance? TCS2
How do you handle unhandled exceptions in ASP.NET?.  3
Difference between ISQL and OSQL??  1
What is Runtime callable wrapper?  2
write a sample code make use of xmltext writer GCI1
My website has around 100 aspx. Out of this, a certain 20 aspx files should be made available to the users only if they are logged in. How can I achieve this with the web.config file? Techno-Solutions1
How to compare two strings with out Case sensitive ? Protech4
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. Syntax-Softtech2
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com