Programming Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsOtherProgramming Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old November 2nd, 2004, 03:40 AM
Dsg Dsg is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Posts: 1 Dsg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 m 30 sec
Reputation Power: 0
DropDown within a Datalist

Hi,

I'm stuck on problem regarding a dropdown within a datalist and hope someone can help.
Within the datalist I have a number of drop down's and text box's populated from queries. The text boxs get populated fine but the dropdowns throw up this error

Object reference not set to an instance of an object

my code behind page for populating one of the dropdowns is :

Dim dReader As System.Data.OracleClient.OracleDataReader

If Not Page.IsPostBack Then
OracleConnection1.Open()
dReader = OracleSelectCommand2.ExecuteReader
Status.DataSource = dReader '****this line throws up the error****
Status.DataTextField = "pen_userid"
Status.DataValueField = "pen_id"
Status.DataBind()
dReader.Close()
OracleConnection1.Close()
End if

The aspx page for the dropdown :

<form>
<asp:datalist id="DataList1" runat="server">
<ItemTemplate>
<TABLE id="Table4" border="0">
<TR>
<TD>
<asp:dropdownlist id="Status" runat="server" Width="152px" autopostback="True"> <asp:dropdownlist>
</TD>
</TR>
</ItemTemplate>
</asp:datalist>
</form>

I'm using VB.NET..Any help would be much appreciated and I look forward to the replies.

Rgds
DSG

Last edited by Dsg : November 2nd, 2004 at 03:43 AM. Reason: Apologies..I wanted to start a new topic not reply to the previous thread

Reply With Quote
Reply

Viewing: ASP Free ForumsOtherProgramming Help > DropDown within a Datalist


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway