does redirecting from grid using javascript increase performance in asp.net
+1
A:
Yes it definetly does increase your performance as there is no postback, user doesn't have to wait. There is no server side processing as well.
Happy coding.
Ravia
2010-01-05 11:13:52
thanx all of you for your response
Neo
2010-02-16 04:52:42
+1
A:
Hey,
Reloading a grid using javascript would increase performance. Redirecting to another page using javascript, in replacement of a hyperlink or something, would not be much difference.
Brian
2010-01-05 13:48:12
A:
If your javascript redirect is saving a postback then its definitely improvement in performance otherwise not.
Manoj
2010-01-05 19:15:28