ihave a page with popup calendar when a user clicks a button. I have tried it with a normal page (that is a page without Master Page) and it works well.
But when I apply it to a page which uses a Master Page, the program does not execute as expected. I tried to output the line that sends back the value to the calling page. And it seems that I'm having a problem with the form name. The form name that the program captures is "aspnetForm" which is not really existing anywhere in the code.
What is the workaround for this problem.
But when I apply it to a page which uses a Master Page, the program does not execute as expected. I tried to output the line that sends back the value to the calling page. And it seems that I'm having a problem with the form name. The form name that the program captures is "aspnetForm" which is not really existing anywhere in the code.
What is the workaround for this problem.