Click here to Skip to main content
15,913,278 members

Comments by manishss (Top 22 by date)

manishss 29-Sep-16 4:16am View    
i m telling you the scenario after saving the record in database for the first time i have gridview on edit button all the fields came and suppose i want to change the name of from abc to xyz in that case i m not able to edit cos i getting record from my select query. this query is common for both insert and update.
manishss 29-Sep-16 3:59am View    
select * from tblemployee where pancard=@pancard
see i m updating records when i m getting zero record in above query in updatation case.
manishss 29-Sep-16 3:56am View    
i m updating all the records which comes under tblemployee table.
before that i m telling you the problem, what happen when i m inserting records with new pan card its working fine but now i want to change the record say name at that time not able to edit records because of my above query.
manishss 7-Sep-16 12:12pm View    
do u have code plz share with me
manishss 7-Sep-16 8:57am View    
yes i have is there anyway in dot net after creating pdf dynamically firstly i will see the pdf whether its generated proper or not and if i click on yes then it will save.