Click here to Skip to main content
15,894,630 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
<asp:GridView ID="gvParentGrid" ShowHeaderWhenEmpty="true" runat="server" DataKeyNames="ui_name" Width="100%"
AutoGenerateColumns="false" OnRowDataBound="gvParent_RowDataBound" GridLines="none" ShowHeader="false" >
<HeaderStyle Height="0px" HorizontalAlign="Center" Font-Size="5px" VerticalAlign="Middle"></HeaderStyle>
<rowstyle cssclass="DG_ItemStyle" horizontalalign="left" verticalalign="Middle">
<alternatingrowstyle cssclass="DG_ItemStyle" horizontalalign="left" verticalalign="Middle">
<columns> <asp:TemplateField ItemStyle-Width="0px">

<asp:BoundField DataField="UI_NAME" HeaderText="UI_NAME" HeaderStyle-HorizontalAlign="Left" ItemStyle-Font-Bold="true"/>
<asp:BoundField DataField="ID" ItemStyle-Font-Size="1px" HeaderStyle-HorizontalAlign="Left" />
<asp:TemplateField>
<itemtemplate>


<asp:GridView ID="gvChildGrid" runat="server" OnRowDataBound="gvChild_RowDataBound" AutoGenerateColumns="false" GridLines="none" Width="650px" >
<HeaderStyle Height="32px" CssClass="DG_ChildHeaderStyle" Font-Bold="true" HorizontalAlign="Center" VerticalAlign="Middle"></HeaderStyle>
<rowstyle cssclass="DG_ItemStyle" horizontalalign="left" verticalalign="Middle">
<alternatingrowstyle cssclass="DG_AlternateItemStyle" horizontalalign="left" verticalalign="Middle">
<columns> <asp:BoundField DataField="UI_NAME" HeaderText="" HeaderStyle-HorizontalAlign="Left" ItemStyle-Width="20%" />
<asp:TemplateField HeaderText="Access" HeaderStyle-HorizontalAlign="Left" >
<itemtemplate>
<asp:CheckBox runat="server" ID="ui_access" />


<asp:TemplateField HeaderText="Add" HeaderStyle-HorizontalAlign="Left" >
<itemtemplate>
<asp:CheckBox runat="server" ID="ui_add" />

Posted
Updated 2-Aug-13 23:21pm
v3
Comments
Dholakiya Ankit 3-Aug-13 2:09am    
update ur coding how we can understand this language???
Member 9410081 3-Aug-13 5:04am    
i have updated code
Jameel VM 3-Aug-13 2:48am    
can you understand your question?
Member 9410081 3-Aug-13 5:04am    
i have updated code

1 solution

 
Share this answer
 
v3
Comments
Member 9410081 3-Aug-13 5:01am    
Thanks.
Member 9410081 3-Aug-13 5:14am    
no i haven't got yet
Member 9410081 3-Aug-13 6:06am    
can u just help out...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900