Handling Web Request in c sharp dot net
Code Here:
/// /// Method used to send bulk sms /// ///
public void SendMsg(string URL) {
try { // Create a request using a URL that can receive a post. HttpWebRequest webRequest = (HttpWebRequest)WebRequest.Create(URL); webRequest.Method = WebRequestMethods.Http.Get; webRequest.AllowAutoRedirect = true; webRequest.PreAuthenticate = true; webRequest.AuthenticationLevel...
This blog related to all the experience that i gain and face during past career. It covers Microsoft technology like. Microsoft Dot Net, SQL Server, Scripting Language etc,.
Pages
Friday, August 31, 2012
C Sharp dot net Send Bulk SMS (Sending sms to mutiple recipient.)
Read More »
Wednesday, August 22, 2012
ASP.NET Sorting in GridView By Columns Header In Asp.Net Ascending Descending
http://csharpdotnetfreak.blogspot.com/2012/06/sorting-gridview-columns-headers-aspnet.html
Sorting GridView By Columns Header In Asp.Net Ascending Descending
This is example of how to enable Sorting In GridView By Clicking on Columns Or Headers In Ascending Or Descending Direction In Asp.Net Using C# And VB
If you have Populated GridView With ObjectDataSource or SqlDataSOurce to Insert Update Edit Delete record , then You just have toset AllowSorting...
Tuesday, August 21, 2012
SQL SERVER IN query between two comma separated column using split method
Split Method for split column value . . .
CREATE FUNCTION dbo.Split(@String varchar(8000), @Delimiter char(1))
returns @temptable TABLE (items varchar(8000))
as
begin
declare @idx int
declare @slice varchar(8000)
select @idx = 1
if len(@String)<1 is="is" nbsp="nbsp" null="null" or="or" p="p" return="return" tring="tring"> ...
ASP.NET Getting files from directory
How to get files from directory on the server map path ?
GetFilesFromDirectory(MapPath("~/temp/"));
private void GetFilesFromDirectory(string DirPath)
{
try
{
int id = 0;
DirectoryInfo Dir = new DirectoryInfo(DirPath);
FileInfo[] FileList = Dir.GetFiles("*.*");
dsFiles = comfunc.GetAllUserDetails(Convert.ToInt32(Request.QueryString["id"].ToString()),...
Subscribe to:
Posts (Atom)
My Blog List
-
-
-
-
Kumaon University Nainital B.Ed entrance exam test result 2012 - कुमाऊँ विश्वविधालय, नैनीताल (उत्तराखण्ड)11 years ago