Posted on: 2/16/2014 9:12:53 AM | Views : 650

in griview i have button , on click of that button file with that file name and data with that id should be deleted
i have passed two command argument on that button but ,its not working ,can anyone plz tell me where is a problem?

<asp:TemplateField> <EditItemTemplate> <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox> </EditItemTemplate> <ItemTemplate> <asp:Button ID="btndelete" runat="server" onclick="btndelete_Click" Text="Delete" CommandArgument='<%#Eval("File_names") + ";" +Eval("Paper_id")%>'/> </ItemTemplate> ...

Go to the complete details ...