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:747426
More Search Options
RSS Available
Matching Posts
Re: ASP.NET 1.1 to 2.0 migration - TextChanged event not firing!
Cracked it - one thing I didn't put in the post above for code brevity (and the fact I didn't think it mattered) is that the textbox is set readonly (I only want the javascript to enter text into the textbox, not the user): txtTextBox.ReadOnly = True There is a change between ASP.NET 1.1 and 2.0 that even though a changed textbox value will be sent back in the post variables, the server will ignore it if the textbox is readonly (i.e. it won't load the new value into the 'Text'
Posted to
Web Forms
(Forum)
by
mjofarrell
on 7/11/2007
ASP.NET 1.1 to 2.0 migration - TextChanged event not firing!
I am having a problem whilst migrating a web application from ASP.NET 1.1 to ASP.NET 2.0. One of my user controls has a textbox that is not firing its text changed event. The textbox is created at run time in a CreateChildControls override on the user control (ph is a placeholder in the .ascx file): Protected Overrides Sub CreateChildControls() Dim txtTextBox As New System.Web.UI.WebControls.TextBox() txtTextBox.ID = "foo" ph.Controls.Add(txtTextBox) AddHandler txtTextBox.TextChanged, AddressOf
Posted to
Web Forms
(Forum)
by
mjofarrell
on 7/11/2007
Page 1 of 1 (2 items)
ASP.NET:
2009 Blogged - Greatest Hits
WindowsClient:
2009 Blogged - Greatest Hits
Channel 9:
Nikolaj Bjørner and Leonardo de Moura: The Z3 Constraint Solver
Channel 9:
MEF & Silverlight 4 Beta - Part 2, Imports & Exports
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online