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
What is DTS and explain the purpose of it?
What are the improvements made in cas in .net 4.0?
What is garbage collection and how it works ?
Conceptually, what is the difference between early-binding and late-binding?
Explain the difference between managed and unmanaged code?
How many types of design patterns available in .NET?
Is there any thread in our .net programs?
SAP Business One(this is intigrated tool of .net)
What is new in .net core?
How many types of generations are there in a garbage collector?
Can a try block have more than one catch block?
What is Complex Class in .NET?
Is .net core the future?
Explain the purpose of Remoting in .NET?
Tell us what is the difference between struct and class?