Click here to Skip to main content
15,884,388 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Edit and Delete option with gridview Pin
Mycroft Holmes6-Jul-09 19:48
professionalMycroft Holmes6-Jul-09 19:48 
AnswerRe: Edit and Delete option with gridview Pin
helelark1236-Jul-09 19:56
helelark1236-Jul-09 19:56 
QuestionInfopath: help with implementing code Pin
corbetlp6-Jul-09 4:55
corbetlp6-Jul-09 4:55 
AnswerRe: Infopath: help with implementing code Pin
Eddy Vluggen7-Jul-09 3:48
professionalEddy Vluggen7-Jul-09 3:48 
Questionbios date/time Pin
vishal lele6-Jul-09 1:27
vishal lele6-Jul-09 1:27 
AnswerRe: bios date/time Pin
dan!sh 6-Jul-09 1:57
professional dan!sh 6-Jul-09 1:57 
AnswerRe: bios date/time Pin
Henry Minute6-Jul-09 11:57
Henry Minute6-Jul-09 11:57 
Questionbind data from database to datagridview combobox Pin
KIDYA6-Jul-09 1:25
KIDYA6-Jul-09 1:25 
Hello Experts!!

I am using following code to bind data from db to datagridview column having type combobox. but i dont know how to show data into combobox.


Dim o As New designpant
       Dim i As Integer
       rssearch = New ADODB.Recordset
       rssearch.Open("select srno from designpant", con, ADODB.CursorTypeEnum.adOpenDynamic, ADODB.LockTypeEnum.adLockPessimistic)
       While Not rssearch.EOF
           o = New designpant
           o.dsrno = rssearch.Fields("srno").Value

           Dim row1() As String = {o.dsrno}
           Dim rows() As Object = {row1}
           Dim rowArray As String()
           For Each rowArray In rows
                  Dim no As Integer = rowArray(0)
               'ComboBox1.Items.Add(no)
               dgvsherwanibottom.Columns  //like combobox1 i want to show rowArray contents into gridview combobox              Next rowArray

AnswerRe: bind data from database to datagridview combobox Pin
dan!sh 6-Jul-09 2:04
professional dan!sh 6-Jul-09 2:04 
GeneralRe: bind data from database to datagridview combobox Pin
KIDYA6-Jul-09 2:57
KIDYA6-Jul-09 2:57 
QuestionConcerning XSDs.... Pin
LostMonkey6-Jul-09 0:50
LostMonkey6-Jul-09 0:50 
AnswerRe: Concerning XSDs.... Pin
Rozis7-Jul-09 6:54
Rozis7-Jul-09 6:54 
QuestionAdding a Unbound Image Column to Datagrid Pin
Member 44205345-Jul-09 22:24
Member 44205345-Jul-09 22:24 
AnswerRe: Adding a Unbound Image Column to Datagrid Pin
Tom Deketelaere5-Jul-09 22:38
professionalTom Deketelaere5-Jul-09 22:38 
GeneralRe: Adding a Unbound Image Column to Datagrid Pin
Member 44205345-Jul-09 22:46
Member 44205345-Jul-09 22:46 
QuestionWrite field Value Pin
vijay24825-Jul-09 21:41
vijay24825-Jul-09 21:41 
AnswerRe: Write field Value Pin
helelark1236-Jul-09 19:48
helelark1236-Jul-09 19:48 
Questionhow to take images path into an array Pin
AjitMourya5-Jul-09 20:51
AjitMourya5-Jul-09 20:51 
AnswerRe: how to take images path into an array Pin
0x3c05-Jul-09 20:57
0x3c05-Jul-09 20:57 
AnswerRe: how to take images path into an array Pin
helelark1235-Jul-09 21:08
helelark1235-Jul-09 21:08 
GeneralRe: how to take images path into an array Pin
AjitMourya5-Jul-09 21:42
AjitMourya5-Jul-09 21:42 
GeneralRe: how to take images path into an array Pin
Pasan1486-Jul-09 0:55
Pasan1486-Jul-09 0:55 
GeneralRe: how to take images path into an array Pin
helelark1236-Jul-09 19:18
helelark1236-Jul-09 19:18 
GeneralRe: how to take images path into an array Pin
KIDYA7-Jul-09 0:08
KIDYA7-Jul-09 0:08 
GeneralRe: how to take images path into an array Pin
helelark1237-Jul-09 1:44
helelark1237-Jul-09 1:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.