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
 Retriving data from database and showingin fields

Author  Topic 

samhrishi
Starting Member

13 Posts

Posted - 2010-11-23 : 06:19:34
I have multiple fields on form .
i m showing data according to
serial no. selected in drop down list
in vb.
net with database sql server

sam

nigelrivett
Master Smack Fu Yak Hacker

3385 Posts

Posted - 2010-11-23 : 06:21:03
Well done. Is there a question involved?

==========================================
Cursors are useful if you don't know sql.
SSIS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

samhrishi
Starting Member

13 Posts

Posted - 2010-11-23 : 06:24:52
yes Sir
I am facing problem dat
When i selct serail no. from drop down
list

data is not displayed in controls filds
while all the coding i checked is working properly..In code behind ..
Reply plz

sam
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-11-24 : 09:23:54
what are control fields? how you're trying to populate them? does that query involve using serial no as a parameter?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2010-11-26 : 03:12:44
Post the code you are currently using

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -