Which two properties are on every validation control?

Answer Posted / aadesh kumar

We have two common properties for every validation controls
1. Control to Validate,
2. Error Message.
What tags do you need to add within the asp:datagrid tags to bind columns manually ?
< asp:DataGrid id="dgCart" AutoGenerateColumns="False" CellPadding="4" Width="448px" runat="server" >
< Columns >
< asp:ButtonColumn HeaderText="SELECT" Text="SELECT" CommandName="select" >< /asp:ButtonColumn >
< asp:BoundColumn DataField="ProductId" HeaderText="Product ID" >< /asp:BoundColumn >
< asp:BoundColumn DataField="ProductName" HeaderText="Product Name" >< /asp:BoundColumn >
< asp:BoundColumn DataField="UnitPrice" HeaderText="UnitPrice" >< /asp:BoundColumn >
< /Columns >
< /asp:DataGrid >

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is managed code in .NET?

642


What is Ajax? How it is related to your project?

625


What does msil do?

552


What is garbage collection in .net? Explain the garbage collection process?

568


What is the concept of inheritance in .net?

605






What is Flyout Design Pattern in .NET?

640


What are the differences between user control and server control?

590


what is dotnet architecture? can anyone explain that.

3612


How to get the number after decimal point in .net?

566


What is typical about a windows process in regards to memory allocation in .net?

555


What is new in .net core?

487


Whate are resource files?

607


What is SOAP? How you will do windows and forms authentication?

589


Which namespace is used to support multithearding in .NET?

527


How we can achieve Connection pooling in .Net?

645