borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (xml)Next Topic (Include file in asp.net) New Topic New Poll Post Reply
AndreaVB Forum : ASP.Net : dropdownlist in asp.net
Poster Message
inovative
Level: Trainee

Registered: 10-07-2005
Posts: 1

icon dropdownlist in asp.net

hi all
i have a problem with dropdownlist and listbox

i am adding text items from dropdowlist in to the database
but an error says the like some items Btech,MCA,MBA

but error says the Btech not allowed here only contants,expression are allowed

please help  

how i add from dropdownlist to database

i am giving the query


"insert into news values('" & TextBox1.Text & "','" & TextBox2.Text & "','" & TextBox3.Text & "','" & TextBox4.Text & "'," & TextBox5.Text & "," & Textbox6.Text & ",'" & RadioButtonList1.SelectedItem.Text & "'," & ListBox1.SelectedItem.Value & "," & DropDownList2.SelectedIndex.ToString & ",'" & TextBox7.Text & "'," & TextBox10.Text & ",'" & TextBox31.Text & "','" & TextBox32.Text & "')"

thanks in advance



____________________________
rahul

10-07-2005 at 06:45 AM
View Profile Send Email to User Show All Posts | Quote Reply
~Bean~
Level: VB Guru


Registered: 07-04-2003
Posts: 488
icon Re: dropdownlist in asp.net

Perhaps you need quotes around DropDownList2.SelectedIndex.ToString in your INSERT...

could also try:


DropDownList2.SelectedItem.Value



I would also suggest putting the column names in your INSERT statement.


INSERT INTO myTable (id, name, etc) VALUES('1','Bean','AlltheRest')


____________________________
Eggheads unite! You have nothing to lose but your yolks.

29-07-2005 at 12:53 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
AndreaVB Forum : ASP.Net : dropdownlist in asp.net
Previous Topic (xml)Next Topic (Include file in asp.net) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder