Hi All,
I am calling an AS400 stored procedure which returns me a data set that have
Name and Gender
----------------
ie:
Name - Gender
Alice F
Bob M
Charlie M etc
--------------
I am trying to display it in a datagrid; I get the name with this code with no problem:
<COLUMNS><br/>
<ASP:BOUNDCOLUMN HeaderText="Names"
DataField="vNAME <br/>
<HEADERSTYLE
Width="300px </HEADERSTYLE><br/>
</ASP:BOUNDCOLUMN>
</COLUMNS>
But I want to add a radio button after each name that selects the correct gender based on the data I retrieve from AS400.
What is the ASPX sysntax for this?
Thanks!
View the full article
I am calling an AS400 stored procedure which returns me a data set that have
Name and Gender
----------------
ie:
Name - Gender
Alice F
Bob M
Charlie M etc
--------------
I am trying to display it in a datagrid; I get the name with this code with no problem:
<COLUMNS><br/>
<ASP:BOUNDCOLUMN HeaderText="Names"
DataField="vNAME <br/>
<HEADERSTYLE
Width="300px </HEADERSTYLE><br/>
</ASP:BOUNDCOLUMN>
</COLUMNS>
But I want to add a radio button after each name that selects the correct gender based on the data I retrieve from AS400.
What is the ASPX sysntax for this?
Thanks!
View the full article