hi ,
i write the following code <MasterTableView EditMode="InPlace" Name="product" DataKeyNames="PKProductID" CommandItemDisplay="Top"> in aspx page
when i go into updatecommand or insert command i want to find out the table name (means product) for that i am using the following code
DirectCast(item.OwnerTableView,Telerik.Web.UI.GridTableView).Name BUT IT GIVE ALWAYS RESULT AS TABLE
what is the way to get that table name ?
i write the following code <MasterTableView EditMode="InPlace" Name="product" DataKeyNames="PKProductID" CommandItemDisplay="Top"> in aspx page
when i go into updatecommand or insert command i want to find out the table name (means product) for that i am using the following code
DirectCast(item.OwnerTableView,Telerik.Web.UI.GridTableView).Name BUT IT GIVE ALWAYS RESULT AS TABLE
what is the way to get that table name ?