Quick access. Search related threads. Remove From My Forums. Answered by:. Archived Forums. Getting Started with ASP. NET question on a topic that's not covered by one of the other more specific forums - ask it here. Sign in to vote. User posted I have been all over the net reading samples to this, they are not for ASP 2. Example of hyperlink to use on links. Saturday, January 12, PM. User posted Hi, There is a sample as below. Name; HL. Name; Page. Add HL ; Page. IO; using System.
Sign up or log in Sign up using Google. Sign up using Facebook. Sign up using Email and Password. Post as a guest Name. Email Required, but never shown. The Overflow Blog. Podcast what if you could invest in your favorite developer? Who owns this outage? Building intelligent escalation chains for modern SRE. Featured on Meta. Now live: A fully responsive profile. Reducing the weight of our footer. Related  Hot Network Questions. Question feed. Stack Overflow works best with JavaScript enabled.
Think about copy and paste. Select a text you want to copy, go to the edit menu, click, precisely move down to copy, click, then go to the destination, click where you want to paste, go to edit menu, click, move down to the paste option, then paste. Every time I see someone do this, I die a little inside. Sure you can save some time by right-clicking, copy, right-click, paste.
But you can save some more time by pressing, ctrl-c then ctrl-v. My hands are already on the keyboard, and I would rather do the mundane things on the keyboard and not think about them. One thing I do frequently is download files.
They can be zip file, tgz, or jpg. On linux, all I have to do is open the command line, run wget with the file I want to download and it is done. Straight to the point. But how do you do that when you are on a Windows machine? Let me introduce you to cURL, pronounced curl. But I just want to download the file on Windows so let's just learn how to do that. Easy right? Now you can download files right from the command line all by simply using your keyboard.
It is time I confess. This is not the curl tool you are using. CreateText strFile sw. AppendText strFile End If sw. Guffa Guffa k gold badges silver badges bronze badges. Why not just use the following simple call with any exception handling added? If File. Exists strFile File. AppendAllText strFile, String. Today, Environment.
NewLine Else File. NewLine, Date. Today End If. Joel Coehoorn -Can we chalk it down to being Friday! Exists filePath Then writer. Now Else writer. Tim Miltz Tim Miltz 41 2 2 bronze badges. Sign up or log in Sign up using Google. Sign up using Facebook. Sign up using Email and Password. Post as a guest Name. Email Required, but never shown.
0コメント