User Profile

Collapse

Profile Sidebar

Collapse
arvindnitin7
arvindnitin7
Last Activity: Feb 23 '13, 02:50 PM
Joined: Feb 18 '13
Location: india
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • how to get value from one form to another form and vice versa

    I have two form in my project 1st form is FORM1 and 2nd form is FORM2.
    FORM1 contain 3 textbox,1 button and FORM2 also contain 3 textbox, 1 button. I want to do....
    when user fill FORM1 textboex and click button1 then all entries should be shown on FORM2. and vice versa plz help me.i used this code its working very good. when i pass value in form2 textboxes its show on form1 textbox. but i want to do, if textbox of form1 is already...
    See more | Go to post

  • how to get selected row value from datagridview in richtextbox

    i have 10 column in my datagridview. i want to get whole value from row(which row i'll select). i have this code but it's shows only one cell value,
    Code:
    richtextbox.Text = dataGridView1.CurrentCell.Value.ToString();
    See more | Go to post
No activity results to display
Show More
Working...