Forum: ASP.NET May 20th, 2005 |
| Replies: 2 Views: 3,130 Yes, I know it doesn't make much sense, but it is a long story. What we kind of have going on is three separate web sites on three separate servers and trying to run all three off just the one... |
Forum: ASP.NET May 20th, 2005 |
| Replies: 2 Views: 3,130 Hello,
I'm trying to make a website that has products in a database, but unfortunately the pages can't be in asp.net. So, I'm using visual studio to connect to my database. Then I write out my... |
Forum: ASP.NET May 11th, 2005 |
| Replies: 2 Views: 1,977 Obviously I'm using ASP.NET to create my pages. Instead of using a data grid I put a table on my web form and in my code I created a table through a loop that looks the way I want. I need to have my... |
Forum: ASP.NET May 9th, 2005 |
| Replies: 2 Views: 1,977 Hello,
I've created a table web server control that does what I want (imagine that!!). But my problem now is I would like to send this to a file anyone know how I can do that?
KG |
Forum: ASP.NET May 5th, 2005 |
| Replies: 8 Views: 2,740 I'm guessing I need an if statement of something like this:
If Firsttime in file then
Overwrite
Else
Append
But not sure how to ask if first time in file |
Forum: ASP.NET May 5th, 2005 |
| Replies: 8 Views: 2,740 Hello,
I'm trying to use the StreamWriter, but I'm running into a problem. I'm using a Select statement to separate my categories and under each case I'm trying send it to a new page. But... |
Forum: ASP.NET Apr 28th, 2005 |
| Replies: 8 Views: 2,740 Yeah I found/figured that, but finally found tutorial that was helpful. Thanks. |
Forum: ASP.NET Apr 28th, 2005 |
| Replies: 8 Views: 2,740 I tried to incorporating the StreamWriter but I am having a hard time with visual studio.net 2003 accepting it. I tried to find some tutorials and tried there code and it is not accepting it. Do you... |
Forum: ASP.NET Apr 28th, 2005 |
| Replies: 8 Views: 2,740 Sorry, forgot to mention that I am new to asp.net and asp in general. So how would I write html out to a file? |
Forum: ASP.NET Apr 27th, 2005 |
| Replies: 8 Views: 2,740 Hello,
I'm currently trying to work on a project and I am stuck. I need to take products from a database and show them on multiple pages according to manufacturer and category. I also will then... |