Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Different kind of Checkbox question

Reply
Thread Tools

Different kind of Checkbox question

 
 
Elmo Watson
Guest
Posts: n/a
 
      04-13-2005
I have a different type of situation - I need a list of checkboxes,
displayed in a table (in one column), with the second column being a
textbox, related to that checkbox item......But I need a Value also related
to that checkbox...
Here's the deal (in a table GUI like I need it to be) :
<table border="1">
<tr>
<td align="left" valign="top"><asp:CheckBox Text="Email"
Runat="Server"></asp:CheckBox></td>
<td align="left" valign="top"><asp:TextBox id="txtEmail"
Runat="server" /></td>
</tr>
<tr>
<td align="left" valign="top"><asp:CheckBox Text="Fax"
Runat="Server"></asp:CheckBox></td>
<td align="left" valign="top"><asp:TextBox id="txtFax" Runat="server"
/></td>
</tr>
</table>

If I use a checkboxlist, I get to assign a value to each item - but it
doesn't line up as cleanly as I need it to be...If I use an ASP Checkbox, it
doesn't have a value property -

any ideas on how I can accomplish this?


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
somewhat different kind of network question John Wireless Networking 1 05-08-2007 08:03 PM
somewhat different kind of network question John Wireless Networking 3 05-08-2007 07:29 PM
A different kind of Language Question. Tony Sperling Windows 64bit 2 12-08-2005 09:38 PM
Router problems of a different kind =?Utf-8?B?c2hhZG8yODI=?= Wireless Networking 1 01-31-2005 11:39 PM
A Different Kind of Cisco Question Erich Trowbridge Cisco 15 08-13-2004 04:33 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57