86 Posted Topics
Re: Nice to meet you. You sure you don't want to rethink the move to .net ;) | |
Re: [url]http://www.codeproject.com/aspnet/multiuploads.asp[/url] | |
Re: Did any software come with it? That has happened to me on occasion using MSN, but if I restart and plug in the webcam it will work again. When the green light is always on it means the webcam is in use, so if the green light is on but … | |
Re: Thats just javascript. If you have a button on your asp.net page, you can set the onclick event in the page load event: [code] Me.BtnLogout.Attributes.Add("onclick", _ "return confirm('Are you sure you want to logout?');") [/code] | |
Re: Something you should think about doing is joining other social networking sites to promote your own as this is the type of audience you are after. Give StumbleUpon.com a shot. | |
Re: Why dont you start with some [url=http://www.asp.net/downloads/starterkits/default.aspx?tabid=62]starter kits[/url] or come up with something that you are interested in. | |
Re: a tar is a group of files. very similar to a zip file. You can burn it just fine. | |
Re: Do you want to do this with code or manage this at the server level? | |
Re: a wbo is a web business object which is a synonym for a web object (.wo) according to [url=http://filext.com/detaillist.php?extdetail=.wo&Search=Search]filext.com:[/url] [quote]WebObjects is a rapid application development environment with web services, data access and page generation capabilities.[/quote] | |
Re: 1. Are you using vb.net or c#? 2. What have you tried thus far? no one is sitting here waiting to do homework for you. Inf the future you should try first and then when you run into problems, we can help you. 3. Tried google? [url]http://www.tutorialized.com/tutorial/Connect-to-MySQL-from-ASP.NET/6124[/url] | |
Re: You may want to read this thread: [url]http://www.daniweb.com/techtalkforums/thread9537.html[/url] also read this link: [url]http://www.esendex.com/uk/Products-SMS-SDK-VBNET-SMS-SDK.aspx[/url] | |
Re: I don't see why not. You are simply adding a connection object and it should work no matter what database brand or version you are using. | |
Re: [url]http://www.microsoft.com/downloads/details.aspx?FamilyID=ba517c01-2e2f-4bc7-84af-149b7637f807&DisplayLang=en[/url] | |
| |
Re: That is a really good one. I also like Wilson's OR mapper: [url]http://www.ormapper.net/[/url] | |
Re: [QUOTE=Eddiyr;297803]Just a quick note to say Hi to everyone![/QUOTE] Hi Eddy. What brings you here? | |
Re: I don't know of an hosted blogs taht offer that (like blogger, typepad) but if you use something like wordpress you can configure it to be like that, yes. | |
Re: What version are you using? its not supported in 2005 but it is in earlier versions. | |
Re: [QUOTE=cyberjoe;297833]Hi to all! I would like to ask you which coding convention do you use? Regards,[/QUOTE] do you mean naming conventions? I follow Microsoft's coding standards... [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/cpconnetframeworkdesignguidelines.asp[/url] | |
Re: what are your interests? is this a personal project? think of a tool that you could use for yourself and create it.. even if it already exists. | |
| |
| |
Re: UML is something that I am pretty loyall too in the design process. What do you like so much about the other methods? | |
Re: Well, what do you like to do? What are your hobbies? Do you have any interests that you could create a site about? It would be alot easier and more enjoyable for you if you chose a topic you enjoyed. Also, do you have any requirements? Sureley you are required … | |
Re: [quote] How can i know when a new feed is updated in the RSS file?[/quote] So your rss file is a flat file db? have you thought of storing these values in a db? You could always have a trigger or a SP that sent you an email alert. | |
Re: What database are you using and also what language are you programming in? | |
Re: What command are you using? I use: [COLOR=#008000][B]mysql -u USER -p DBNAME < dump.sql[/B][/COLOR] | |
Re: I would recommend mysql over access anyday, but i would like to second JRM's recommendation of postgreSQL. Here is a pretty good comparison of the two: [url]http://www-css.fnal.gov/dsg/external/freeware/pgsql-vs-mysql.html[/url] What i like about postgres is it has better support for triggers and PL/sQL. | |
Re: You can't use one connection string; you need two and you will have to call te query twice. is there a reason you are storing the same info on two servers? I believe mysql can support joining two tables from two databases, but im not sure if they are on … | |
Re: Where and when exactly are you updating the matchdata? Why not update the team standings then? then our page need only pull from the table. Yes, anything is possible though. I'm assuming you have other tables in your db? If so, you could also get the stats without having the … | |
CAUTION.. I tend to ramble and make thousands of typos. Now, where to start, where to start... I am Sara and I am a 30-yo chick and mom of two boys. I just moved from the states to Belgium a month ago so I've been pretty busy lately and still … | |
Re: Why not just buy a study book or check one out of a library. If you don't want to buy one you can alwas leaf through one at a Borders as you drink coffee. |
The End.