Regarding textbox control events

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TrushnaRakesh Das
    New Member
    • Mar 2008
    • 1

    Regarding textbox control events

    Hi all,
    I am new to this forum.


    I want to refresh the grid when i will click on the textbox.
    Could u please help me in this matter.
    Thanks
    Trushna
  • jamesd0142
    Contributor
    • Sep 2007
    • 471

    #2
    what are you using?

    vb asp...?

    Comment

    • todashah
      New Member
      • Feb 2008
      • 26

      #3
      In a click event write down following code...

      dgv.refresh() ;

      Here i have assume that name of grid control is
      dgv & through that name i have call refresh
      method..

      Bye...Enjoy Coding

      Comment

      Working...