Welcome To SREEMANTH SITE

Welcome To SREEMANTH SITE Contact My Photos My Files

www.gmail.com

www.videomasti.net

http://www.ap7am.com/

http://www.tnewslive.com/ 

www.cooltoad.com

www.da-pirates.com

www.andhrastudio.com

 

www.phazeddl.com

 

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:

http://speckyboy.com/2008/04/02/65-excellent-jquery-resources-tutorialscheat-sheetsebooksdemosplugins/ 

How To buy Amway Products...

Hi,

To buy products in Amway you need to register using ABO Number 8037108

Enjoy!!!!!

www.amway.co.uk

www.amway.ie

Notifying Visitors of Site Enhancements

protected void Button1_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 = "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!

I might not want a large amount of text on my home page if I want to guide visitors toward my other pages. Instead of text, I can add others' buttons to this first page, and I'll be rewarded for people who click on the buttons. For example, if a visitor signs up for a Visa using the NextCard button on my site, I earn at least $20!

Behind the Scenes of My Home Page

Even if I don't put much text on my home page, it's a good idea to include hidden tools that will help me promote my site, so people other than my friends and family actually see it. For example, I could add meta tags, which are hidden codes that allow search engines to find my site. I could also install stats and a counter so I know how many people are visiting. If not many are visiting, submitting my site to search engines will guide more traffic to my site.