Re: How to add adapters
- From: "Leon Mayne" <leon@xxxxxxxxxxxxxxx>
- Date: Tue, 15 Jan 2008 14:48:40 -0000
This conditional seems to be wrong:
If DropDownList2.SelectedValue = "-1" Then
I think you should just add the parameter anyway, as the conditional is redundant. Get rid of the if line and the end if line and just leave:
..Parameters.AddWithValue("@Type", DropDownList2.SelectedValue)
.
- References:
- How to add adapters
- From: JJ297
- Re: How to add adapters
- From: Ray Costanzo
- Re: How to add adapters
- From: JJ297
- Re: How to add adapters
- From: Leon Mayne
- Re: How to add adapters
- From: JJ297
- How to add adapters
- Prev by Date: Re: global.aspx Application_error does not fire on anything other than
- Next by Date: Re: What's the easiest way to secure a web folder?
- Previous by thread: Re: How to add adapters
- Next by thread: Re: How to add adapters
- Index(es):