Microsoft SQL Server
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsDatabaseMicrosoft SQL Server

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 April 10th, 2003, 09:38 AM
evelin evelin is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Posts: 6 evelin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Problem with dropdownlist and stored procecedure

I managed to pass values to the stored procedure by entering the values into the parameters collection successfully using a webform generated code below:<br><br>Me.OleDbCommand1.Parameters.Add(New System.Data.OleDb.OleDbParameter("PARAM_SCHOOL_CODE", System.Data.OleDb.OleDbType.VarChar, 4000, System.Data.ParameterDirection.Input, False, CType(0, Byte), CType(0, Byte), "", System.Data.DataRowVersion.Current, "testing"))<br><br>May I know how to pass the value selected from a databound dropdownlist to the stored procedure?<br>I tried to change the web form generated code "testing" to str(a selected value from the dropdownlist but it doesn't work)<br><br>changed webform generated code:<br>Me.OleDbCommand1.Parameters.Add(New System.Data.OleDb.OleDbParameter("PARAM_SCHOOL_CODE", System.Data.OleDb.OleDbType.VarChar, 4000, System.Data.ParameterDirection.Input, False, CType(0, Byte), CType(0, Byte), "", System.Data.DataRowVersion.Current, str))<br><br>VB code:<br><br>Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load<br> OleDbDataAdapter1.Fill(DataSet11)<br> DropDownList1.DataBind()<br><br> End Sub<br><br> Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click<br> Dim objReturnValue As Object<br><br> OleDbConnection1.Open()<br><br> Dim str As String<br><br> str = DropDownList1.SelectedItem.Text<br> <br> objReturnValue = OleDbCommand1.ExecuteScalar()<br> TextBox1.Text = OleDbCommand1.Parameters(0).Value.ToString()//<br> TextBox2.Text = OleDbCommand1.Parameters(1).Value.ToString()//This is my PARAM_SCHOOL_CODE <br> TextBox3.Text = OleDbCommand1.Parameters(2).Value.ToString()<br> '.Value.ToString()<br><br> OleDbCommand1 = Nothing<br> OleDbConnection1.Close()<br> OleDbConnection1 = Nothing<br> End Sub<br><br> Private Sub DropDownList1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles DropDownList1.SelectedIndexChanged<br> <br><br> End Sub<br>End Class<br><br><br><br>I appreciate any help or assistance. Thank you!

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseMicrosoft SQL Server > Problem with dropdownlist and stored procecedure


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