No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Hello Raj, The word Hacking itself is having a lot meaning with it and a person who is in the world of computers is geniune for them to have curosity about it. Well 'Hacking' means retriving someone's data witout its permission.It may include :: 1 Any individual, 2 Any group …
Hello, I am facing a problem in my project as i m trying to clear the old data from the datagridview but not been successful. I have tried 1. Me.dgv1.Rows.Clear(), 2. Me.dgv1.DataSource=Nothing 3. Cleared the dataset, but none of them is working properly. If any1 has any clue then do …
Hi There, For your problem you can do the following:: In Form1 do:: public shared variable1 as datetime 'get the value from any event as per your program Form2.date1=variable1 ' then in the second form declare variable as public shared date1 as datetime=Form1.variable hope that this will help you. Himanshu
Hello Dave, For your problem you can simply write the insert query for that demo table in the database by using the following code:: dim dgr1 as DataGridViewRow for each dgr1 in me.dgvName.rows insert into demo_table(" _ "'" & (values)&"'") next This will help you. Himanshu
The End.
himanshu.tomar