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
i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net
Explain difference between panel and groupbox classes using .net?
What is iis? Have you used it?
What is COM Interoperability in .NET
What's the use of system.diagnostics.process class in .net?
How do you turn off cookies for one page in your site? Give an example.
Define satelite assembly?
What is managed code in .NET?
Explain the features that are common to all .Net languages.
Tell us what is a variable of implicit type and what is its scope?
What is a garbage collector?
How to customize the trace output?
Which namespace does it belong to by default?
What is WSDL? Explain its architecture?
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?