A
arnabit
i am building a forumpage.my problem is that I am not able to send an
id through hyperlink. i am writing the specic asp.net code for
convinience-
<asp:GridView ID="grdForums" runat="server" Width="100%" >
<Columns>
<asp:BoundField DataField="ForumId" HeaderText="ForumId" />
<asp:BoundField DataField="categoryID"
HeaderText="categoryID" />
<asp:HyperLinkField HeaderText="ForumName"
DataNavigateUrlFields="ForumName" DataNavigateUrlFormatString="
linking.aspx" DataTextField="ForumName" />
<asp:BoundField DataField="ForumDesc"
HeaderText="ForumDesc" />
<asp:BoundField DataField="createdby"
HeaderText="createdby" />
<asp:BoundField DataField="dateCreated"
HeaderText="dateCreated" />
<asp:BoundField DataField="isactive" HeaderText="isactive"
/>
</Columns>
</asp:GridView>
please help me how i would be able to send Forum_Id to the Linking.aspx
page
id through hyperlink. i am writing the specic asp.net code for
convinience-
<asp:GridView ID="grdForums" runat="server" Width="100%" >
<Columns>
<asp:BoundField DataField="ForumId" HeaderText="ForumId" />
<asp:BoundField DataField="categoryID"
HeaderText="categoryID" />
<asp:HyperLinkField HeaderText="ForumName"
DataNavigateUrlFields="ForumName" DataNavigateUrlFormatString="
linking.aspx" DataTextField="ForumName" />
<asp:BoundField DataField="ForumDesc"
HeaderText="ForumDesc" />
<asp:BoundField DataField="createdby"
HeaderText="createdby" />
<asp:BoundField DataField="dateCreated"
HeaderText="dateCreated" />
<asp:BoundField DataField="isactive" HeaderText="isactive"
/>
</Columns>
</asp:GridView>
please help me how i would be able to send Forum_Id to the Linking.aspx
page