Search Results

0
votes

asp.net - sqldatasource - detailsview - use stored proc to insert record

I think you may be missing SqlDataSource1.InsertCommandType = CommandType.StoredProcedure …
1
vote

Delete Record from GridView AND File from server in one click

I think part of your problem may be that in order for e.Values["sku"] to contain a value, it has to be bound first. I don't think HyperlinkField binds its data (I could be …