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 is one for a real tekie...
I am looking to dynamically create a validation function and I want to be able to pass the function a string like "==" and have it act as a comparison operator in my function.
Is there a way to do this?
Thanks in advance!!!
I'm looking for a regular expression to test that a number is within a range (like between 1 and 3000). Does anyone know how to do this? I know how to see that they've entered in a 4-digit number, but not how to see that it isn't greater than 3000.
Thanks!
I have a simple report already made and I would like to display it from a web page.
Could someone please tell me how I can do this? I've done it from a windows form using a crystal report viewer. I'd like to do it all in code if that is possible.
Thank you in advance!
I have a simple form where I'm adding items to a listbox. The displayed field is a person's name but I want to store a userid in the background. In vb, I would have used the itemdata property (as a number I believe).
Is there a way to do this is asp.net?
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.