GridView with Javascript
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hello Friends, If i disable javascript in browser then my gridview's Select command is not working. So is it any way to work without javascript.
Hi, since actions with nearly every ASP.NET control work by postback (which uses javascript) it seems impossible. But you could use a HTML-Button for each row to select, which will force a submit, but this will be really ugly... Regards Sebastian
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.