Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27189

VS 2010 datagridview get date value

$
0
0
Attachment 94333

Code:

     
      Do While rs.Read
            dataGridView1.Rows.Add(rs("DATE"), rs("TITLE"), rs("URL"))
      Loop

Date column is datetime, how to fix this problem?
Attached Images
 

Viewing all articles
Browse latest Browse all 27189

Trending Articles