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, 10: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





 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

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





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 2 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek