Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.71K
1 Posted Topic
HI... It will work do like this.. ... <Columns> </asp:TemplateField> <asp:CommandField ButtonType = "Button" ShowEditButton = "True" CausesValidation="false" ShowDeleteButton = "True" HeaderText="Edit Controls" /> </Columns> </asp:GridView> <asp:SqlDataSource ID="SqlDailyDatasource" runat="server" ConnectionString="<%$ ConnectionStrings:ChdbConnectionString %>" SelectCommand="Select * from Daily" DeleteCommand="Delete from Daily where ItemsNo=@ItemsNo" </asp:SqlDataSource>
The End.
sekharM