Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net Web Controls (http://www.velocityreviews.com/forums/f63-asp-net-web-controls.html)
-   -   listbox control (http://www.velocityreviews.com/forums/t779704-listbox-control.html)

sreekar 03-20-2007 10:58 AM

listbox control
 
hi all i need the code for following example can any help me out.. thanx in advance



This is a database table which contains classes and goods columns:

Classes Goods

class1 tea,coffee

class2 fan,cooler

class3 telephone,mobile

class4 video,audio

class5 vcd,dvd,svcd



the front end part consist:


listbox: in this listbox all the above classes should display.the listbox is a multiselect listbox.


Button: the name is getgoods button:


Multilinetextbox: in this goods has to diplay.

The procedure is if select class1 and class3 in listbox and I will press the getgoods button then the regarding goods of these classes like tea,coffee and telephone,mobile
Should diplay in the multilinetextbox



All times are GMT. The time now is 06:19 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57