Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.70K
~5K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for rehanul.bappy

int id; public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { string ID = "PA-"+DateTime.Now.Day+"-"+DateTime.Now.Month+"-"+DateTime.Now.Year+"-"+id; id++; MessageBox.Show(ID); } this is good, but how will i code it, like if you click button1 the d++ will appear in the database is like this PA-12-02-2013-01..as always it will start …

Member Avatar for ljbbq
0
5K

The End.