gridview-template-itemtemplate-checkbox

Joined
Jul 29, 2009
Messages
1
Reaction score
0
<asp:GridView ID="GridView1" runat="server" Height="193px" Width="515px"
onselectedindexchanged="GridView1_SelectedIndexChanged">
<Columns>
<asp:TemplateField>
<ItemTemplate>
<asp:CheckBox ID="reserve" runat="server" />
</ItemTemplate>
</asp:TemplateField>

</Columns>
</asp:GridView>

i have got a coding like this!! the problem is when i click any check box i should get my detail corresponding to the box i've selected must be displayed..say it may be displayed in a web page or in a text box below the grid view..but i dunno whether the box is checked ..if its getting checked i'm not ble to retrieve my data...pls help
all my database connections are working well..pls help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top