DataGrid & ComboBox

jerry_popperq

New member
Joined
Aug 31, 2005
Messages
2
Programming Experience
1-3
I want to display Table into my Datagrid.
I send request to a Stored Procedure (Sql 2000) which inturn send my the Records i fetch from SqlCommand Object into DataReader What should i do.... i think DataGrid doesn support DataReader........????


Problem 2:

I am working in VB.NET Form, i am having a ComboBox in my Form. Now by default u can enter text apart from choosing items given in comboBox(when u run the form) i want this behaviour to end. I wanta combobox which is ineditable and will ensure that users choose only the items i have predefined
Thanx For the help...
P.S: I saw this feature in ASP.
 
Back
Top