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:258183
More Search Options
RSS Available
Matching Posts
Re: Drawing text along a path
Nope.
Posted to
System.Drawing/GDI+
(Forum)
by
Odegaard
on 8/18/2008
Re: Bug report: MouseMove on document fails over disabled objects.
That will only work for textboxes though. My problem is actually with a button, but any input element seems to have this problem.
Posted to
ASP.NET AJAX UI
(Forum)
by
Odegaard
on 7/17/2008
Re: Accessing embedded images at designtime
Not sure why, but now it suddenly works in VS2005 as well. I'm confused (must have been a cached dll or something). Nevermind!
Posted to
Custom Server Controls
(Forum)
by
Odegaard
on 3/26/2008
Re: Accessing embedded images at designtime
1. GetWebResourceUrl is automatically returning the mvwres link when in designmode, so you don't need to make all that extra special code. 2. My assembly is signed (not that that really matters though) , and the index is correct (as stated this works at runtime). 3. It works in VS2008, but not VS2005. Seems like a VS2005 limitation to me. I'm just looking for confirmation.
Posted to
Custom Server Controls
(Forum)
by
Odegaard
on 3/26/2008
Accessing embedded images at designtime
Anyway, I'm struggling with some designtime issues, that apparently should already have addressed, as Nikhil writes in his (not so recent) post: http://www.nikhilk.net/WebResourceAttributeAtDesignTime.aspx The problem however is that this doesn't work for me. I see the src property is correctly the mvwres://... and it looks fine, but I still get a broken image when I'm in designmode. However I'm not using an Image webcontrol, but render out the html using the HtmlTextWriter. ex: writer
Posted to
Custom Server Controls
(Forum)
by
Odegaard
on 3/25/2008
Filed under: embedded resources, Design Time, images
Re: Accessing UniqueID/ClientID during OnUnload changes ClientID/UniqueID of ALL controls in a usercontrol
I opened up a bug report for this: https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=317651
Posted to
Web Parts and Personalization
(Forum)
by
Odegaard
on 12/14/2007
Re: Accessing UniqueID/ClientID during OnUnload changes ClientID/UniqueID of ALL controls in a usercontrol
I found the actual reason for OnUnLoad to fire is that the WebPartManager moves all the controls in the webpartzones over to its own childcollection (what a hack Microsoft!). This causes the childcontrols of the webpartzone to get cleared, which again fires OnUnLoad. So no wonder the ID's change since the object tree changes. The problem is that the UniqueID and ClientID are cached in the control, so accessing them after the move will not update them. I still haven't found a good workaround
Posted to
Web Parts and Personalization
(Forum)
by
Odegaard
on 12/14/2007
Re: Callbacks and Partial Postbacks from controls inside UserControls fails
This problem turned out to be something completely different. I created a new thread instead, that describes the problem: http://forums.asp.net/p/1193482/2055925.aspx#2055925
Posted to
Web Parts and Personalization
(Forum)
by
Odegaard
on 12/12/2007
Accessing UniqueID/ClientID during OnUnload changes ClientID/UniqueID of ALL controls in a usercontrol
I found a really weird "feature" that's causing a lot of issues with my controls (especially because they try to do callbacks but fails because of this). Try and create this custom control: public class SimpleCustomControl : System.Web.UI.WebControls.CompositeControl { protected override void RenderContents(HtmlTextWriter writer) { writer.Write( this .UniqueID); } protected override void OnUnload(EventArgs e) { // Uncomment one of following two lines and the ID of the control ID will
Posted to
Web Parts and Personalization
(Forum)
by
Odegaard
on 12/12/2007
Callbacks and Partial Postbacks from controls inside UserControls fails
I have a set of controls that all knows how to do callbacks (ICallbackEventHandler) or partial postbacks (MS AJAX), depending on the mode they are running in. When I add a set of these to a CustomControl and add this custom control to the webpart zonetemplate, everything works as expected and there's not big difference in having the control in a webpart or outside it. However if I create the same set of controls inside a UserControl and put the usercontrol inside my zonetemplate, the callbacks
Posted to
Web Parts and Personalization
(Forum)
by
Odegaard
on 12/11/2007
Filed under: partial postbacks, callbacks, user controls
Page 1 of 13 (124 items) 1
2
3
4
5
Next >
...
Last ยป
Channel 10:
WHS Power Pack 3 Arrives
Channel 10:
ASUS Brings GUI to BIOS
ASP.NET:
Microsoft AJAX CDN โ Now with SSL Support
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
ASP.NET:
PDC09 Talk: Building Amazing Business Applications with Silverlight 4, RIA Services and Visual Studio 2010 โ Now in Visual Basic!!
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles โ Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online