Ask a Question related to ASP.NET General, Design and Development.
-
Helixpoint #1
Null problem????
What can I do if the field in the database is null? It gives me an error on
:
lstAddItem.Text = dr.GetString(1)
While dr.Read()
Dim lstAddItem As New ListItem()
lstAddItem.Text = dr.GetString(1)
lstAddItem.Value = dr.GetInt32(0)
allContactList.Items.Add(lstAddItem)
End While
--
______________________
David Fetrow
HelixPoint LLC.
[url]http://www.helixpoint.com[/url]
[email]davef@helixpoint.com[/email]
Interested in Affordable Email Marketing?
Check out the HelixMailer at [url]http://www.helixpoint.com/helixmailer.asp[/url]
If you are interested in becoming a Reseller of HelixPoint products, contact
[email]davef@helixpoint.com[/email]
______________________
Helixpoint Guest
-
The 500 null problem
I have read lots of posts that kind of go off into the land of code and gibberish. I have just installed CFMX 7.0.1 (the stand alone version) for OS... -
QoQ null problem with CHF 2
We have a CF server at CHF 1 and another CF server at CHF 2. One of our developers just noticed that there is a difference with the way CHF 2... -
INSERT Null value problem
Ive got a form that posts to an Access db and a few of the fields are of "number" type in the database. These fields do not require data to... -
Problem with null field. Plz help!
Hi all. Could someone please help me diagnose what might be wrong with this code snippet (taken from within a program) that cropped up after I... -
dateTime = Null problem
Hi All, I have an object that ahs a property of time dateTime, this property is set to the contents of a DateTime field in the database(SQL...



Reply With Quote

