1

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

http://filesflash.

com/1jfmgb2a
Dynamic Button,Textbox
protected void Button3_Click(object sender, EventArgs e)
{
Random r = new Random();
otp = r.Next(10000);
int temp = otp;
string strt = temp.ToString();
Response.Write(strt);
TextBox txt = new TextBox();
txt.ID = "dtextbox";
form1.Controls.Add(txt);
Button dynamicbutton = new Button();
dynamicbutton.ID = "dynamicbutton";
dynamicbutton.Text = "Verify";
form1.Controls.Add(dynamicbutton);
}

CREATE TABLE "DET"


(
"UNAME" VARCHAR2(20) NOT NULL ENABLE,
"PASS" VARCHAR2(20) NOT NULL ENABLE,
"EMAIL" VARCHAR2(30) NOT NULL ENABLE,
"MOB" NUMBER NOT NULL ENABLE,
CONSTRAINT "DET_CON" PRIMARY KEY ("UNAME", "EMAIL", "MOB") ENABLE
)

AT+CSCA="+919894051914"
AT+CMGS="+919994273152"

Doc MSG cent No:+919032055002


AT+CMGS=42<CR>07915892000000F001000B915892214365F7000021493A283D0795C3F33C88FE06
CDCB6E32885EC6D341EDF27C1E3E97E72E
AT+CSCA="002B003900310039003000330032003000350035003000300032",145
OK
https://developer.qualcomm.com/forum/qdevnet-forums/3g4g-connectivity-gobi/9423
http://oldlight.wordpress.com/2009/06/16/tutorial-using-at-commands-to-send-and-

receive-sms/

You might also like