What tags do you need to add within the asp:datagrid tags to
bind columns manually?
Answer Posted / pramod prakash
<asp:DataGrid ID="gridename" runat="server">
<Columns>
<asp:BoundColumn ataField="fieldname"></asp:BoundColumn>
</Columns>
</asp:DataGrid>
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Explain the main function of razor in asp.net? : asp.net mvc
What is the state management in asp.net?
What is HTTPModule and HTTPcontext? What is the use of each?
What is AutoEventWireup attribute for ?
When was asp.net released?
What is postback in asp net?
Explain what does wsdl stand for?
How many types of sessions are there in asp net?
How to disable disable browser's Back button in asp.net (JavaScript)?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
Will the asp.net validators run in server side or client side?
What’s the use of “GLOBAL.ASAX” file?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What is redirectpermanent in asp.net?
what are the security certificates used in webservices?