Scenario:
I have a CaseEdit.aspx page in which on have 3 buttons
AddImage, FinalPage, QuestionAns
and one web user control that CaseContentList.ascx
in casecontentlist I have datalist in that i am lbtnDisplay.
when we are clicking on caseEdit.aspx btn we are adding the name to the lbtnDisplay (suppose i clicked on btn addimage then addimage will add to dataliast, if btnqusans clicked then qusans will add in that datalist lbtn).
now on every btn click i am opening the the following web user control..
on AddImage click i am opening AddImage.ascx (using tinymce editor)
on FinalPage click i am opening FinalPage.ascx (using tinymce editor)
on QuestionAns click i am opening QuestionAns.ascx (using tinymce editor)
and when i am clicking on datalist link btn (lbtnDisplay) on any item then, PageContent.ascx is opening.
all these thing happening on caseEdit.aspx page............
Requirement:
when we are in edit mode of any page and moving to some other page it must show the confirmation alert box.
when page content is opened on lbtnDisplay click and then we are going to some other page it should not show the confirmation alert box.