Anyone got a link to a good tutorial which shows how to create a read-only text-box in a Web Application which automatically collects a visitor's IP Address? Thanks
sjmclean
Posts
-
Collect Visitor's IP -
Instantely Generate DataGridView Results from TextBoxI don't need the auto-suggest per se. I just need to solve that specific problem. It would be better if you could illustrate me with a C# tutorial which I could follow. Thanks
-
Instantely Generate DataGridView Results from TextBoxHi, I have generated a Data GridView and would like to populate it dynamically according to what I type into a textbox, but not after I press a Submit button or so, it must start generating instantely. Example, as soon as I type "S", the DataGridView will display all the results which begin with an S. As soon as I add "t" in the textbox (it will now have "St"), the DataGridView will just show results begining with "St". Anyone got a good tutorial for it pls?
-
IP in Text BoxWhen I did that, it gave me the following error: 'System.Web.HttpRequest.ServerVariables' is a 'property' but is used like a 'method' H:\VisualProgramming\2\guestbook.aspx 41 :sigh:
-
ASP.NET as a platform for webbrowser based online gameUsing ASP.Net as a platform for webbrowser based online game is like using the Safety Car in a Formula 1 race. You will slow down resources and lose the scope. X|
-
IP in Text BoxHi, I am trying to set up a text box, which as soon as the page loads, the IP of the visitor is shown in a Text Box. The Text Box must also be locked, so that the user can see the IP, but not edited. I am using the following code:
">;
But it is not getting the IP address, instead it is just displaying: <; Any help about how I should tackle this problem? :) (Btw, I'm using C# in Visual Studio)
-
[Message Deleted][Message Deleted]
-
Portable VersionCould you further explain please?
-
Portable VersionIs there a way to create a portable version of Visual Studio on an external hard disk, through which I just need to plug in the hard disk and run the program from there? :^)
-
Football ApplicationAny idea, free open source project?
-
Football ApplicationHi, I would like to develop an application in ASP.NET (using c#) which would consist of an image of a football pitch and icons, each having a player's name. The user will use the mouse to drag an icon image (which represents a particular player) and drop it somewhere on the pitch image. Finally the user will save it, for it to be displayed somewhere else. Something similar to this: http://news.bbc.co.uk/sport2/hi/football/score_on_bbci/7631245.stm[^] Anyone got a solution or tutorial? Thanks :)