i have master page and in child page
I have some fields and the button click, im not able to get the values Response.Write(Request.Form("firstname"))
if I use Response.Write(Request.Form("ctl00$MainContent$firstname")) i can get the values.
How should I remove ctl00$MainContent$. Any suggestions pls