Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

pop Calendar Control with master page

Status
Not open for further replies.

aajaydee

Technical User
Oct 16, 2005
39
US
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.

 
>>"aspnetForm"
is the name that dotNet automatically gives to <form runat=server>

>>And it seems that I'm having a problem with the form name.

could u be a bit more clearer???

Known is handfull, Unknown is worldfull
 
I had the same problem with my popup calendar.

I used the Developer Tools of FireFox to disable css and was then able to see that my popup calendar was displaying, however it was embedded below the divs created by my master page implementation.

I edited the css script for my popup calendar and set the z-index to 999 and then everything was ok.

Perhaps you are going through a similar issue?

Sean. [peace]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top