Click here to Skip to main content
15,891,943 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Accessing Ajax modal pop control from a page in iframe Pin
jkirkerx29-Mar-13 10:21
professionaljkirkerx29-Mar-13 10:21 
GeneralRe: Accessing Ajax modal pop control from a page in iframe Pin
nainakarri29-Mar-13 18:10
nainakarri29-Mar-13 18:10 
GeneralRe: Accessing Ajax modal pop control from a page in iframe Pin
jkirkerx29-Mar-13 19:24
professionaljkirkerx29-Mar-13 19:24 
GeneralRe: Accessing Ajax modal pop control from a page in iframe Pin
nainakarri31-Mar-13 19:17
nainakarri31-Mar-13 19:17 
GeneralRe: Accessing Ajax modal pop control from a page in iframe Pin
jkirkerx1-Apr-13 7:26
professionaljkirkerx1-Apr-13 7:26 
GeneralRe: Accessing Ajax modal pop control from a page in iframe Pin
nainakarri2-Apr-13 1:25
nainakarri2-Apr-13 1:25 
GeneralRe: Accessing Ajax modal pop control from a page in iframe Pin
jkirkerx2-Apr-13 6:25
professionaljkirkerx2-Apr-13 6:25 
GeneralRe: Accessing Ajax modal pop control from a page in iframe Pin
nainakarri31-Mar-13 19:19
nainakarri31-Mar-13 19:19 
Here, i am using the following code in the iframe aspx page

C#
if(window.parent.document.getElementById("AlertNotesExt"))
        {
                var iframe = parent.document.getElementById("AlertNotesExt");

               iframe.hide();
        }
    }


AlertNotesExt is the id of ajax modal pop up extender. But in that place, if i give any other asp.net cpntrol id like button etc., i am getting the id.

Regards
Naina
Naina

QuestionAdding dll file in web application Pin
Shree.grace28-Mar-13 21:03
Shree.grace28-Mar-13 21:03 
QuestionRe: Adding dll file in web application Pin
Vasudevan Deepak Kumar29-Mar-13 4:28
Vasudevan Deepak Kumar29-Mar-13 4:28 
AnswerRe: Adding dll file in web application Pin
Shree.grace29-Mar-13 18:30
Shree.grace29-Mar-13 18:30 
AnswerRe: Adding dll file in web application Pin
Jasmine250129-Mar-13 6:50
Jasmine250129-Mar-13 6:50 
QuestionHandle frame close event Pin
obalesu28-Mar-13 20:50
obalesu28-Mar-13 20:50 
AnswerRe: Handle frame close event Pin
Vasudevan Deepak Kumar29-Mar-13 4:28
Vasudevan Deepak Kumar29-Mar-13 4:28 
GeneralMessage Removed Pin
31-Mar-13 19:54
obalesu31-Mar-13 19:54 
Questionfile uplode Pin
rvirat28-Mar-13 19:52
rvirat28-Mar-13 19:52 
AnswerRe: file uplode Pin
Sandeep Mewara28-Mar-13 20:04
mveSandeep Mewara28-Mar-13 20:04 
QuestionUsing Jquery in Update Panel IE Problem Pin
rbala00628-Mar-13 19:37
rbala00628-Mar-13 19:37 
AnswerRe: Using Jquery in Update Panel IE Problem Pin
Sandeep Mewara28-Mar-13 20:06
mveSandeep Mewara28-Mar-13 20:06 
AnswerRe: Using Jquery in Update Panel IE Problem Pin
jkirkerx29-Mar-13 10:30
professionaljkirkerx29-Mar-13 10:30 
Questionneed coding for my project Pin
rengaramu r28-Mar-13 8:43
rengaramu r28-Mar-13 8:43 
AnswerRe: need coding for my project Pin
Marco Bertschi28-Mar-13 9:06
protectorMarco Bertschi28-Mar-13 9:06 
GeneralRe: need coding for my project Pin
rengaramu r28-Mar-13 9:38
rengaramu r28-Mar-13 9:38 
GeneralRe: need coding for my project Pin
Jasmine250128-Mar-13 12:58
Jasmine250128-Mar-13 12:58 
GeneralRe: need coding for my project Pin
rengaramu r28-Mar-13 17:28
rengaramu r28-Mar-13 17:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.