Welcome To SREEMANTH SITE
To configure WLan using command prompt: Click Here
To configure WLan in windows server 2008 install wlan service under control panel programs and features
Extend Evaluation Period to 240 days for windows server 2008 click here
netsh wlan show autoconfig
Some Important Links:
http://rewali.com/text/important-links-1
tv9:
http://www.snehatv.com/LiveTV/Default.aspx?ChannelId=3
jquery:
How To buy Amway Products...
Hi,
To buy products in Amway you need to register using ABO Number 8037108
Enjoy!!!!!

Notifying Visitors of Site Enhancements
{
SqlConnection con = new SqlConnection(Helper.ConnectionString);SqlCommand cmd = new SqlCommand();cmd.Connection = con;
string name = TextBox2.Text;
decimal salary = decimal.Parse(TextBox3.Text);cmd.CommandText = "Insert into Emp(EmpName,EmpSalary) Values('"+name+"',"+salary+")";Response.Write(cmd.CommandText);
//cmd.CommandType = (SqlDataSourceCommandType.Text);
con.Open();
cmd.ExecuteNonQuery();
Response.Write("Inserted");cmd.CommandText = "Select @@Identity";TextBox1.Text = cmd.ExecuteScalar().ToString();
con.Close();
}
protected void Button3_Click(object sender, EventArgs e){
SqlConnection con = new SqlConnection(Helper.ConnectionString);SqlCommand cmd = new SqlCommand();cmd.Connection = con;
string name = TextBox2.Text;
decimal salary = decimal.Parse(TextBox3.Text);cmd.CommandText="Update Emp set EmpName='"+TextBox2.Text+"',EmpSalary="+TextBox3.Text+"where EmpId="+TextBox1.Text;Response.Write(cmd.CommandText);
con.Open();
cmd.ExecuteNonQuery();
Response.Write("Updated");cmd.CommandText = "Select @@Identity";TextBox1.Text = cmd.ExecuteScalar().ToString();
con.Close();
@
}
protected void Button1_Click(object sender, EventArgs e){
SqlConnection con = new SqlConnection();con.ConnectionString = Helper.ConnectionString;
SqlCommand cmd = new SqlCommand("Select *from Emp", con);// cmd.CommandType = SqlDataSourceCommandType.Text;
con.Open();
SqlDataReader dr = cmd.ExecuteReader();string str = "";
while (dr.Read()){
str += dr[0].ToString() + "\t";int indName = dr.GetOrdinal("EmpName");str+=dr.GetString(indName)+
"\t";int indSalary=dr.GetOrdinal("EmpSalary");
if (dr.IsDBNull(indSalary)) str += "----\n";else
str += dr.GetDecimal(indSalary) + "\n";}
dr.Close(); con.Close();
Response.Write(str);
}
Getting Rich Quick--From My Site!
Behind the Scenes of My Home Page
