Tabstop property of control missing in asp.net
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
I want to ignore focus on a control but I can't find TabStop like property. How to ignore a control from getting focus.
-
I want to ignore focus on a control but I can't find TabStop like property. How to ignore a control from getting focus.
you have to di it on Javascript ;) because it's a Front end functionality not back end. Look at the internet for Javascripts samples to resolve your problem. Goof luck:thumbsup:
-
I want to ignore focus on a control but I can't find TabStop like property. How to ignore a control from getting focus.
AS i said, you have to implement it on Client-side on Javascript http://forums.asp.net/t/881850.aspx[^] http://www.codeguru.com/csharp/.net/net_asp/controls/article.php/c5355[^]