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:860456
More Search Options
RSS Available
Matching Posts
Free CDN site for my own scripts,css and image files
Can any body knows about any free CDN site where i register and upload my files which are then reference. Is Microsoft http://www.asp.net/ajaxlibrary/cdn.ashx provide this or any 3rd Party.
Posted to
Web Forms
(Forum)
by
abcplex
on 11/25/2009
Re: Free CDN site for my own scripts,css and image files
Are you saying that web space site provider and CDN are same? I think CDN used for faster response than web space provider. Is there is no free CDN Provider?
Posted to
Web Forms
(Forum)
by
abcplex
on 11/25/2009
Re: Export To PDF Unicode Problem
[quote user="Hua-Jun Li - MSFT"] Hi abcplex, The charactor 'Δ dêlta' belong the Rome charactor. (2)Check your pdf program support the charactor, you can open an new pdf, and try to input the charactor. You can download some software to support it. [/quote] Pdf support Δ sign, [quote user="Hua-Jun Li - MSFT"] Hi abcplex, The charactor 'Δ dêlta' belong the Rome charactor. You can check it form the following aspects: (1)you can set it to be the following: Response
Posted to
Web Forms
(Forum)
by
abcplex
on 11/25/2009
Re: Export To PDF Unicode Problem
Help
Posted to
Web Forms
(Forum)
by
abcplex
on 11/23/2009
Re: Export To PDF Unicode Problem
Help Please
Posted to
Web Forms
(Forum)
by
abcplex
on 11/21/2009
Export To PDF Unicode Problem
I have following code, Response.ContentType = "application/pdf"; Response.ContentEncoding = System.Text.Encoding.UTF8;//Used For Unicode Response.AddHeader("content-disposition", "attachment;filename=GridViewExport.pdf"); Response.Cache.SetCacheability(HttpCacheability.NoCache); StringWriter sw = new StringWriter(); HtmlTextWriter hw = new HtmlTextWriter(sw); gvExcel.RenderControl(hw); StringReader sr = new StringReader(sw.ToString()); Document pdfDoc = new Document
Posted to
Web Forms
(Forum)
by
abcplex
on 11/20/2009
Re: Application_PreRequestHandlerExecute and Application_PostRequestHandlerExecute for .aspx request executed twice
I have already posted the code of global.asax
Posted to
Web Forms
(Forum)
by
abcplex
on 10/20/2009
Re: Application_PreRequestHandlerExecute and Application_PostRequestHandlerExecute for .aspx request executed twice
Put Break Points and then see what happens.
Posted to
Web Forms
(Forum)
by
abcplex
on 10/14/2009
Re: Application_PreRequestHandlerExecute and Application_PostRequestHandlerExecute for .aspx request executed twice
[quote user="Forward Sun - MSFT"] Hi abcplex , Yes, If I put break ponits for the code, it sometimes is executed more than once. [/quote] It is executed more then twice if it contains other resource like .axd, .gif,jpg etc But it is executed twice when contains .aspx resource You can Add a watch then check the value of HttpContext .Current.Request.Path
Posted to
Web Forms
(Forum)
by
abcplex
on 10/14/2009
Re: Application_PreRequestHandlerExecute and Application_PostRequestHandlerExecute for .aspx request executed twice
any one test this
Posted to
Web Forms
(Forum)
by
abcplex
on 10/8/2009
Page 1 of 4 (35 items) 1
2
3
4
Next >
TechNet Edge:
Managing Your Entire World - Tech Focus November 2009 Part 3
Channel 10:
Show Us Your Tech - Mark Pendergrast Edition
TechNet Edge:
Mark Russinovich interview at TechEd EMEA 09
TechNet Edge:
IT Manager Podcast #31: Talking About Virtualization
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 1: Introduction
WindowsClient:
MSXML XHTML DTDs - making the web better
TechNet Edge:
How it works: Active Directory Rights Management Services
Channel 9:
Inside Windows 7: Recovering Windows from System Degradation and Boot Failures
Channel 10:
Ebay Launches IE8 Webslice for Holiday Shopping
Channel 10:
New Windows Smartphone Includes Built-in PowerPoint Projector
Channel 10:
Bing's Top Searches Reveal Our Celeb Obsessions
Channel 9:
Ping 39: Chrome is here, Dancing in MS Stores, Iphone & Bing
ASP.NET:
Building Twitter Search using the ASP.NET Ajax Library Beta – Part 1
Silverlight:
Using Azure as a Silverlight Streaming replacement
Silverlight:
Building extensible Silverlight applications with MEF
TechNet Edge:
Joachim Nässlander on Live Migration
ASP.NET:
T4MVC 2.6: MVC 2 Areas support
ASP.NET:
Script# Update - v0.5.5.0
Channel 10:
Difference between DirectX 10 and DirectX 11
Channel 10:
WHS Power Pack 3 Arrives
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online