Jun 11, 2009 #1 willz99ta IS-IT--Management Sep 15, 2004 132 US Let me start by saying thanks for your help, I am trying to select a radio button if strTN="1" using ASP. Is there any way to do this?. Thanks again, Will
Let me start by saying thanks for your help, I am trying to select a radio button if strTN="1" using ASP. Is there any way to do this?. Thanks again, Will
Jun 11, 2009 Thread starter #2 willz99ta IS-IT--Management Sep 15, 2004 132 US Note: I am trying to use a variable retrieved from a database via ASP to set which radio button has been checked Upvote 0 Downvote
Note: I am trying to use a variable retrieved from a database via ASP to set which radio button has been checked
Jun 11, 2009 Thread starter #3 willz99ta IS-IT--Management Sep 15, 2004 132 US <input type='radio' name='TN' value='1' <% if strTN = "1" then Response.Write("Checked") %> > is what I used. Thanks anyway Will Upvote 0 Downvote
<input type='radio' name='TN' value='1' <% if strTN = "1" then Response.Write("Checked") %> > is what I used. Thanks anyway Will