View Single Post
Old 08-24-2004, 02:37 PM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,490
sde is on a distinguished road
this isn't going to be much help, but i love c#, but i hate asp.net!
wouldn't it be something like this?
Code:
<script runat="server">
void Page_Load(object sender, EventArgs e)
{
  if (!IsPostBack)
  {
    txt_spec_name.Text = num_items.SelectedItem.ToString();
  }
}
</script>
i'm not 100% sure on this one, and i can't test it right now.
__________________
Mike
sde is offline   Reply With Quote