web page postback
-
hi all, when my page postedback after asp save button click it run the save another time, if you save 1 book1 it will save twice how to solve this problem? thanks alot
-
hi all, when my page postedback after asp save button click it run the save another time, if you save 1 book1 it will save twice how to solve this problem? thanks alot
DON'T post the same question again, once is enough. If anyone chooses to answer they will.
I know the language. I've read a book. - _Madmatt
-
hi all, when my page postedback after asp save button click it run the save another time, if you save 1 book1 it will save twice how to solve this problem? thanks alot
Are you sure you are not calling the save method twice? or you use cmd.ExecuteNonQuery() twice? Paste the code you use and let's review it together.
-
hi all, when my page postedback after asp save button click it run the save another time, if you save 1 book1 it will save twice how to solve this problem? thanks alot
Check the following in your code: 1-are you sure you are not saving a new book in the Page_load event of the page? 2-are you sure you are not calling the save method twice? 3-make sure that the procedure is saving one book. if you want you can post your code to fix the issue.
Regards, Jamil Please check my latest article: http://www.codeproject.com/Tips/80141/Authentication-and-Authorization-in-ASP-NET.aspx