User Profile

Collapse

Profile Sidebar

Collapse
vinsent
vinsent
Last Activity: Dec 9 '09, 03:38 PM
Joined: Nov 28 '09
Location: Serbia
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • vinsent
    replied to dateTimePicker C# visual studio 2003
    Hallo Ray, thank you for help. The code follow

    Code:
    using System;
    using System.Drawing;
    using System.Collections;
    using System.ComponentModel;
    using System.Windows.Forms;
    using System.Data;
    
    
    namespace projekat
    {
    	/// <summary>
    	/// Summary description for Form1.
    	/// </summary>
    	public class Form1 : System.Windows.Forms.Form
    ...
    See more | Go to post
    Last edited by tlhintoq; Nov 30 '09, 02:51 AM. Reason: [CODE] ...your code here... [/CODE] tags added

    Leave a comment:


  • vinsent
    started a topic dateTimePicker C# visual studio 2003

    dateTimePicker C# visual studio 2003

    When I put the DateTimePicker on the windows form and conect them with database (sql data adapter) and add new record I get current date in the field.
    that is OK , but when I start update metod of sql dataad apter the date on the Date Time Picker is not reflect in the database.

    Does enybody know Why?
    See more | Go to post
No activity results to display
Show More
Working...