hmstoo44dd
Programmer
How can you tell from aspx code what database/table/view/stored procedure, data is from?
I see this tag: <asp:datagrid id="dgNames" OnItemCommand="CustID_Click">
Is "dgNames" the name of the datagrid or does it refer to the data source?
I see this tag: <asp:datagrid id="dgNames" OnItemCommand="CustID_Click">
Is "dgNames" the name of the datagrid or does it refer to the data source?