Loosing Focus after post back
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hello I have a dropdown list on which postback is happening. I am filling a dropdown below that. the problem is i am not able to set focus to either of the dropdowns. any suggestion
Regards
You'll need to do it with javascript. Use ClientScript.RegisterStartupScript and something like myDdl.ClientId + ".focus();"
Mark Churchill Director Dunn & Churchill Free Download:
Diamond Binding: The simple, powerful, reliable, and effective data layer toolkit for Visual Studio.