Forum: ASP.NET May 7th, 2009 |
| Replies: 2 Views: 762 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,310 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,310 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,310 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,310 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,310 Hi, witch update panels, I don't think I have any? |
Forum: ASP.NET May 1st, 2009 |
| Replies: 10 Views: 1,310 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: 849 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: 849 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: 849 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: 740 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: 740 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: MS SQL Feb 6th, 2009 |
| Replies: 4 Views: 794 Ok sorry, now I posted it in asp.net forum, I hope this helps.
Thanks |
Forum: ASP.NET Feb 6th, 2009 |
| Replies: 0 Views: 625 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: MS SQL Feb 4th, 2009 |
| Replies: 4 Views: 794 I think that this might be a way to do it?
my column in my ms sql Db that the system time has to be the same as is called tid.
So I have a suspicion that it could be done something like this:
... |
Forum: MS SQL Feb 3rd, 2009 |
| Replies: 4 Views: 794 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,108 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,108 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,108 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,108 I am not using Ajax. I using an ordinary button. So isn't that a regular postback? |
Forum: C# Dec 28th, 2008 |
| Replies: 2 Views: 812 Ok sorry, now I have copied it to asp.net
I'm sorry for the mistake, |
Forum: ASP.NET Dec 28th, 2008 |
| Replies: 8 Views: 1,108 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: C# Dec 28th, 2008 |
| Replies: 2 Views: 812 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: MS SQL Dec 26th, 2008 |
| Replies: 22 Views: 2,075 Yes now it works, I just changed the column format in excel to text. :-D
Thanks alot |
Forum: MS SQL Dec 25th, 2008 |
| Replies: 22 Views: 2,075 But is that also possible when the datatype of the column is "Varchar(50)" and it is not "datetime" |
Forum: MS SQL Dec 24th, 2008 |
| Replies: 22 Views: 2,075 I found out that it has nothing to do with my coding. It is excel that writes: 30-12-1899 18:00:00 when I write 18:00 automatically.
So do you know anything about excel, because have tried to... |
Forum: ASP.NET Dec 23rd, 2008 |
| Replies: 1 Views: 505 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... |
Forum: MS SQL Dec 23rd, 2008 |
| Replies: 22 Views: 2,075 I'm sorry that I was in such a hurry. But I actually tried something else, but it didn't work.
I have 4 columns in the db. Here is hor it looks with the datatypes:
ID(bigint)
tid(varchar(50))... |
Forum: MS SQL Dec 23rd, 2008 |
| Replies: 22 Views: 2,075 ok now there is another error: Invalid column name 'dateTimeColumn'.
What is there supposed tol be in: [dateTimeColumn]?
I think that is the problem. |
Forum: MS SQL Dec 23rd, 2008 |
| Replies: 22 Views: 2,075 Now my sql statement looks like this:
SELECT CONVERT(VARCHAR(5), [dateTimeColumn], 14) * FROM PROGRAM WHERE DATE >= convert(varchar, GETDATE()) AND DATE <= DATEADD(Month, 2, GETDATE())";
the... |
Forum: MS SQL Dec 23rd, 2008 |
| Replies: 22 Views: 2,075 |
Forum: MS SQL Dec 23rd, 2008 |
| Replies: 22 Views: 2,075 I don't think I have SQL Server Business Intelligence Development Studio I can only see microsoft sql server management studio express. |
Forum: MS SQL Dec 23rd, 2008 |
| Replies: 22 Views: 2,075 Ok but how do I then copy data from an excel document into an sql server?
Kischi |
Forum: MS SQL Dec 23rd, 2008 |
| Replies: 22 Views: 2,075 I really don't understand what you mean.
So I shouldn't use the code I have used or what?
Kischi |
Forum: MS SQL Dec 22nd, 2008 |
| Replies: 22 Views: 2,075 Hi I have a problem when I am copying data from my excel document to sql server 2005.
I have a document called database.xls
Every time I try to copy files from the document to sql server.
It... |
Forum: MS SQL Dec 19th, 2008 |
| Replies: 1 Views: 1,248 I actually got it to work now.
I just had to change the datasource.
Thanks anyway. :-D
Kischi |
Forum: MS SQL Dec 19th, 2008 |
| Replies: 1 Views: 1,248 Hi, I am trying to copy som data from an excel document that I have on the server into a table in my ms sql server.
I think the problem now is that I am having trouble connecting to the sql server.... |