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   To Refer this Site to Your Friends   Click Here
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
Should user input data validation occur server-side or 
client-side?  Why?
 Question Submitted By :: Priya
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Should user input data validation occur server-side or client-side? Why?
Answer
# 1
User input data validation should occur on client side.
Then for each transaction there is no need to contact with 
server thereby  transactions decreases and efficiency 
increases.
 
Is This Answer Correct ?    11 Yes 2 No
Sapna
 
  Re: Should user input data validation occur server-side or client-side? Why?
Answer
# 2
user input data validation can occur both side means client 
side as well as server side. but generally validated on 
client side because in this validation no any sever 
resources used for validation. So it provides  less 
overhead on server and application performance become fast 
rather than server side. if we validate user input data on 
server side every time data check on server so the 
performance of application become slow down.
 
Is This Answer Correct ?    9 Yes 2 No
Manish Singh(amalga Fusion)
 
 
 
  Re: Should user input data validation occur server-side or client-side? Why?
Answer
# 3
Client side validation such as javascript can be bypassed.
It is not secured at all. But it can be used to provide
quick feedback to the users. For example, if the user enters
invalid username and jump to another field, show an error
message quickly with client side validation.

Sever side validation protect against  against the malicious
user. Using both techniques can provide secrue, quicker
validation and compatibility .
 
Is This Answer Correct ?    0 Yes 0 No
Zaw
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions. Syntax-Softtech2
How to find the client browser type ? Cognizent4
What tags do you need to add within the asp:datagrid tags to bind columns manually  2
What are skins?  1
What is MSIL?  2
.net allows which inheritence AG-Technologies5
Derive WSDL?  6
what is the use of untyped data set ? TCS2
Caching techniques in .NET ? Microsoft1
Life cycle of ASP.NET page when a request is made ? MMTS3
1. What is the difference between Cache and Session? 2. I cache limited to page like viewstate or it's accessible through out the application like session? 3. Which one is better when I've some data that is to be used across the application? Why is to better than the other? 247Customer1
What is CTS, CLS and CLR ? TCS4
I M working in 1.1 .net framework. In a page I have 5 text box & 2 data grid. In PageLoad() All text box will populate with blank value & 1st dataGrid with some value. When I click on EDIT button Of the 1st dataGrid,The Relevent data Of the particular row will populate in first 3 textboxs & corresponding relevent data Will populate in the 2nd DataGrid. Now when I click 2nd datagrid's EDIT button of a perticular Row,relevent data will populate on last 2 textboxs & 1st 3 textbox's value will be same as per as it was........ ........My Problem Is ........... When I click on edit button Of 2nd DataGrid, 1st 3 text boxes values goes Off & 2nd DataGrid Is goes off Due to Postback.but The relevent value is populated In last 2 textboxes.So How I stoped this postback??So that all the data in 1st 3 textboxes will be same.So that I can edit the values of 2nd Grid with 1st 3 textBoxes value.. plz dirctly mail me 1 copy of post to... maloy.adhikari@in.com  2
is it possible to use web site without web server from remote place? ABC1
What is .Net3.0 and .Net3.5? Describe something about that Features..  1
Caching techniques in .NET? Microsoft2
What object is used to encapsulate a rowset? a) DataSet b) DataAdapter c) DataRowSet d) DataTable Syntax-Softtech2
If you want a certain ASP.NET function executed on MouseOver for a certain button. Where do you add an event handler?  1
What is role-based security?  1
Explain Factory pattern? Microsoft1
 
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