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:31043
More Search Options
RSS Available
Matching Posts
Re: Sys.InvalidOperationException: Handler was not added through the Sys.UI.DomEvent.addHandler method after upgrading to RC1
I have the exact same problem now. Had to remove UpdatePanel to get it to work.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
BennyXNO
on 4/17/2008
Re: Placing UpdateProgress before UpdatePanel
What is the error you are getting? I've placed my UpdateProgress before the UpdatePanel, and it worked fine in my solution.
Posted to
ASP.NET AJAX UI
(Forum)
by
BennyXNO
on 2/26/2007
Filed under: UpdatePanel UpdateProgress
Re: Passing Data from one tab to another tab
rdcrumbaker: I am needing to pass information from data entered in a Textbox to another tab Textbox when the user changes tabs. I have the Textbox on change writting to session.item, but I can't the textbox on the next tab to get this data. Anyone have any sample code? Why do u not set the other textbox in the change handler for the textbox, like u write to session.item? If you provide us with your code, it will be an easy task to get you in the right direction.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
BennyXNO
on 2/26/2007
Re: Plz help with ModelPopextender
The trick is not to assign the OkControlID. < cc1 : ModalPopupExtender ID ="ModalPopupExtender1" runat ="server" TargetControlID ="hiddenNewButton" PopupControlID ="Panel01" BackgroundCssClass ="modalBackground" Drag ="true" DropShadow ="true" PopupDragHandleControlID ="Panel1" CancelControlID ="MyCancelButton" /> And in the codebehind make a call to hide the popup. ModalPopupExtender1.Hide()
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
BennyXNO
on 2/5/2007
MaskedEditExtender = Culture Bug
In Norway we are using the following format "dd.mm.yyyy", but the MaskedEditExtender requires a format spesification of "99/99/9999". This doesnt work well because of the following lines: var m_arrDate = input.split( this ._CultureDatePlaceholder); <== works well var m_mask = maskvalid.split( this ._CultureDatePlaceholder); <== this wont be split because of the Norwegian "." and the maskvalid has the value "99/99/9999" The Quick FIX is to do the following: var m_mask = maskvalid.split( "/"
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
BennyXNO
on 2/5/2007
Filed under: AjaxControlToolkit, MaskedEditExtender
Re: Sys.InvalidOperationException: Handler was not added through the Sys.UI.DomEvent.addHandler method after upgrading to RC1
Same problem here with the ModalPopup, but i don't redirect, but have serverside buttons.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
BennyXNO
on 12/22/2006
Re: No automatic declarations in codebehind???
Rightclick the project and select "Convert to Web Application", this will do the trick for u.
Posted to
VS 2005 Web Application Projects
(Forum)
by
BennyXNO
on 10/9/2006
Page 1 of 1 (7 items)
Channel 9:
Nikolaj Bjørner and Leonardo de Moura: The Z3 Constraint Solver
Channel 9:
MEF & Silverlight 4 Beta - Part 1, Introduction
WindowsClient:
The (Near) Final Word on Multi-Monitor Taskbars for Windows 7 - Ultramon vs. DisplayFusion
WindowsClient:
Looking back at 2009, and forward to 2010
Silverlight:
Polling Video – A Viable sub-second alternative?
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
WindowsClient:
Runtime Fault Injection using TestAPI
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online