I am using Intersoft's WebGrid to grab leads from a database and display them. My subroutine Webgrid1_ButtonClick in the
VB codebehind sends the information from the cells to a webform below that has textbox's in it. I need to use the textbox1.refresh() command, but it says "refresh is not a member of System.Web.UI.Webcontrols.Textbox".
The reason I need a refresh is when the user clicks the button in the Webgrid, its supposed to populate the textbox fields in the web form below, but its not updating the textbox's.