How to rename file when upload in Asp.net FileUpload

asp.net FileUpload example: how to rename file when upload. %@ Page Language="C#" %>   %@ Import Namespace="System.IO" %>      >      script runat="server">       protected void Button1_Click(object …

Read more »
23 Feb 2014

Simple Tooltip Using HTML and CSS

A tooltip is a pop-up message that is shown when the user hovers the mouse over an element such as a TextBox or a Button etcetera.In this article I show you how to create a simple tooltip using HTM…

Read more »
22 Feb 2014

Simple basic ajax Example for BeginnersSimple basic ajax Example for Beginners

AJAX = Asynchronous JavaScript and XML. AJAX is not a new programming language, but a new way to use existing standards. AJAX is the art of exchanging data with a server, and updating parts of a web…

Read more »
21 Feb 2014
 
Top