Drop Down List Box Asp.net (VB)
From: Art DeBuigny (anonymous_at_discussions.microsoft.com)
Date: 04/08/04
- Next message: Michael Horton: "Re: vb.net 2003 module sub main()"
- Previous message: Mark Gross: "Re: Automating dialog with web server from VB.NET"
- Next in thread: Bin Song, MCP: "RE: Drop Down List Box Asp.net (VB)"
- Reply: Bin Song, MCP: "RE: Drop Down List Box Asp.net (VB)"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 8 Apr 2004 12:11:06 -0700
I have a drop down list box that I populate with data
I actually have two of them, one databound, one not. The problem is that I can't seem to get the system to recognize that I have actually selected something different than the default.
In the forms edit button I call the code like the following example.
Dim MyUsr As UserRec
MyUsr = New UserRec
MyUsr.MyValue = DDLListValues.SelectedValue
MyUsr.Update
Yet no matter what I select when running the code, the item selected at form_load is always saved as the value.
Anyone know what I am doing wrong?
Thanks
Art DeBuigny
- Next message: Michael Horton: "Re: vb.net 2003 module sub main()"
- Previous message: Mark Gross: "Re: Automating dialog with web server from VB.NET"
- Next in thread: Bin Song, MCP: "RE: Drop Down List Box Asp.net (VB)"
- Reply: Bin Song, MCP: "RE: Drop Down List Box Asp.net (VB)"
- Messages sorted by: [ date ] [ thread ]