page 456: select LinqDataSource control - open its properties grid.
switch to the events category and double-click the inserting event
I can't find the events category. I have a behavior/data and miscellaneous category. There is an insert section in the data category but it won't bring up the event handler. I must be in the wrong place (?)
I enabled the insert function:
Code:
<asp:LinqDataSource ID="LinqDataSource1" runat="server"
ContextTypeName="TreatReviewDataContext" EnableInsert="True"
EnableUpdate="True" TableName="Products">
</asp:LinqDataSource>
Thanks for answering my last question by the way