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