I have a grid that has a row click event on it. This event works and I see the breakpoint hit in the serverside code.
With the row value I pull, I can hit a database and get the result I am looking for and assign it to an asp:label control.
The problem is, I never see that value on the screen in the label. I have verified the label.text property has the value I want, however I can't get it to show on the screen.
Is there a command I need to fire to refresh the page after the grid is done with the serverside control?
I can provide code snippets if needed.
Thanks in advance.
With the row value I pull, I can hit a database and get the result I am looking for and assign it to an asp:label control.
The problem is, I never see that value on the screen in the label. I have verified the label.text property has the value I want, however I can't get it to show on the screen.
Is there a command I need to fire to refresh the page after the grid is done with the serverside control?
I can provide code snippets if needed.
Thanks in advance.