Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:616595
More Search Options
RSS Available
Matching Posts
Re: Modal Popup Cancel button causing problem
Thanks, I managed to fix it. The problem was caused by me setting the PostBackUrl of the button in the code behind. This has been taken out and I have added an OnClick attribute to the button in the XSL file where the button is.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Dangermouse
on 12/1/2009
Modal Popup Cancel button causing problem
Hi, I have a strange problem. I have implemented a modal popup which works fine when I click on the OK and Cancel buttons. The other buttons on the page also work fine and trigger the correct events. However, if I click on the Cancel button on the modal popup, then click on another button on the page, it reverts to the behaviour of my target control ID button (OK button). This also happens to link buttons. Does anybody know what might be causing it? Thanks
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Dangermouse
on 11/30/2009
Equivalent to Timer control in webforms
Hi, I have used the following code successfully on a windows form to create a timed event where a label is displayed to the user, then the event fires for 5 seconds and the label is then updated. Here is the code: private void button1_Click(object sender, EventArgs e) { label1.Text = "Please wait..."; System.Timers.Timer timer = new System.Timers.Timer(); timer.Interval = 5000; timer.Elapsed += delegate { label1.BeginInvoke((MethodInvoker)delegate { label1.Text = "Done"; }); timer
Posted to
Web Forms
(Forum)
by
Dangermouse
on 11/23/2009
Re: Equivalent to Timer control in webforms
Thanks, is there another way though as I was tryign to avoid using this?
Posted to
Web Forms
(Forum)
by
Dangermouse
on 11/23/2009
Re: Example modal popup in XSL
Anybody have any ideas?
Posted to
XML and XmlDataSource Control
(Forum)
by
Dangermouse
on 11/20/2009
Re: Creating the Modal popup fade out effect
Nobody done this before? Thanks
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Dangermouse
on 11/20/2009
Example modal popup in XSL
Hi, I have recently been using XSL and need to integrate the modal popup control inside. Can anybody provide an example of this please?
Posted to
XML and XmlDataSource Control
(Forum)
by
Dangermouse
on 11/18/2009
Re: Example modal popup in XSL
I'm looking to display a popup when a user clicks on a given button. This will then popup with 2 different buttons as options, 1 to confirm and 1 to cancel. I'm trying to wire up the panel to a button. In an aspx page for example, my code might be: <ajaxToolkit:ModalPopupExtender runat="server" ID="mdlPopup" PopupControlID="pnlInceptionWarning" CancelControlID="btnClosePopup" TargetControlID="btnActivatePolicy" BackgroundCssClass="modalBackground"
Posted to
XML and XmlDataSource Control
(Forum)
by
Dangermouse
on 11/18/2009
Re: Example modal popup in XSL
I need to convert this functionality (aspx code) to a xsl one. I'm unsure of how to do this. Thanks
Posted to
XML and XmlDataSource Control
(Forum)
by
Dangermouse
on 11/18/2009
Re: Example modal popup in XSL
That is exactly what I am asking. Is it possible? How do I reference the AJAX toolkit? Would I be better at creating a custom one, and how do I go about doing this? thanks
Posted to
XML and XmlDataSource Control
(Forum)
by
Dangermouse
on 11/18/2009
Page 1 of 19 (189 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 1
Channel 9:
Francesco Logozzo - Static Checking with Code Contracts for .NET
Channel 9:
Channel 9 Live at PDC09: Doug McCuistion, NASA
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online