Re: problem how to pass value from one procedure to another
- From: "Andrew Morton" <akm@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 21 May 2008 13:23:44 +0100
Dan wrote:
Protected Sub submit_Click(ByVal sender As Object, ByVal e As
System.EventArgs)
'how to get the selectvalue here?
I think you need something like DirectCast(sender,
DropDownList).SelectedValue (and I hope you have Option Strict On at the top
of the script).
Andrew
.
- Follow-Ups:
- References:
- Prev by Date: Re: C# to VB.NET
- Next by Date: Re: problem how to pass value from one procedure to another
- Previous by thread: Re: problem how to pass value from one procedure to another
- Next by thread: Re: problem how to pass value from one procedure to another
- Index(es):