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:643421
More Search Options
RSS Available
Matching Posts
Re: Create a excel file and prompt user to save it
Hello, I realize this thread is very old but I am stuck on a problem with the out put of this method. No matter what I do my output file contains "[1]" in the name in the form of myfile[1].xls. I have cleared temp folder and I still get the same thing. THe funny this is that if I click Save instead of Open the fialog to save does not contain the "[1]". Any advice?
Posted to
Enterprise Services Integration
(Forum)
by
saintperez
on 11/23/2009
Export to Excel and Filename
Hello, I am stuck on a problem with the out of data to Excel via HttpContext .Current.Response.AddHeader( "content-disposition" , string .Format( "attachment; filename={0}" , "DummyTTDownload.xls" )); HttpContext .Current.Response.ContentType = "application/excel" ; No matter what I do my output file contains "[1]" in the name in the form of myfile[1].xls when I click on the "Open" button. I have cleared temp folder and I still get the same
Posted to
Enterprise Services Integration
(Forum)
by
saintperez
on 11/23/2009
Filed under: Sheets, Export, Workbook, Excell
Re: Export to Excel and Filename
The xport is fine, it's all being handled by Xporter tool from http://www.xporttools.net/xPorter.aspx . My problem is the file name. It has to be a certain name for another process that is sitting on the user's computer to recognize.
Posted to
Enterprise Services Integration
(Forum)
by
saintperez
on 11/23/2009
Re: Export to Excel and Filename
You are not understanding. THe sheets are created already with the Xporter components. They have the proper names, I am concerned with the FILE NAME not sheet name. The file name of the workbook is the one containing the [1] not the sheet name. There must be a way to avoid the [1] in the file name. Has nothing to do with with sheets or generation of the file. It appears to be something with the response that gets output on the client computer. Like I said, I cleared temp IE files.
Posted to
Enterprise Services Integration
(Forum)
by
saintperez
on 11/23/2009
Help with WCF Error Message, please!
Wrote a simple WCF service. Accessing it through COnsole Application for test. When I hit the call to the Operation I want in my WCF service from my client I get the following: The message could not be processed. This is most likely because the action 'FDOTTAT/iTicketService/SubmitTicket' is incorrect or because the message contains an invalid or expired security context token or because there is a mismatch between bindings. The security context token would be invalid if the service aborted
Posted to
XML Web Services
(Forum)
by
saintperez
on 5/28/2009
Re: Proxy not identifying return type of Operation Contract
Anyone?
Posted to
XML Web Services
(Forum)
by
saintperez
on 5/3/2009
Proxy not identifying return type of Operation Contract
New to WCF, have the following OperationContract: [ OperationContract ] MobileTicket. iTicket GetTicket<T>( int UniqueID, ref string sError) where T : MobileTicket. iTicket , new (); When I do an update Update Service Reference in my client app. I get the following signature : public object GetTicket( int UniqueID, ref string sError) { return base .Channel.GetTicket(UniqueID, ref sError); } Why is it returning an Object instead of a MobileTicket.iTicket?? I have set the ServiceContract as follows
Posted to
XML Web Services
(Forum)
by
saintperez
on 5/1/2009
Re: System.ServiceModel.Security.SecurityNegotiationException was unhandled
Like I said, I'm new to WCF. Excuse the ignorant question but how do you turn on WCF tracing and better yet, how do you view it?
Posted to
XML Web Services
(Forum)
by
saintperez
on 5/1/2009
System.ServiceModel.Security.SecurityNegotiationException was unhandled
New to WCF and am trying to call an OperationContract from a windows client. I'm getting the exception at the bottom of this post. Funny thing is, my console client application I used for testing does not come up with this exception. Here's my App.config for the WIndows CLient. < system.serviceModel > < bindings > < ws2007HttpBinding > < binding name = " ws " closeTimeout = " 00:01:00 " openTimeout = " 00:01:00 " receiveTimeout = " 00
Posted to
XML Web Services
(Forum)
by
saintperez
on 5/1/2009
ServiceModel.FaultException when trying to submit type to WCF service
I am trying to call a WCF Service and passing it an object that is in an external library. I have that object declared as a DataCOntract in it's own Library. Ialso have a class in that library named Contract.cs with the following decleration: namespace FDOT.TAT.Ticket { public class Contract { public string Identifier = "FDOT.TAT.Ticket" ; } } So from my client I am calling my Service passing this object in. My operation contract looks like this: [ OperationContract ] string SubmitTicket
Posted to
XML Web Services
(Forum)
by
saintperez
on 4/29/2009
Page 1 of 9 (90 items) 1
2
3
4
5
Next >
...
Last »
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
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
ASP.NET:
T4MVC now has a real home and a dedicated forum!
TechNet Edge:
Windows Server 2008 R2 : New Power Management Features
ASP.NET:
Web Deployment Painkillers: VS 2010 & MS Deploy
WindowsClient:
Application Accessibility Testing
WindowsClient:
Prism & WCF RIA Services
Channel 9:
Sharepoint 2010 and Claims-Based Identity
WindowsClient:
IRhetoric Ported To BlogEngine.NET
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online