Re: DropDown's DataSource/DataMember
From: Cor Ligthert (notmyfirstname_at_planet.nl)
Date: 01/07/05
- Next message: Patrice: "Re: Why is it neccesary to include SqlDbType to the SqlParameter?"
- Previous message: Jason: "Access the Active Directory using .NET"
- In reply to: Greg Burns: "Re: DropDown's DataSource/DataMember"
- Next in thread: Greg Burns: "Re: DropDown's DataSource/DataMember"
- Reply: Greg Burns: "Re: DropDown's DataSource/DataMember"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 7 Jan 2005 18:01:23 +0100
Greg,
> I have never ran into this with webforms either and I use databinding with
> DataTextField and DataValueField all the time. Do the same
> case-sensitivity rules apply???
>
You mean this one.
textbox1.DataBindings.Add(New Binding("Text", dataset1.Tables(0),
"LastName"))
Without testing now and AFAIK, Yes
Cor
- Next message: Patrice: "Re: Why is it neccesary to include SqlDbType to the SqlParameter?"
- Previous message: Jason: "Access the Active Directory using .NET"
- In reply to: Greg Burns: "Re: DropDown's DataSource/DataMember"
- Next in thread: Greg Burns: "Re: DropDown's DataSource/DataMember"
- Reply: Greg Burns: "Re: DropDown's DataSource/DataMember"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|