![]() |
|
|
|
#1 |
|
hi guys,
i am doing my first project in vb.net, and now am having some problem, with the datagrid control. i want to place a combobox on the grid, where in the data in the grid will change simultaneously to the key value of the combobox. i have no clue how to do it, i browsed thru the net, but they speak of some third party components, is it not possible with out that, i am running short of time, please help me out. waiting for u r earliest reply ishida ishida |
|
|
|
|
#2 |
|
Posts: n/a
|
i dont necessarily understand what you trying to ask.. but i reckon you want
a dropdownlist. on its onselect or onclick event check to see if selectedindex > 0 if so get the value of the selected index.. selectedvalue. now if you have a database that you like to query then... simple open a dataconnection and fire sql data adapter to get you the dataset based on your selected value. once you get the dataset.. again simple... set it as a datasource for the datagrid and you are done. the data will be displayed as you want it. -- Regards, Hermit Dave (http://hdave.blogspot.com) "ishida" <> wrote in message news:292b01c48e7e$21bd8af0$... > hi guys, > > i am doing my first project in vb.net, and now am having > some problem, with the datagrid control. > > i want to place a combobox on the grid, where in the data > in the grid will change simultaneously to the key value of > the combobox. > > i have no clue how to do it, i browsed thru the net, but > they speak of some third party components, is it not > possible with out that, i am running short of time, please > help me out. waiting for u r earliest reply > > > ishida > > > Hermit Dave |
|
|
|
#3 |
|
Posts: n/a
|
I think you can find what you search on
http://www.syncfusion.com/faq/winforms/ Regards, Daniel "ishida" <> wrote in message news:292b01c48e7e$21bd8af0$... > hi guys, > > i am doing my first project in vb.net, and now am having > some problem, with the datagrid control. > > i want to place a combobox on the grid, where in the data > in the grid will change simultaneously to the key value of > the combobox. > > i have no clue how to do it, i browsed thru the net, but > they speak of some third party components, is it not > possible with out that, i am running short of time, please > help me out. waiting for u r earliest reply > > > ishida > > > Daniel Joskovski |
|
|
|
#4 |
|
Posts: n/a
|
hey guys, my proplem is that i want a complete column in the datagrid as combo box , i.e., for each row i will have a combo box control where in i will have a list of data droping in it from the database. now please let me know how i can make a column as combobox. waiting for u r earliest reply regards ishida >-----Original Message----- >hi guys, > >i am doing my first project in vb.net, and now am having >some problem, with the datagrid control. > >i want to place a combobox on the grid, where in the data >in the grid will change simultaneously to the key value of >the combobox. > >i have no clue how to do it, i browsed thru the net, but >they speak of some third party components, is it not >possible with out that, i am running short of time, please >help me out. waiting for u r earliest reply > > >ishida > > > >. > ishida |
|
|
|
#5 |
|
Posts: n/a
|
You would be off posting this type of question to a more
appropriate newsgroup, one which caters for basic questions asked by beginners. This is a newsgroup for certification, and it is clear by your question that you are somewhat lacking in the necessary areas required to pass the three VB.net exams. >-----Original Message----- >hi guys, > >i am doing my first project in vb.net, and now am having >some problem, with the datagrid control. > >i want to place a combobox on the grid, where in the data >in the grid will change simultaneously to the key value of >the combobox. > >i have no clue how to do it, i browsed thru the net, but >they speak of some third party components, is it not >possible with out that, i am running short of time, please >help me out. waiting for u r earliest reply > > >ishida > > > >. > Geoff |
|
|
|
#6 |
|
Posts: n/a
|
>This is a newsgroup for
>certification, and it is clear by your question that you >are somewhat lacking in the necessary areas required to >pass the three VB.net exams. LOL! perfect candidate for an mcsd then! Kline Sphere (Chalk) MCNGP #3 The Poster Formerly Known as Kline Sphere |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| getting error while using vb.net control in Vb. | p_gujarathi | Software | 0 | 09-28-2009 02:19 PM |
| image (jpg,bmp,gif, etc.) convert to equivalent binary representation using vb.net? | archieSupremo | Software | 0 | 09-06-2009 12:20 PM |
| Captcha Creation In Vb.net | cutekiller28 | Software | 0 | 09-22-2008 07:15 AM |
| VB.NET and Domain Contorler | gcvetkoski | Software | 1 | 08-20-2007 08:13 AM |
| How do I create a popup window in VB.NET? | InsideEdge | General Help Related Topics | 0 | 10-03-2006 09:21 PM |