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:90
More Search Options
RSS Available
Matching Posts
Re: Setting application-wide Master Page
This will only apply to pages that have a Content control. This is required, so non content pages would not be affected.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
tinghaoy
on 7/11/2006
Re: SiteMap and Menu: How to create dynamic URL?
You will have to hookup SiteMapResolve event from the provider and return your own cutom SiteMapNode. HTH, Ting-hao
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
tinghaoy
on 7/11/2006
Re: How to turn off starting node in site map path?
if (prov.CurrentNode != null && prov.RootNode != prov.CurrentNode ) { Response.Write(prov.CurrentNode.Title); break ; }
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
tinghaoy
on 7/11/2006
Re: Problem precompiling a Web App
Please also keep in mind that most of the time circular reference occurs because you have files within two folders indirectly reference each other, for example. Folder 1 Page A (references UserControl D) UserControl B Folder 2 Page C (references UserControl B) UserControl D In the case above, the folder 1 and folder 2 end up referencing each other because of batch compilation, PageA and UC B are batch-compiled and PageC and UC D are batch compiled. The easiest way to resolve the issue is to move
Posted to
Configuration and Deployment
(Forum)
by
tinghaoy
on 3/10/2006
Re: The file '/ApplicationName/Default.aspx' has not been pre-compiled, and cannot be requested
More questions: 1. Is default.aspx added after the application has been precompiled? If so, this won't be supported and the file default.aspx needs to be precompield as well. 2. Otherwise, can you look at the target bin to see if it contains something that looks like default.aspx.[some hash].compiled? This file contains the mapping between the path and the precompiled assembly name. Thanks, Ting
Posted to
Configuration and Deployment
(Forum)
by
tinghaoy
on 2/20/2006
Re: The file '/ApplicationName/Default.aspx' has not been pre-compiled, and cannot be requested
There are many possible reasons why this does not work on a different server. Some of the obvious that come to my mind: 1. Can you make sure the application is deployed to an IIS application root not a sub folder? 2. If you use aspnet_compiler to pre-compile the application, can you check if all result files are copied to target server? Otherwise can you send me your entire application in a zip file so I can investigate? Thanks, Ting
Posted to
Configuration and Deployment
(Forum)
by
tinghaoy
on 2/20/2006
Re: Web Deployment Projects bug?
This is a side-effect of turning on "Treat as library component", please un-check this option. The problem is that if the .compile is not preserved, the asp.net would not know where to find the app_code assembly where Profile is stored. In addition, global.asax code might not work due to the same reason. Thanks, Ting
Posted to
Visual Studio 2005
(Forum)
by
tinghaoy
on 2/20/2006
Re: Using returned DataTable in JavaScript
No, on the server, you should return System.Data.DataTable in your webmethod. The converter is to translate a server System.Data.DataTable instance to a client Web.Data.DataTable type. HTH, Ting
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
tinghaoy
on 2/16/2006
Re: aspnet_compiler error (...rem' has been disconnected or does not exist at the server.)
This is pretty strange, I haven't seen this before. Can you modify your command and add -errorstack switch so we can catch the exception stack next time it happens? Thanks, Ting
Posted to
Configuration and Deployment
(Forum)
by
tinghaoy
on 2/16/2006
Re: is there a logout routine?
Have you tried AuthenticationWebService.Logout? This is a client side service that you can call to perform log out thru the server call. HTH, Ting
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
tinghaoy
on 2/16/2006
Page 1 of 23 (228 items) 1
2
3
4
5
Next >
...
Last »
Silverlight:
4 Calendars & Plans for 2010 / 5770
ASP.NET:
ASP.NET MVC 2 and Visual Studio 2010
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Channel 9:
TWC9: 2009 - The Year in Review
ASP.NET:
Tip#100: Did you know… How to view ASP.NET trace information?
ASP.NET:
Passing anonymous objects to MVC views and accessing them using dynamic
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Channel 9:
Channel 9 Live at PDC09: Stephen Toub
WindowsClient:
Mouse Gestures for Internet Explorer
Channel 9:
Controlling concurrency in Rx
Channel 9:
Dev Tools Ecosystem Summit Videos Available
WindowsClient:
Using Cerebrata's Cloud Storage Studio To Download IIS logs from Multiple Instances of Windows Azure
TechNet Edge:
TechNet Radio: Office 2007 Setup and Configuration (Part 1)
Channel 10:
How-To: Listen to Your Zune Pass Music on Your WinMo Phone
Channel 10:
Share Your Screen with SharedView
Channel 10:
Get Microsoft Tinker Game For Free
Channel 10:
LG eXpo WinMo 6.5 Unboxing Video
Channel 9:
ADFS 2.0 RC is Here!
Channel 10:
Bing Reference Updated with New Sidebar Features
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online