I'm working on a C# winforms application (.net framework 3.5). I'm opening an outlook email with an attachment using the outlook interop. We're working in a citrix environment, and it takes a LONG time to load the outlook API each time we open an email (takes 13 seconds for each email). So I'm...
I'm receiving a "Can't Execute code from a freed script" error message when clicking on a Hyperlink for a day on a date-picker. I saw a link on Microsoft's site saying this was fixed in SP1, but I'm still receiving with SP1 installed. Any ideas?
Thanks!
I'm intermittently receiving a "Permission Denied" IE script error (IE 6 and 7) when running a SQL 2005 report. This is through a windows app. At this point, I had filled out all the parameters and the report was executing. This seems to happen once the report is being rendered. Has anyone seen...
A coworker of mine is actually working on this and he asked me if I knew a there was a way (since I had been waiting for something to do). He wants to send the xml in an email, so referencing another file isn't really feasible.
I understand this isn't typically the way to do things but you'd...
Is there any way at all to have XSL and XML in the same document? I am trying to avoid having 2 separate files for the XML and XSL. Could someone give me an example of this? I have been searching and experimenting and can't get it to work.
Thanks in advance!!
I have a table (System.Web.UI.WebControls.Table) on my page and I'm creating the rows and cells dynamically based off of information from the database. I have the EnableViewState set to true for the table control but I am loosing the viewstate when the page is submitted to itself. I also tried...
Actually, I did figure it out...I had omitted the path parameter on the Javascript side which explains why I could rewrite cookies that were made on the javascript side but not on the asp side since it automatically defaults to "/" if you don't specify. I thought it defaulted to...
Hello. I have JavaScript that will read/update cookies very well and I can read these cookies with multiple keys from the ASP side. But I'm having problems updating a cookie in JavaScript that was originally created in ASP. When I do so, it creates a second cookie with the same name.
I can post...
Anyone have any suggestions as to how I could write a .net app to read caller ID information from a phone line? I have started this with VB6 using the COMM Control but that has been difficult to work with. Any modern dial-up modems in particular I may want to consider?
Thanks in advance!
I'm having a problem with reports in Crystal.net I have a stored procedure in SQL Server for the record source. When I have a date field in the procedure, I get a date conversion error in the .net crystal report designer. Anyone know why this is? Is there a better way to set a record source...
Doesn't look like I can give stars. That must be left to the webmasters. I'm sorry. I thought I would be able to do that.
This is the best I can do:
***
When I write an html page as an excel speadsheet using the following:
Dim r As HttpResponse = GetResponse()
r.Buffer = True
r.ContentType = "application/vnd.ms-excel"
r.Write(obuilder.ToString)
r.Flush()
I get a nice excel speadsheet from the HTML...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.