J
jm
Consider:
NavigateUrl= '<%# DataBinder.Eval(Container.DataItem, "ORDER_ID",
"informationmain.aspx?txt_command=EDIT&case_id={0}&ddl1_selected_value=1&ddl2_selected_text=Complaint")
%>
Obviously, the last part is hard coded (past the {0}).
What I am trying to find out is how to put more than just the {0} in
there and that from a variable. In the code above, I have a variable,
but I don't know how to put it in the datagrid format here. I hope
this make sense. Thank you for any help.
So,
NavigateUrl= '<%# DataBinder.Eval(Container.DataItem, "ORDER_ID",
"informationmain.aspx?txt_command=EDIT&case_id={0}&ddl1_selected_value=variable2&ddl2_selected_text=variable2")
%>
Thank you again.
NavigateUrl= '<%# DataBinder.Eval(Container.DataItem, "ORDER_ID",
"informationmain.aspx?txt_command=EDIT&case_id={0}&ddl1_selected_value=1&ddl2_selected_text=Complaint")
%>
Obviously, the last part is hard coded (past the {0}).
What I am trying to find out is how to put more than just the {0} in
there and that from a variable. In the code above, I have a variable,
but I don't know how to put it in the datagrid format here. I hope
this make sense. Thank you for any help.
So,
NavigateUrl= '<%# DataBinder.Eval(Container.DataItem, "ORDER_ID",
"informationmain.aspx?txt_command=EDIT&case_id={0}&ddl1_selected_value=variable2&ddl2_selected_text=variable2")
%>
Thank you again.