This is a discussion on populate datasource control from DDL within the .Net Development forums, part of the Programming & Scripting category; Code: Public Property Description() As String Get Return _description End Get Set(ByVal value As String) _name = value End Set ...
| |||||||
|
#21
| ||||
| ||||
| Code: Public Property Description() As String
Get
Return _description
End Get
Set(ByVal value As String)
_name = value
End Set
End Property
|
| The Following User Says Thank You to richyrich For This Useful Post: | ||
Shem (June 30th, 2008) | ||
|
#22
| ||||
| ||||
| Quote:
and excellent find with the data reader and null values I can't give ya rep as I first have to 'spread some love' around before I can get back to ya ![]() Shem |
|
#23
| ||||
| ||||
| Quote:
|
![]() |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| populate combobox from another | Jaykappy | Microsoft Access | 4 | May 7th, 2008 02:56 PM |
| WebCharts Control | richyrich | .Net Development | 1 | April 4th, 2008 11:14 AM |