I tried doing this:
this.Form.DefaultButton = this.lbtnLogin.UniqueID;
And no luck.
I also tried
and this also did not work.
But here is more info to solve this issue.
I worked around by making my button and ImageButton instead of a LinkButton.
http://kpumuk.info/asp-net/using-panel-defaultbutton-property-with-linkbutton-control-in-asp-net
No comments:
Post a Comment