how to hide the link of linkbutton in gridview? how to prevent whole page refresh?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Raja2010
    New Member
    • Dec 2012
    • 1

    how to hide the link of linkbutton in gridview? how to prevent whole page refresh?

    how to invisible the link of linkbutton in gridview? how to prevent hole page refresh when i click on link button in gridview?
  • kadghar
    Recognized Expert Top Contributor
    • Apr 2007
    • 1302

    #2
    well, if you dont want the page to refresh, just set its 'autopostback' property to false... you can do it from the asp code.

    Now, if you want to prevent the whole page to refresh, but still refreshing your gridview, put it into an iframe.

    Comment

    • zmbd
      Recognized Expert Moderator Expert
      • Mar 2012
      • 5501

      #3
      Raja2010: in the future, please limit to one question per thread per the site guidelines.

      Also please keep in mind that Bytes is not a code writing nor homework service. Please read the FAQ and posting guidlines.

      Comment

      Working...