henry
unread,Nov 1, 2006, 7:33:15 AM11/1/06Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
How can I use asp:checkbox and asp:checkboxlist to display following:
<input type="checkbox" id="ck_id" name="ck_id" value="Y"> Are you
happy?
and when the web page is posted back, I'd like to get value "Y" of
ck_id if checked.
-Henry