Breaking News
Loading...
Thursday 21 February 2013

How to make txtweb application in asp.net platform

hi guys welcome to my blog...............

txtweb is a one sms based plat form.if you want to make any application in txtweb in php language the follow following steps.

1)  Make txtweb account.
2)  log in to your account.
3) decide your application name and check this name is available or not. for this go to create new services.
4) decide your keyword and check it available.
5) if yes then make it "save and next".
6) it will display congratulation message with service key.


- Now for example we want to make one app which print "Jay hanuman Jy madi"  than write code something like .
-------------------------------------------------------------------------------------------------

nirav.aspx

------------------------------------------------------------------------------------------------

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="nirav.aspx.cs" Inherits="niravasp" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <meta name="txtweb-appkey" content="xxxxxxxxx - xxxxxxxxx - xxxxxxxxx - xxxxxxxxx" />
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
    
  
    </form>
</body>
</html>

-----------------------------------------------------------------------------------------------------

nirav.aspx.cs

-----------------------------------------------------------------------------------------------------

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

public partial class txtwebasp : System.Web.UI.Page
{
    protected void Page_Load(object sender, EventArgs e)
    {
              Response.Write("Jay Hauman - Jay madi");
    }
}

-------------------------------------------------------------------------------------------------------

Note:  here "xxxxxxxxx - xxxxxxxxx - xxxxxxxxx - xxxxxxxxx" means your service key.


7) now save this file and host this file any where on inter net
8) for hosting free asp file hosting are available(Free asp Hosting Site -click here)
9) after uploading this file copy this file location.
10) type this link location in Link your Service name to service App  (stage-2)
11) Save ad than publish..............



--  How to make txtweb application in php

--  Free hosting of php file

--  Free hosting of ASP file




--
/\/ir@\/  <(.'.)>

2 comments:

Thanks for comment

 
Toggle Footer