I am using ASP.NET 2.0 and VS 2005. I need to populate a grid on an update panel from an Oracle refcursor after the user clicks a button. I have an example from another project, but it is pretty complicated. Is there an easy way to display the data in a grid in an updatepanel? We don’t want the data to be displayed when the tab is first opened, just after the user clicks a button.
TIA, Theresa
I’m posting some code here because this stuff is hard to figure out and research. here’s one simple way to do it using the Microsoft Oracle Data Provider (I prefer ODP.NET):
try this out and let me know if you have any questions. here’s some good references:
-gabe