DeveloperBarn Forums

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

Discuss "populate datasource control from DDL" in the .Net Development forum.

.Net Development - Learn about the Microsoft.Net framework and how to create powerful web-based (ASP.net) and client-based (Windows Forms) applications utilizing various languages such as C#, VB.Net, J# and others.


Reply « Previous Thread | Next Thread »
 
LinkBack Thread Tools Display Modes
  #21 (permalink)  
Old June 30th, 2008, 07:54 AM
richyrich's Avatar
Moderator


 
Join Date: Mar 2008
Location: Somewhere only we know...
Posts: 332
Thanks: 23
Thanked 26 Times in 26 Posts
Blog Entries: 1
Rep Power: 1
richyrich is on a distinguished road

Awards Showcase
Classic ASP JavaScript 
Total Awards: 2

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)
Sponsored Links
  #22 (permalink)  
Old June 30th, 2008, 08:12 AM
Shem's Avatar
Contributing Member

 
Join Date: Mar 2008
Posts: 192
Thanks: 24
Thanked 5 Times in 5 Posts
Rep Power: 1
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 (permalink)  
Old June 30th, 2008, 08:14 AM
richyrich's Avatar
Moderator


 
Join Date: Mar 2008
Location: Somewhere only we know...
Posts: 332
Thanks: 23
Thanked 26 Times in 26 Posts
Blog Entries: 1
Rep Power: 1
richyrich is on a distinguished road

Awards Showcase
Classic ASP JavaScript 
Total Awards: 2

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
Forum Jump

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


Sponsored Links

ASP.NET Resource Index
a directory of ASP.NET tutorials, applications, scripts, assemblies and articles for the novice to professional developer.

Free Web Directory
Including Chats and Forums Resources, Offer automatic, instant and free directory submissions.
URLZ Web Directory
URLZ Web Directory

Free Web Directory - Add Your Link
The Little Web Directory
Free Web Directory
Pegasus free web directory is a free directory organised by categories.

Web Directory & SEO Services
dirroot web directory


All times are GMT -4. The time now is 08:48 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 2008 DeveloperBarn.com

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46