How Upload Multiple Files By Help of JQuery
Source:
$("#multipleupload").uploadFile({
url:"http://hayageek.com/examples/jquery/ajax-multiple-file-upload/upload.php",
multiple:true,
fileName:"myfile"
})...
Saturday, 30 August 2014
3 Tire Architecture.

3-Tier architecture is a very well know
buzz word in the world of software development whether it web based or desktop
based. In this article I am going to show how to design a web application based
on 3-tier architecture.
Introduction
3-Tier architecture...
Friday, 29 August 2014
How To Generate Dynamic Controls in Asp.net.

Introduction:
Here I will explain how to generate a controls dynamically on button click.
Description:
By Using Place-Holder control I am going to generate Check box controls on the button click.
And How To Dynamically delete the controls.
PlaceHolder.aspx
Steps1:...
Subscribe to:
Posts (Atom)