Hi, I have a basic question. I have created a MVC project. I made a change to the LogOn.aspx. Instead of HTML textbox control, I used an asp's text box control for the UserName text box. I tried to debug this, and i foung that the UserName parameter is being received as null in LogOn (POST)action. Can anyone please explain what's the reason behind this and how can i receive value using asp's standard web controls(instead HTML controls)?
Regards, ~kapil