How to remove a row from gridview but not from database using asp.net..?
Is there any solution please send me.....
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Piyush PansuriyaPosted Oct 9, 2018, 1:22 AM
Piyush PansuriyaPosted Oct 9, 2018, 5:44 AM
Sourav Kumar DasPosted Oct 9, 2018, 5:30 AM
I got solution....
CONVERT(Varchar(50),A.AssignedDate,103)as 'AssignedDate', CONVERT(Varchar(50), A.CleanRequestDate, 103) as 'CleaningDate',
A.CleanRequestTime,A.VehicleNo,A.CleaningStatus, A.NumberofTrip,A.TripNo,A.CleaningReceiptNo,A.ImgExtension FROM DMS_CompletedCleaningRequest AS A
LEFT JOIN DMS_CleaningRequest AS B ON A.RequestNo = B.UniqueId WHERE
A.District = '" + hfDistrict.Value.Trim() + "' AND"
+ " A.Panchayat = '" + hfPanchayat.Value.Trim() + "' AND A.UniqueId NOT IN (SELECT RequestNo FROM DMS_PaymentDetails)
Thanks for your hints and solution.....if there's any problem I will contact you...
Sourav Kumar DasPosted Oct 9, 2018, 5:26 AM
Sourav Kumar DasPosted Oct 9, 2018, 1:31 AM
Sourav Kumar DasPosted Oct 9, 2018, 1:27 AM
Sourav Kumar DasPosted Oct 9, 2018, 1:17 AM
Sourav Kumar DasPosted Oct 9, 2018, 1:15 AM
Amit KumarPosted Oct 9, 2018, 1:10 AM
Piyush PansuriyaPosted Oct 9, 2018, 12:52 AM
Sourav Kumar DasPosted Oct 9, 2018, 12:47 AM
Piyush PansuriyaPosted Oct 9, 2018, 12:44 AM
Sourav Kumar DasPosted Oct 9, 2018, 12:41 AM
Piyush PansuriyaPosted Oct 9, 2018, 12:35 AM