textbox problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ajishpjoy
    New Member
    • Oct 2007
    • 1

    #1

    textbox problem

    hiii mates

    i have a problem in my current project
    please any body help me in this regard


    i have on form that contains a gridview controll
    and after i select a row in the grid i have to display each row cells into
    another form

    like one cell value in on text box in another form and other in combo
    etc

    my problem is that

    i am not getting values i selected in the next form
    i am working in c#.net vs2005
    any body please help me ..
  • DotNation
    New Member
    • Oct 2007
    • 3

    #2
    Hey,

    Set the public variables or properties in new form,
    then assign grid values to that variables and use it.
    like

    objFrm.iValue = datagridview(cu rrentCol,Curren tRow).value

    objFrm.Show

    also implement this new values in form load.



    JSR

    Comment

    • Banfa
      Recognized Expert Expert
      • Feb 2006
      • 9067

      #3
      The Programming Challenges / IT Case Studies is not for general programinng questions, please choose a relevenat forum when posting a programming question.

      Please read the Posting Guidelines .

      I am moving this to the Visual Basic forum

      Banfa
      Administrator

      Comment

      Working...