Asp net datasource onupdating
How do I access the templated fields inside the SQL Data Source Updating event?Hi Steve, I guess you want to access a control in the Form Template on the On Updating event. instead of the actual names I wanted, such as txt Company, txt Plan_Type, etc.
This is a stored proc that gets executed by the datasource.
Please try the following sample code snippet, I have showed how to access a Text Box control similary you can access other controls using its ID. So, it wasn't finding them because they were mislabeled.
Can this article help me with this issue: I have a procedure in Oracle, that create a temporary table with output data.
The Data Grid is a widget that represents data from a local or remote source in the form of a grid.
This widget offers such basic features as sorting, grouping, filtering, as well as more advanced capabilities, like state storing, export to Excel, master-detail interface, and many others.