J
J Sahoo
Hello,
I want to pass 2 fields (composite key) to another aspx page. I have 2
database fields (Provider_code, Location_Code) shown on my datagrid.
If the user clicks on the Edit (hyperlink), I want to call
MaintProvider.aspx with Provider_code & Location_Code. With the code
below I was able to pass only 1 field, how can I pass the 2nd field?
For each record the Location_Code will change, so I can't hardcode the
value.
Please provide me some sample example how to do this task. Thank you
in advance.
Sahoo J
<asp:HyperLinkColumn Text="Edit" DataNavigateUrlField="Provider_Code"
DataNavigateUrlFormatString="MaintProvider.aspx?parmProvCode={0}&usrAction=Edt">
<HeaderStyle Font-Bold="True"></HeaderStyle>
I want to pass 2 fields (composite key) to another aspx page. I have 2
database fields (Provider_code, Location_Code) shown on my datagrid.
If the user clicks on the Edit (hyperlink), I want to call
MaintProvider.aspx with Provider_code & Location_Code. With the code
below I was able to pass only 1 field, how can I pass the 2nd field?
For each record the Location_Code will change, so I can't hardcode the
value.
Please provide me some sample example how to do this task. Thank you
in advance.
Sahoo J
<asp:HyperLinkColumn Text="Edit" DataNavigateUrlField="Provider_Code"
DataNavigateUrlFormatString="MaintProvider.aspx?parmProvCode={0}&usrAction=Edt">
<HeaderStyle Font-Bold="True"></HeaderStyle>