Forum: ASP.NET Jun 15th, 2007 |
| Replies: 2 Views: 803 Please refer to this thread:
http://www.daniweb.com/forums/thread80602.html |
Forum: ASP.NET Jun 14th, 2007 |
| Replies: 4 Views: 1,225 Hi and welcome to ASP.Net
Answers:
1. Visual Studio 2005, or are you talking about controls, databases, etc? Basically you can do anything with ASP.Net. www.asp.net has some awesome tutorials... |
Forum: ASP.NET May 17th, 2007 |
| Replies: 1 Views: 1,165 See if this helps:
http://www.codeproject.com/dotnet/dotnetdeployment.asp
My developer isn't going to be back in the office for another week, he has run into this issue before and has a fix... |
Forum: ASP.NET May 15th, 2007 |
| Replies: 3 Views: 1,828 You're welcome. Sorry I was so late in catching this post. |
Forum: ASP.NET May 15th, 2007 |
| Replies: 3 Views: 1,828 Hi Kelly,
What you're looking to do is dependent on ADO.Net technology and isn't really recommended with ASP.Net 2.0. (at least not what you are trying to do with ADO.Net)
ASP.Net 2.0 has built... |
Forum: ASP.NET May 15th, 2007 |
| Replies: 3 Views: 1,759 Hi Benderza,
Wrox has an awesome book for ASP.Net 2.0 Programming.
... |
Forum: ASP.NET May 4th, 2007 |
| Replies: 3 Views: 1,334 Have you looked into the datetimepicker control yet? You should be able to manipulate that in nearly any way imaginable.
... |
Forum: ASP.NET Apr 28th, 2007 |
| Replies: 2 Views: 6,686 Stumaca,
www.asp.net
Check out their tutorials, I'm sure you'll be able to figure it out from there. Their tutorials are excellent for someone starting with ASP.
Jon |
Forum: ASP.NET May 2nd, 2006 |
| Replies: 2 Views: 1,840 Tgreer,
Thank you for your reply. I was a little unclear in the initial post.
Basically I have a SQL table which store some products, and in that table some of the columns are called PDF, DWG,... |
Forum: ASP.NET May 1st, 2006 |
| Replies: 2 Views: 1,840 Hello All,
I'm sure this is an easy one for you all, but pardon...I'm kinda new at this.
What I'm trying to do is store a URL in a SQL table using a text field. This is working successfully... |