Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Stored Procedure (Lookup table for combobox)

Author  Topic 

dealwi8me
Starting Member

13 Posts

Posted - 2009-08-13 : 07:08:38
Hello,

I'm just getting started with Stored Procedures so i used the following example which was very helpful for retrieving data in a windows form.
[url]http://www.sqlteam.com/article/stored-procedures-returning-data[/url]

Now, i want to fill a combobox with values from a lookup table.

Any help for that as well?

Thank you in advance.

DonAtWork
Master Smack Fu Yak Hacker

2167 Posts

Posted - 2009-08-13 : 07:47:49
Try this forum perhaps: http://www.sqlteam.com/forums/forum.asp?FORUM_ID=17

http://weblogs.sqlteam.com/jeffs/archive/2008/05/13/question-needed-not-answer.aspx
How to ask: http://weblogs.sqlteam.com/brettk/archive/2005/05/25.aspx

For ultra basic questions, follow these links.
http://www.sql-tutorial.net/
http://www.firstsql.com/tutor.htm
http://www.w3schools.com/sql/default.asp
Go to Top of Page

dealwi8me
Starting Member

13 Posts

Posted - 2009-08-14 : 02:50:42
Thank you for answering,I searched the ASP.NET forum but i didn't find anything.

Any other suggestions with C# coding?

Go to Top of Page

DonAtWork
Master Smack Fu Yak Hacker

2167 Posts

Posted - 2009-08-14 : 07:37:15
http://www.csharpfriends.com/forums/showforum.aspx?forumid=1

http://weblogs.sqlteam.com/jeffs/archive/2008/05/13/question-needed-not-answer.aspx
How to ask: http://weblogs.sqlteam.com/brettk/archive/2005/05/25.aspx

For ultra basic questions, follow these links.
http://www.sql-tutorial.net/
http://www.firstsql.com/tutor.htm
http://www.w3schools.com/sql/default.asp
Go to Top of Page
   

- Advertisement -