DeveloperBarn Forums

DeveloperBarn

Programming & IT forum

populate datasource control from DDL

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 ...

Go Back   DeveloperBarn Forums > Programming & Scripting > .Net Development

  #21  
Old June 30th, 2008, 07:54 AM
richyrich's Avatar
Administrator
 
Join Date: Mar 2008
Real name: Rich
Location: Somewhere only we know...
Posts: 1,347
Blog Entries: 6
Rep Power: 8
richyrich is a name known to allrichyrich is a name known to allrichyrich is a name known to allrichyrich is a name known to allrichyrich is a name known to allrichyrich is a name known to all
Default

Code:
        Public Property Description() As String
            Get
                Return _description
            End Get
            Set(ByVal value As String)
                _name = value
            End Set
        End Property

Comments on this post
jmurrayhead agrees: Excellent catch
Reply With Quote
The Following User Says Thank You to richyrich For This Useful Post:
Shem (June 30th, 2008)
  #22  
Old June 30th, 2008, 08:12 AM
Shem's Avatar
Barn Enthusiast
 
Join Date: Mar 2008
Posts: 292
Rep Power: 2
Shem is on a distinguished road
Default

Quote:
Originally Posted by richyrich View Post
Code:
        Public Property Description() As String
            Get
                Return _description
            End Get
            Set(ByVal value As String)
                _name = value
            End Set
        End Property
YOU ROCK pal, it's sorted out, it works 100%!!!!
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
Reply With Quote
  #23  
Old June 30th, 2008, 08:14 AM
richyrich's Avatar
Administrator
 
Join Date: Mar 2008
Real name: Rich
Location: Somewhere only we know...
Posts: 1,347
Blog Entries: 6
Rep Power: 8
richyrich is a name known to allrichyrich is a name known to allrichyrich is a name known to allrichyrich is a name known to allrichyrich is a name known to allrichyrich is a name known to all
Default

Quote:
Originally Posted by Shem View Post
YOU ROCK pal, it's sorted out, it works 100%!!!!
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
Glad you got it working Shem...
Reply With Quote
Reply

  DeveloperBarn Forums > Programming & Scripting > .Net Development

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

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


All times are GMT -4. The time now is 10:58 AM.


Copyright ©2008-2010, DeveloperBarn

Content Relevant URLs by vBSEO 3.3.2