V
Vasantha peddireddy
Hi,
I am trying to figure out how I can add a html link to a value (which is the
virtual path of a file) in the data grid column. I have code as below. Please
help!
<aspataGrid id="DataGrid1" BorderColor="black" BorderWidth="1"
CellPadding="3" AutoGenerateColumns="false"
runat="server" AllowPaging="True" ItemStyle-Wrap=true>
<HeaderStyle BackColor="#00AAAA"></HeaderStyle>
<Columns>
<asp:BoundColumn DataField="VPath"
HeaderText="VPath"></asp:BoundColumn>
</column>
</aspatagrid>
I am trying to figure out how I can add a html link to a value (which is the
virtual path of a file) in the data grid column. I have code as below. Please
help!
<aspataGrid id="DataGrid1" BorderColor="black" BorderWidth="1"
CellPadding="3" AutoGenerateColumns="false"
runat="server" AllowPaging="True" ItemStyle-Wrap=true>
<HeaderStyle BackColor="#00AAAA"></HeaderStyle>
<Columns>
<asp:BoundColumn DataField="VPath"
HeaderText="VPath"></asp:BoundColumn>
</column>
</aspatagrid>