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
How does cas works?
Explain the code behind wors and contrast that using the inline style.
What is shared and repeatable inheritance?
State the various features present in .NET?
Differences between dll and exe?
What is il in vb.net?
What is stored procedure ? how we use it in .NET ?
Is .net core installed?
What is concurrency? How will you avoid concurrency when dealing with dataset?
What are the main components in .net?
What is COM Interoperability in .NET
What is a design pattern and what is it for?
Explain the difference between the while and for loop.
Name the classes that are introduced in the system.numerics namespace.
What is the advantage of packaging over xcopy in .net?