PureSc0pe Posted April 1, 2004 Posted April 1, 2004 I have a program that records results from a game that I host. I have it setup like this: Rank, Name, Kills, Deaths, and K/D Ratio. The program that creates the stats connects to a websites ftp and sends the data to there hourly. How can I show in my windows form (or w/e I would need) the stats to display from the site. I would like to then search the displayed stats by using a TextBox as and a button. Sorry if this is long, confusing, and hard to do, but any help on this one will be greatly appreciated. I need to know how to start this off... Quote It's not impossible, it's Inevitable.
georgepatotk Posted April 1, 2004 Posted April 1, 2004 i think searching in the web page is not the method. U should look for the web server. and find the things u want from the web server, not web page Quote George C.K. Low
PureSc0pe Posted April 1, 2004 Author Posted April 1, 2004 i think searching in the web page is not the method. U should look for the web server. and find the things u want from the web server, not web page ok, I am unsure on how to do this, anyone want to offer some more detailed help? Quote It's not impossible, it's Inevitable.
Aitmanga Posted April 1, 2004 Posted April 1, 2004 i think searching in the web page is not the method. U should look for the web server. and find the things u want from the web server, not web page I think what georgepatotk means is that you should store your results in some kind of database, and use ADO.net to search within the results. Recommended reading: ASP.NET Quickstart http://testing123.info/threads/83993/ Quote
PureSc0pe Posted April 1, 2004 Author Posted April 1, 2004 I think what georgepatotk means is that you should store your results in some kind of database, and use ADO.net to search within the results. Recommended reading: ASP.NET Quickstart http://testing123.info/threads/83993/ How would I go about setting all of this up then Quote It's not impossible, it's Inevitable.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.