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:377606
More Search Options
RSS Available
Matching Posts
Re: translate text in Change Password control
Did you try unsing Tools|Generate Local Resource on the page (in design mode) where the control is?
Posted to
Localization
(Forum)
by
AndrewSeven
on 6/18/2008
Re: XML Serializaton of LINQ to SQL object that inherits from external resource
I'm not sure how you should do it, but the classes generated by linq are partial classes, so you can make some changes.
Posted to
C#
(Forum)
by
AndrewSeven
on 6/18/2008
Re: Problem with Url Rewriting
[quote user="nathanaeljones"] You're needs may be basic, but don't do what I did and try to write your own. It's an exercise in pain! Too many bugs in asp.net to workaround. [/quote] Ya, that must be it. The biggest issues people have stem from not serving a page at the requested url, they use a module to call rewrite path and there is invariably something that slips through because the page that executes has a different url than the one in the browser. If you use IHttpHandlerFactory
Posted to
HttpHandlers and HttpModules
(Forum)
by
AndrewSeven
on 6/9/2008
Re: PageParser.GetCompiledPageInstance error
Is there anything different about the external page? Does it still work?
Posted to
HttpHandlers and HttpModules
(Forum)
by
AndrewSeven
on 6/8/2008
Re: Problem with umlauts (encoding)
I think you will need utf-16/unicode. For the asp file, you will probably need to set the response.encoding
Posted to
Localization
(Forum)
by
AndrewSeven
on 6/6/2008
Re: Custom Server Control does not exist on page load
Are you unable to debug and step into the code to see which object is null?
Posted to
Custom Server Controls
(Forum)
by
AndrewSeven
on 6/5/2008
Re: Does not allow child controls
You need to set it's text property or use design mode. (Its just a Literal with a special designer)
Posted to
Localization
(Forum)
by
AndrewSeven
on 6/4/2008
Re: App_LocalResource Question
Do you have only one App_LocalResources for the whole site? You can put an App_LocalResources in each folder and it can then have its own default.aspx.resx
Posted to
Localization
(Forum)
by
AndrewSeven
on 6/4/2008
Re: Localization of menu, pagetitle and content
Localizing the site map is described here : http://msdn.microsoft.com/en-us/library/ms178427.aspx For your big chunks of html, you can add them to a local resource file and give them a name. In your page you can put <%=GetLocalResourceObject("TheName")%>
Posted to
Localization
(Forum)
by
AndrewSeven
on 6/4/2008
Re: can i cache the global resource values for perfomance?
Are you using the strongly typed resources? If so, they use a System.Resources. ResourceManager I'm not sure you can save much at all. If you dig into that class a bit with reflector, you can see that after everything is initialized, all it does is access a couple hashtables, one to get the resource set and annother for the value.
Posted to
Localization
(Forum)
by
AndrewSeven
on 6/4/2008
Page 1 of 44 (437 items) 1
2
3
4
5
Next >
...
Last »
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!
WindowsClient:
The year ahead, 2010.
TechNet Edge:
FOPE Policies Deep Dive Interview
Silverlight:
Silverlight HVP Design Update
WindowsClient:
Windows Client Developer Roundup for 12/28/2009
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online