convert Data from excel to html using file upload control Asp.net Satyanarayana December 27, 2014 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebContr... Continue Reading
We can store data in multiple data in single column Asp.net Satyanarayana December 18, 2014 for (int i = 0; i < chkIndustry.Items.Count - 1; i++) { if (chkIndustry.Items[i].Selected == true) ... Continue Reading
Capcha Asp.net Satyanarayana December 05, 2014A CAPTCHA (an acronym for "Completely Automated Public Turing test to tell Computers and Humans Apart") is a type of challenge-... Continue Reading
speak task using jquery Asp.net Satyanarayana December 02, 2014 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="Ims_Voice.Defaul... Continue Reading
speech sample path & code Asp.net Satyanarayana November 21, 2014 http://www.aspnettutorials.com/tutorials/advanced/txt-to-speech-asp4-cs/ aspx page <%@ Page Language="C#" AutoEventWireup=&... Continue Reading
Get Directories , Sub Folders ,SuperSub Folders And Files Asp.net Satyanarayana November 21, 2014 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO;... Continue Reading
SetUp Path for window application Asp.net Satyanarayana November 21, 2014Introduction: Here I will explain how to create setup file for windows form application in visual studio 2008 in c# with example. To create... Continue Reading
Properties of SQL Sub-Query Asp.net Satyanarayana November 18, 2014Adding Subquery in a Select Statement in SQL Server 2012 Properties of SQL Sub-Query A sub-query must be enclosed in parenthesis. A sub-quer... Continue Reading
Follow Naming Convensions Asp.net Satyanarayana November 13, 20141. Introduction Anybody can write code. With a few months of programming experience, you can write 'working applications'. Making ... Continue Reading