hi,
just create the object for form1 and objectname.cont rolname
and there is tutorial here on this site
http://www.dreamincode.net/forums/to..._1#entry482260...
User Profile
Collapse
Profile Sidebar
Collapse
Gopi
Last Activity: Mar 30 '12, 12:49 PM
Joined: Mar 27 '12
Location:
-
hi man
do you want to know about selected row value from paricular column in datagridview and store that values into ur combobox ?
Or get combobox values and load into datagridview in particular column? Can you send ur code or send ur problem clearly?
anyway here is answer for first question
'Here put ur DBconnection
'I use con, cmd,dr, dt as object of sqlconnection,c ommand,
'sqldatadapter, datatable you...Leave a comment:
-
Hi jeevan shetty
i cant understand ur problem but you can change the tablename or colum name while we select using alias concept
ex: Select columnname as changecolumname from tablename as changetablename
it give result as changecolumname and changetablename
it is not enough to solve ur problem means
can you post ur code where problem arrivesLeave a comment:
-
Hi Friend, It is simple i give sample code below i just use this next button click event to retrieve images from database you just edit as ur need,Code:Dim da As SqlDataAdapter Dim ds As New DataSet dbconnection() con.Open() da = New SqlDataAdapter("SELECT Picture FROM imagestore", con) da.Fill(ds)
Leave a comment:
-
how to set the position of Farpoint Spread
Hi friends
i m new to vb.net , now i developing a application in vb.net using third party tool Farpoint Spread control i need to set the position of spread while we enter in another spread cell
Can anyone Know plz reply...
No activity results to display
Show More
Leave a comment: