Month: August 2009
Send Email
You must have to use Gmail ID as From Email ID. USE: using System.Net.Mail; // Namespace OnSendMail…
Portfolio content
http://www.neftysworld.com/ Download free templete: http://www.stylishtemplate.com/ Gujarati Gazal : http://gujaratikavitaanegazal.wordpress.com Wallpaper : http://www.desktopnexus.com/ Menus: 1. http://www.kriesi.at/archives/apple-menu-improved-with-jquery W E…
File Extension Javascript Validation
<script language=”javascript” type=”text/javascript”> function chkFile() { var fextension = document.getElementById(“<%=FileUpload1.ClientID %>”).value; var exten = fextension.split(“.”); var len=exten.length;…
Create Folder/Directory Check Existing
Create Folder/Directory and Check Existing or not Here Session[“user”] is a name which will be created…. ‘upload’…
DataTable : (Use For Make Shopping Cart)
First Time Page Load Gridview Shown as below .aspx Page Coding <div> <asp:GridView ID=”GridView1″ runat=”server” AutoGenerateColumns=”False” ShowFooter=”True”…
Checkbox Gridview Javascript Multiple Delete Records
–JavaScript– <script language=”javascript” type=”text/javascript”> //user for select all checkbox function SelectAllCheckboxes(spanChk){ // Added as ASPX uses SPAN…
Joins in SQL Server
Inner Joins It match records together based on one or more common fields, as do most JOINS…
Find Tables List Structure Count Duplicate Records
use <database_name> Select DataBase using above query select * from information_schema.tables You can easily fine tables list…