Click here to Skip to main content
15,907,913 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: I need help Pin
mayhem_rules30-Jan-06 1:19
mayhem_rules30-Jan-06 1:19 
GeneralRe: I need help Pin
Assaf8230-Jan-06 9:47
Assaf8230-Jan-06 9:47 
GeneralRe: I need help Pin
jcrussell30-Jan-06 13:36
jcrussell30-Jan-06 13:36 
GeneralRe: I need help Pin
Assaf8230-Jan-06 20:36
Assaf8230-Jan-06 20:36 
GeneralRe: I need help Pin
jcrussell31-Jan-06 4:11
jcrussell31-Jan-06 4:11 
GeneralRe: I need help Pin
jasonpb31-Jan-06 15:47
jasonpb31-Jan-06 15:47 
GeneralRe: I need help Pin
Assaf821-Feb-06 11:41
Assaf821-Feb-06 11:41 
GeneralRe: I need help Pin
jasonpb1-Feb-06 12:09
jasonpb1-Feb-06 12:09 
Assaf82 wrote:

TextBox5.DataBindings.Add("text", ds, "Mouch.")


Try this...
TextBox5.Text = ds.Tables(0).Rows(0).Item("التاريخ").ToString
TextBox5.DataBindings.Add("Text", ds.Tables("Mouch"), "التاريخ")

I am assuming that "التاريخ" is an Item of the Table "Mouch"

-Jason
GeneralRe: I need help Pin
Assaf821-Feb-06 21:53
Assaf821-Feb-06 21:53 
GeneralRe: I need help Pin
jasonpb1-Feb-06 22:23
jasonpb1-Feb-06 22:23 
GeneralRe: I need help Pin
Assaf822-Feb-06 2:06
Assaf822-Feb-06 2:06 
QuestionValidation Pin
Muhammad Ali Ghauri30-Jan-06 0:03
Muhammad Ali Ghauri30-Jan-06 0:03 
AnswerRe: Validation Pin
jcrussell30-Jan-06 13:49
jcrussell30-Jan-06 13:49 
GeneralRe: Validation Pin
mayhem_rules30-Jan-06 17:36
mayhem_rules30-Jan-06 17:36 
GeneralRe: Validation Pin
kondepudi nagaraju31-Jan-06 1:45
kondepudi nagaraju31-Jan-06 1:45 
Questioni need help in data grid?? Pin
flashmemory29-Jan-06 22:39
flashmemory29-Jan-06 22:39 
QuestionMirroring GroupBox Contents Pin
vipul khandelwal29-Jan-06 22:06
vipul khandelwal29-Jan-06 22:06 
AnswerRe: Mirroring GroupBox Contents Pin
JUNEYT30-Jan-06 14:35
JUNEYT30-Jan-06 14:35 
QuestionAdd Image to Datagridviewimagecolumn Pin
HemaRawat29-Jan-06 21:56
HemaRawat29-Jan-06 21:56 
QuestionUsing Flexgrid .net Pin
welbert29-Jan-06 19:40
welbert29-Jan-06 19:40 
AnswerRe: Using Flexgrid .net Pin
Muhammad Javed Khan29-Jan-06 19:51
Muhammad Javed Khan29-Jan-06 19:51 
AnswerRe: Using Flexgrid .net Pin
Dave Kreskowiak30-Jan-06 1:29
mveDave Kreskowiak30-Jan-06 1:29 
AnswerRe: Using Flexgrid .net Pin
Suelinda_W1-Feb-06 6:02
Suelinda_W1-Feb-06 6:02 
Questionhelp me out Pin
simhag29-Jan-06 18:43
simhag29-Jan-06 18:43 
AnswerRe: help me out Pin
Steve Pullan29-Jan-06 18:48
Steve Pullan29-Jan-06 18:48 

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.