LinkButton in a User Control
This seems like an easy task, but I have not been able to solve it or find anything in this forum about it. Perhaps my verbaige is not correct..
I have a User control (menu bar) that has a link button on it. For some reason this button becomes the default button every time the aspx page displays. Meaning, when you hit the enter key this button is what fires. How do I control this? I really do not want this button to be the default. I have a button on my aspx page that needs to be the default. I have tried setting the tabindex to 0 and also -1 with no effect.
Thanks for any help