Click here to Skip to main content
16,005,181 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Permission problems with database connection Pin
Kschuler20-Oct-06 5:49
Kschuler20-Oct-06 5:49 
GeneralRe: Permission problems with database connection Pin
Mark0620-Oct-06 5:56
Mark0620-Oct-06 5:56 
GeneralRe: Permission problems with database connection Pin
Kschuler20-Oct-06 7:46
Kschuler20-Oct-06 7:46 
AnswerRe: Permission problems with database connection Pin
Dave Kreskowiak20-Oct-06 8:35
mveDave Kreskowiak20-Oct-06 8:35 
GeneralRe: Permission problems with database connection Pin
Mark0620-Oct-06 12:42
Mark0620-Oct-06 12:42 
QuestionTimeout expired Problem ???? Pin
devboycpp20-Oct-06 1:30
devboycpp20-Oct-06 1:30 
AnswerRe: Timeout expired Problem ???? Pin
Christian Graus20-Oct-06 4:21
protectorChristian Graus20-Oct-06 4:21 
Questionhow to bind data into datagrid Pin
Newbie_dydy8519-Oct-06 23:38
Newbie_dydy8519-Oct-06 23:38 
I encounter a problem regarding to the datagrid.
How can i get the value from the textbox (or other control) and bind to the datagrid?
Even it bind successfully, but the data display is in different row, how to make it in one row??

here is the code:

Dim a As String
a = txtSalesNo.Text.ToString
dgSales.DataSource = a
dgSales.DataBind()

Example, if the value is "ASD" from textbox,
the datagrid display 3 row in the same column.
How can i solve this problem?

Thanks for helps..




AnswerRe: how to bind data into datagrid Pin
Christian Graus20-Oct-06 0:41
protectorChristian Graus20-Oct-06 0:41 
QuestionDebug.Print doesn't work in Macros IDE? Pin
dlarkin7719-Oct-06 22:57
dlarkin7719-Oct-06 22:57 
AnswerRe: Debug.Print doesn't work in Macros IDE? Pin
Dave Kreskowiak20-Oct-06 8:33
mveDave Kreskowiak20-Oct-06 8:33 
GeneralRe: Debug.Print doesn't work in Macros IDE? Pin
dlarkin7723-Oct-06 2:00
dlarkin7723-Oct-06 2:00 
Questionhow to transfer data from Data Grid to Excel?? [urgent] Pin
campbells19-Oct-06 22:49
campbells19-Oct-06 22:49 
QuestionMySQL Backup Pin
kk.tvm19-Oct-06 22:31
kk.tvm19-Oct-06 22:31 
QuestionUpdating info in a spreadsheet Pin
playout19-Oct-06 22:27
playout19-Oct-06 22:27 
QuestionDTPicker Pin
Subjugate19-Oct-06 22:18
Subjugate19-Oct-06 22:18 
AnswerRe: DTPicker Pin
Dave Sexton19-Oct-06 22:57
Dave Sexton19-Oct-06 22:57 
GeneralRe: DTPicker Pin
Subjugate20-Oct-06 11:27
Subjugate20-Oct-06 11:27 
QuestionForm load Pin
pjackson1819-Oct-06 20:10
pjackson1819-Oct-06 20:10 
AnswerRe: Form load Pin
Edbert P19-Oct-06 20:28
Edbert P19-Oct-06 20:28 
GeneralRe: Form load Pin
pjackson1819-Oct-06 21:05
pjackson1819-Oct-06 21:05 
GeneralRe: Form load Pin
Christian Graus20-Oct-06 0:41
protectorChristian Graus20-Oct-06 0:41 
AnswerRe: Form load Pin
DontTouchMe19-Oct-06 20:39
DontTouchMe19-Oct-06 20:39 
GeneralRe: Form load Pin
pjackson1819-Oct-06 21:04
pjackson1819-Oct-06 21:04 
GeneralRe: Form load Pin
Christian Graus20-Oct-06 0:42
protectorChristian Graus20-Oct-06 0:42 

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.