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 manifest in .net?

853


What is web.config in .net?

783


What is an anonymous method?

770


What is a .net class?

843


Why do we use msmq?

795


Differentiate between managed and unmanaged code?

850


Explain what does managed mean in the .net context?

740


What is concurrency? How will you avoid concurrency when dealing with dataset?

802


Define marshling?

808


What is connection pooling and how do you make your application use it?

794


What is the difference between web application and enterprise application?

796


Explain what are the deferred execution and the immediate execution in linq?

796


Can "this" be used within a static method?

816


Tell us what is heap and what is stack?

798


How is .net able to support a lot of languages?

737