Answer Posted / kumar saurabh
A set of server controls included with ASP.NET that test user input in HTML and Web server controls for programmer-defined requirements. Validation controls perform input checking in server code. If the user is working with a browser that supports DHTML, the validation controls can also perform validation using client script.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is state management technique?
Are cookies stored on server or client?
What are the elements of a website?
What is http pipeline in asp.net?
Can I combine classic asp and asp.net pages?
What is asp.net architecture?
What is anonymous authentication?
Where do we store our connection string in asp.net application?
What do you mean by serialize?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal
How do you store a value in viewstate and retrieve them?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
What is the maximum number of classes that can be contained in one dll file?
Can a .net web application consume java web service?