[Message Deleted]
Visual Basic
4
Posts
3
Posters
0
Views
1
Watching
-
[Message Deleted]
-
[Message Deleted]
I am guessing you are using ASP.NET, make sure that on postback, you are not filling the data in. You need something like this: if(!IsPostBack) { //Fill my GridView here }
The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo
-
[Message Deleted]
-
I am guessing you are using ASP.NET, make sure that on postback, you are not filling the data in. You need something like this: if(!IsPostBack) { //Fill my GridView here }
The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo
thanks for the reply yes, i m using asp.net. will work on the solution