i 've configured template Login.aspx. Finally i can't access two textboxes that located at Login.aspx from codebehind(Login.aspx.cs).i checked the designer page there is no references of textboxes at it.then i add references, now i can access to textboxes
but i take error:
Object reference not set to an instance of an object.
how can i solve this?
Go to the complete details ...