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 are the different.net tools which you used in projects?
Explain about .NET services?
Explain what does managed mean in the .net context?
What is alias ? Is it used in .Net ?
Please explain what are an object and a class?
What does cil do?
What are the important components of .net?
How is meant by dll in .net?
What is Flyout Design Pattern in .NET?
What is the need of OLE-automation?
Explain what are possible implementations of distributed applications in .net?
What are .net functions?
What exactly is being serialized when you perform serialization in .net?
I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?
What is clr in .net?