Sorry , i supposed to use VB CODE
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtm
<html xmlns="http://www.w3.org/1
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:RadioButton ID="GreenRadioButton" runat="server" AutoPostBack="True" Checked="True"
GroupName="Color" Style="z-index: 100; left: 206px; position: absolute; top: 129px"
Text="Red" Width="62px" Height="31px" CausesValidation="True" />
<asp:RadioButton ID="BlueRadioButton" runat="server" AutoPostBack="True" GroupName="color"
Style="z-index: 104; left: 404px; position: absolute; top: 131px" Text="Blue" Width="53px" Height="31px" />
<asp:TextBox ID="TextBox1" runat="server" Style="z-index: 102; left: 233px; position: absolute;
top: 57px" Width="215px" BorderColor="Silver" BorderStyle="Outset" Height="44px"></asp:TextBo
<asp:RadioButton ID="RedRadiobutton" runat="server" AutoPostBack="True" GroupName="Color"
Style="z-index: 103; left: 295px; position: absolute; top: 131px" Text="Green"
Width="65px" Height="31px" />
Main Topics
Browse All Topics





by: steveberzinsPosted on 2007-05-05 at 19:50:00ID: 19038013
if you have the form, post the code you have.
and whether you want to do this client side (in javascript) or server side (if you post the code language will be obvious, if you don't, well, you probably want to let someone know if you're a VB or C# coder.)