Click here to Skip to main content
15,895,084 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: error: 'Argument 'SourceArray' cannot be converted to type 'String' ' Pin
byka11-Jun-13 4:47
byka11-Jun-13 4:47 
GeneralRe: error: 'Argument 'SourceArray' cannot be converted to type 'String' ' Pin
Richard Deeming11-Jun-13 5:03
mveRichard Deeming11-Jun-13 5:03 
QuestionUncaught TypeError: Cannot read property 'id' of undefined Pin
Vimalsoft(Pty) Ltd10-Jun-13 8:40
professionalVimalsoft(Pty) Ltd10-Jun-13 8:40 
QuestionHow to populate data in child page using json & master pages Pin
Rohit_daga9-Jun-13 20:11
Rohit_daga9-Jun-13 20:11 
AnswerRe: How to populate data in child page using json & master pages Pin
Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)10-Jun-13 6:09
protectorTadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)10-Jun-13 6:09 
Questionjquery problem Pin
dasam9-Jun-13 19:33
dasam9-Jun-13 19:33 
AnswerRe: jquery problem Pin
Blikkies10-Jun-13 2:45
professionalBlikkies10-Jun-13 2:45 
QuestionAnimation not working in ModalPopupExtender. Anyone knows how to fix it? Pin
Pham Dinh Truong9-Jun-13 5:03
professionalPham Dinh Truong9-Jun-13 5:03 
Hi all guru,

I got stuck with this problem for quite a long time. I searched through Internet and official web site of Ajax toolkit but getting no luck. Does anyone has luck getting it to work?

Error is: ModalPopupExtender.OnShowing that does not exist or cannot be set.

XML
<ajax:ModalPopupExtender ID="mpePopup" runat="server"
       TargetControlID="btnPopupTargetControl"
       PopupControlID="pnlPopup"
       OkControlID="btnPopupOKControl"
       PopupDragHandleControlID="divPopup"
       BackgroundCssClass="modalBackground"
       DropShadow="true"
       RepositionMode="RepositionOnWindowResizeAndScroll"
       >
       <Animations>
           <OnShowing>
               <FadeIn Duration=".5" Fps="30" />
           </OnShowing>
           <OnShown>
               <FadeIn Duration=".5" Fps="30" />
           </OnShown>
           <OnHiding>
               <FadeOut Duration=".5" Fps="30" />
           </OnHiding>
           <OnHidden>
               <FadeOut Duration=".5" Fps="30" />
           </OnHidden>
       </Animations>
   </ajax:ModalPopupExtender>



I'd appreciate any help.
Thank you.
QuestionGet Loggedin Domain\Username Pin
raesark7-Jun-13 2:11
raesark7-Jun-13 2:11 
AnswerRe: Get Loggedin Domain\Username Pin
Richard Deeming7-Jun-13 2:20
mveRichard Deeming7-Jun-13 2:20 
GeneralRe: Get Loggedin Domain\Username Pin
raesark7-Jun-13 2:24
raesark7-Jun-13 2:24 
GeneralRe: Get Loggedin Domain\Username Pin
Richard Deeming7-Jun-13 2:45
mveRichard Deeming7-Jun-13 2:45 
GeneralRe: Get Loggedin Domain\Username Pin
raesark7-Jun-13 3:46
raesark7-Jun-13 3:46 
GeneralRe: Get Loggedin Domain\Username Pin
Richard Deeming7-Jun-13 3:52
mveRichard Deeming7-Jun-13 3:52 
GeneralRe: Get Loggedin Domain\Username Pin
V R Shukla10-Jun-13 1:35
V R Shukla10-Jun-13 1:35 
GeneralRe: Get Loggedin Domain\Username Pin
raesark11-Jun-13 20:18
raesark11-Jun-13 20:18 
AnswerRe: Get Loggedin Domain\Username Pin
jkirkerx8-Jun-13 8:27
professionaljkirkerx8-Jun-13 8:27 
GeneralRe: Get Loggedin Domain\Username Pin
raesark11-Jun-13 20:20
raesark11-Jun-13 20:20 
GeneralRe: Get Loggedin Domain\Username Pin
jkirkerx12-Jun-13 6:46
professionaljkirkerx12-Jun-13 6:46 
QuestionDrop Down Listnot updating when item deleted from GridView Pin
WickedFooker6-Jun-13 4:59
WickedFooker6-Jun-13 4:59 
AnswerRe: Drop Down Listnot updating when item deleted from GridView Pin
WickedFooker7-Jun-13 3:08
WickedFooker7-Jun-13 3:08 
QuestionGrid View Pin
Kaushik.Subramanian6-Jun-13 3:22
Kaushik.Subramanian6-Jun-13 3:22 
AnswerRe: Grid View Pin
Richard MacCutchan6-Jun-13 4:41
mveRichard MacCutchan6-Jun-13 4:41 
QuestionGrid View Pin
Kaushik.Subramanian5-Jun-13 22:24
Kaushik.Subramanian5-Jun-13 22:24 
QuestionHow do you run the program for downloading financial data from yahoo ? Pin
forte745-Jun-13 15:51
forte745-Jun-13 15:51 

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.