transfer control from master page to child page

  • Thread starter Thread starter Ramesh
  • Start date Start date
R

Ramesh

Hi,

I have 1 master page and child pages. Master page contains one ajax
modal popup extender with OK and cancel button. i set submit behaviour
for OK button. this popup called on master page init event when
session expired. In child page if session expired and any button
pressed then that master page popup display. Now my problem is when
the popup open that time if i press ENTER, OK button of master popup
not firing. child page submit button click event fired. How to handle
this ? please let me know any suggestion.

Thanks & Regards

V.Ramesh
 
Ramesh said:
Hi,

I have 1 master page and child pages. Master page contains one ajax
modal popup extender with OK and cancel button. [...]

Your post is not specific, but it sounds like you are writing a web
application. If so, you should post your question in a forum
appropriate to questions in that context, such as the ASP.NET newsgroup.

Pete
 
Back
Top