Forum: ASP.NET May 7th, 2009 |
| Replies: 2 Views: 775 Hi, I'm trying to make a contact form, but it won't send the e-mail when I press send.
It doesn't make an error, just nothing happens.
I really don't know what the problem can be.
I'm doing it in... |
Forum: ASP.NET May 5th, 2009 |
| Replies: 10 Views: 1,359 Ok now I gave you reputation, I think. I didn't know how, but I think I did it right :-D |
Forum: ASP.NET May 5th, 2009 |
| Replies: 10 Views: 1,359 Yeah sorry, I also saw it after I had written to you.
But now it works, because I deleted my update panels.
I thought I needed them to get the clock to work, but I guess not. :-D
Thx |
Forum: ASP.NET May 4th, 2009 |
| Replies: 10 Views: 1,359 Ok here is the code from the masterpage:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML... |
Forum: ASP.NET May 4th, 2009 |
| Replies: 10 Views: 1,359 Ok, but do you know how I fix the problem then?
And I don't know if I made the website Ajax Enabled or what.
How do I fix that?
Thx |
Forum: ASP.NET May 2nd, 2009 |
| Replies: 10 Views: 1,359 Hi, witch update panels, I don't think I have any? |
Forum: ASP.NET May 1st, 2009 |
| Replies: 10 Views: 1,359 Hi,
I have a problem with a scrollbar, once in a while when I try scrolling up or down it jumps to the recent position of the scroll.
You can see the problem on:... |
Forum: ASP.NET Apr 13th, 2009 |
| Replies: 5 Views: 892 Now I've tried to test my code, but it doesn't seem to save the files in the folders iv'e created.
But it doesn't write any errors, it just doesn't save the files.
all my code now looks like... |
Forum: ASP.NET Apr 13th, 2009 |
| Replies: 5 Views: 892 Now I tryed that, but it didn't work.
Under: filename a red line appears, and if I hold the mouse on that it writes: The name 'filename' does not exist in the current context.
and under... |
Forum: ASP.NET Apr 13th, 2009 |
| Replies: 5 Views: 892 Hi I'm trying to make a file upload function for pictures.
So can anyone please help me to make a simple file upload function in c#?
I've tried to make one, but it won't seem to work, so I've... |
Forum: ASP.NET Feb 23rd, 2009 |
| Replies: 4 Views: 771 I don't have any javascript or any ajax.
I only have C#
Any other ideas? :-D |
Forum: ASP.NET Feb 19th, 2009 |
| Replies: 4 Views: 771 Hi I have a scrollbar on my page with a lot of text. And sometimes when I start scrolling, it jumps up again.
You can see what I mean on: http://radiojazz.dk/udsendelser.aspx
I have tried to... |
Forum: ASP.NET Feb 6th, 2009 |
| Replies: 0 Views: 647 Hi I have made a website where it is possible to see the days program on one page, it updates itself so it is only for that day.
But now I wan't to be able to insert a picture that changes... |
Forum: ASP.NET Dec 30th, 2008 |
| Replies: 8 Views: 1,136 I got it to work now, it was just a stupid typo. Sorry I didn't see it earlier.
But thank a mill for your help. :-D |
Forum: ASP.NET Dec 30th, 2008 |
| Replies: 8 Views: 1,136 The autentication was allready set to Windows.
Where would I put this into the code. Or is this the only code that should be on the page instead of my other code?
Thanks |
Forum: ASP.NET Dec 29th, 2008 |
| Replies: 8 Views: 1,136 Ok I put some breakpoints at:
if (FileUpload.PostedFile != null)
and
int nFileLen = myFile.ContentLength;
And when i move the curser over:
int nFileLen = myFile.ContentLength;
it writes:... |
Forum: ASP.NET Dec 28th, 2008 |
| Replies: 8 Views: 1,136 I am not using Ajax. I using an ordinary button. So isn't that a regular postback? |
Forum: ASP.NET Dec 28th, 2008 |
| Replies: 8 Views: 1,136 Hi I am trying to upload an excel file to the server.
But it won't work, every time I am trying to upload an xls file and press the button. it writes: No file was uploaded.
as if i had no file.... |
Forum: ASP.NET Dec 23rd, 2008 |
| Replies: 1 Views: 509 Hi I am copying data from excel to sql server 2005.
But when I copy it, In the time column when I have written for example 19:00 then in sql server it will write: 30-12-1899 19:00:00
And when I... |