Posts
 
Reputation
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
~150 People Reached
Favorite Forums
Favorite Tags
.net x 1

1 Posted Topic

Member Avatar for kapil.tandon

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>

Member Avatar for sekharM
0
150

The End.