Name the validation control available in asp.net ?
Answer / arunendra shukla
RequiredField, RangeValidator,RegularExpression,Custom validator,compare Validator
| Is This Answer Correct ? | 0 Yes | 0 No |
What are early binding and late binding.
When working with ASP.Net server controls, it is important to use the right event handlers to capture the event for the application to function properly. What event would you use to capture the selection of a new item in a DropDownList control? a) The Click event. b) The SelectionChanged event. c) The SelectionIndexChanged event. d) The ChangedSelection event.
Where does Web.Config Info stored? Will this be stored in the registry?
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.
2 Answers Microsoft, Syntax Softtech,
What does asp stand for in asp.net?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
what is usercontrol how we can use acess the controls that are present in the usercontrol in the aspx page suppose we have 2 text boxes in a user control how u can acess the 2 textboxs in the aspx page
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
What is Assembly?
3 Answers Inspira Technologies,
What is the difference between session.abandon() vs clear()?
Which is faster viewbag or viewdata?
How to prepare culture-specific formatting in .net.
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)