[Message Deleted]
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
I guess, this is the problem due to b_inding the data on girdview during Postback_. You have binded the data at
Page_Load
and you didn't check theIsPostBack
Property.Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you. View My Latest Article
-
I guess, this is the problem due to b_inding the data on girdview during Postback_. You have binded the data at
Page_Load
and you didn't check theIsPostBack
Property.Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you. View My Latest Article