How do you call an actionscript function from a html page and viceversa. How...
The following code helps you to do this. Save the following code as am .mxml file <?xml version="1.0" encoding="utf-8"?> <mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml"...
View ArticlejQuery Hide & Show Toggle – An Example
Hi, Want to try out a simple hide and show toggle using jQuery? The example given below shows how you can simply hide and show a paragraph in html using jQuery. Try it out! <html>...
View ArticleUploading Files to Server in C#/C-Sharp
Hi, For uploading files to server in C#/C Sharp, <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="UploadFile" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML...
View ArticleHow to upload files to server using the new FileUpload control in C#/C-Sharp ?
Hi, For uploading files to server using the new FileUpload control in C#, <%@ Page Language="C#"%> <script runat="server"> protected void Button1_Click(object sender, EventArgs e) { if...
View Article