<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5959993805007356161</id><updated>2024-10-06T23:37:06.005-07:00</updated><category term="computers and internet"/><category term="hardware and  gadgets"/><category term="tech news"/><category term="mobiles"/><category term="tips and tricks"/><category term="microsoft windows linux google"/><category term="softwares and utilities"/><category term="telivision and media"/><title type='text'>tech express</title><subtitle type='html'>TECHNOLOGY AT YOUR DOORSTEP</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://tech2express.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://tech2express.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>20</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5959993805007356161.post-3081559029657971812</id><published>2013-05-21T22:34:00.001-07:00</published><updated>2013-05-21T22:34:02.637-07:00</updated><title type='text'></title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
using System;&lt;br /&gt;using System.Collections.Generic;&lt;br /&gt;using System.Linq;&lt;br /&gt;using System.Web;&lt;br /&gt;using System.Web.UI;&lt;br /&gt;using System.Web.UI.WebControls;&lt;br /&gt;&lt;br /&gt;public partial class _Default : System.Web.UI.Page &lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; protected void Page_Load(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; protected void Button1_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; protected void Button2_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SqlDataSource1.Insert();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GridView1.DataBind();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; protected void TextBox1_TextChanged(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; protected void Button5_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SqlDataSource1.Delete();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GridView1.DataBind();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; protected void Button6_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SqlDataSource1.Update();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GridView1.DataBind();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;}&lt;br /&gt;&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/3081559029657971812'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/3081559029657971812'/><link rel='alternate' type='text/html' href='http://tech2express.blogspot.com/2013/05/using-system-using-system_2145.html' title=''/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5959993805007356161.post-5701928670100826461</id><published>2013-05-21T21:25:00.005-07:00</published><updated>2013-05-21T21:25:47.112-07:00</updated><title type='text'></title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
using System;&lt;br /&gt;using System.Collections.Generic;&lt;br /&gt;using System.ComponentModel;&lt;br /&gt;using System.Data;&lt;br /&gt;using System.Drawing;&lt;br /&gt;using System.Linq;&lt;br /&gt;using System.Text;&lt;br /&gt;using System.Windows.Forms;&lt;br /&gt;using System.Data.SqlClient;&lt;br /&gt;&lt;br /&gt;namespace Employee_Management&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public partial class Form1 : Form&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SqlConnection con = new SqlConnection(&quot;Data Source=DELL;Initial Catalog=Company;User ID=sa;Password=m8002088&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string[] deptarray = new string[] { &quot;Development&quot;, &quot;Support&quot;, &quot;HR&quot; };&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SqlCommand cmd;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SqlDataReader dr;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int id= 1;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public Form1()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; InitializeComponent();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void Form1_Load(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; comboBox1.DataSource = deptarray;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; display();&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void button1_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; con.Open();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cmd = new SqlCommand(&quot;select max(eid) from employee&quot;,con);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int cnt = (int)cmd.ExecuteScalar();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cnt = cnt + 1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; textBox1.Text = Convert.ToString(cnt);&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void button3_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; con.Open();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cmd = new SqlCommand(&quot;select max(eid) from employee&quot;,con);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int j = (int)cmd.ExecuteScalar();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (Convert.ToInt32(textBox1.Text) &amp;gt; j)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cmd = new SqlCommand(&quot;insert into employee values(&quot; + textBox1.Text + &quot;,&#39;&quot; + textBox2.Text + &quot;&#39;,&#39;&quot; + comboBox1.SelectedItem.ToString() + &quot;&#39;,&quot; + textBox3.Text + &quot;)&quot;, con);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int r = cmd.ExecuteNonQuery();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (r &amp;gt; 0)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MessageBox.Show(&quot;Row Inserted!!!&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MessageBox.Show(&quot;Insert Data&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // cmd = new SqlCommand(&quot;insert into employee values(&quot; + textBox1.Text + &quot;,&#39;&quot; + textBox2.Text + &quot;&#39;,&#39;&quot; + comboBox1.SelectedItem.ToString() + &quot;&#39;,&quot; + textBox3.Text + &quot;)&quot;, con);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cmd = new SqlCommand(&quot;update employee set ename=&#39;&quot; + textBox2.Text + &quot;&#39;,dep=&#39;&quot; + comboBox1.SelectedItem.ToString() + &quot;&#39;,age=&quot; + textBox3.Text + &quot; where eid=&quot; + Convert.ToUInt32(textBox1.Text) + &quot;&quot;, con);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int r = cmd.ExecuteNonQuery();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (r &amp;gt; 0)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MessageBox.Show(&quot;Row udated!!!&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MessageBox.Show(&quot;Not updated&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; con.Close();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; display();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public void display()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; con.Open();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cmd = new SqlCommand(&quot;select * from employee&quot;, con);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dr = cmd.ExecuteReader();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DataTable dt = new DataTable();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dt.Load(dr);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dataGridView1.DataSource = dt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; con.Close();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void textBox1_TextChanged(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void button5_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DataGridViewRow row = this.dataGridView1.Rows[e.RowIndex];&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; textBox1.Text = row.Cells[0].Value.ToString();&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void dataGridView1_CellContentClick_1(object sender, DataGridViewCellEventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DataGridViewRow row = this.dataGridView1.Rows[e.RowIndex];&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; textBox1.Text = row.Cells[0].Value.ToString();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void button2_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;}&lt;br /&gt;&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/5701928670100826461'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/5701928670100826461'/><link rel='alternate' type='text/html' href='http://tech2express.blogspot.com/2013/05/using-system-using-system_1806.html' title=''/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5959993805007356161.post-9144263491735536478</id><published>2013-05-21T21:25:00.003-07:00</published><updated>2013-05-21T21:25:36.100-07:00</updated><title type='text'></title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
using System;&lt;br /&gt;using System.Collections.Generic;&lt;br /&gt;using System.ComponentModel;&lt;br /&gt;using System.Data;&lt;br /&gt;using System.Drawing;&lt;br /&gt;using System.Linq;&lt;br /&gt;using System.Text;&lt;br /&gt;using System.Windows.Forms;&lt;br /&gt;using System.Data.SqlClient;&lt;br /&gt;&lt;br /&gt;namespace Employee_Management&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public partial class Form1 : Form&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SqlConnection con = new SqlConnection(&quot;Data Source=DELL;Initial Catalog=Company;User ID=sa;Password=m8002088&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string[] deptarray = new string[] { &quot;Development&quot;, &quot;Support&quot;, &quot;HR&quot; };&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SqlCommand cmd;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SqlDataReader dr;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int id= 1;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public Form1()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; InitializeComponent();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void Form1_Load(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; comboBox1.DataSource = deptarray;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; display();&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void button1_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; con.Open();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cmd = new SqlCommand(&quot;select max(eid) from employee&quot;,con);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int cnt = (int)cmd.ExecuteScalar();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cnt = cnt + 1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; textBox1.Text = Convert.ToString(cnt);&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void button3_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; con.Open();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cmd = new SqlCommand(&quot;select max(eid) from employee&quot;,con);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int j = (int)cmd.ExecuteScalar();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (Convert.ToInt32(textBox1.Text) &amp;gt; j)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cmd = new SqlCommand(&quot;insert into employee values(&quot; + textBox1.Text + &quot;,&#39;&quot; + textBox2.Text + &quot;&#39;,&#39;&quot; + comboBox1.SelectedItem.ToString() + &quot;&#39;,&quot; + textBox3.Text + &quot;)&quot;, con);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int r = cmd.ExecuteNonQuery();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (r &amp;gt; 0)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MessageBox.Show(&quot;Row Inserted!!!&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MessageBox.Show(&quot;Insert Data&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // cmd = new SqlCommand(&quot;insert into employee values(&quot; + textBox1.Text + &quot;,&#39;&quot; + textBox2.Text + &quot;&#39;,&#39;&quot; + comboBox1.SelectedItem.ToString() + &quot;&#39;,&quot; + textBox3.Text + &quot;)&quot;, con);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cmd = new SqlCommand(&quot;update employee set ename=&#39;&quot; + textBox2.Text + &quot;&#39;,dep=&#39;&quot; + comboBox1.SelectedItem.ToString() + &quot;&#39;,age=&quot; + textBox3.Text + &quot; where eid=&quot; + Convert.ToUInt32(textBox1.Text) + &quot;&quot;, con);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int r = cmd.ExecuteNonQuery();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (r &amp;gt; 0)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MessageBox.Show(&quot;Row udated!!!&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MessageBox.Show(&quot;Not updated&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; con.Close();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; display();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public void display()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; con.Open();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cmd = new SqlCommand(&quot;select * from employee&quot;, con);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dr = cmd.ExecuteReader();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DataTable dt = new DataTable();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dt.Load(dr);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dataGridView1.DataSource = dt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; con.Close();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void textBox1_TextChanged(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void button5_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DataGridViewRow row = this.dataGridView1.Rows[e.RowIndex];&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; textBox1.Text = row.Cells[0].Value.ToString();&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void dataGridView1_CellContentClick_1(object sender, DataGridViewCellEventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DataGridViewRow row = this.dataGridView1.Rows[e.RowIndex];&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; textBox1.Text = row.Cells[0].Value.ToString();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void button2_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;}&lt;br /&gt;&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/9144263491735536478'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/9144263491735536478'/><link rel='alternate' type='text/html' href='http://tech2express.blogspot.com/2013/05/using-system-using-system_21.html' title=''/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5959993805007356161.post-7959816571800176948</id><published>2013-05-21T13:14:00.002-07:00</published><updated>2013-05-21T13:14:34.515-07:00</updated><title type='text'></title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
private void dataGridView1_CellContentClick_1(object sender, DataGridViewCellEventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DataGridViewRow row = this.dataGridView1.Rows[e.RowIndex];&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; textBox1.Text = row.Cells[0].Value.ToString();&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/7959816571800176948'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/7959816571800176948'/><link rel='alternate' type='text/html' href='http://tech2express.blogspot.com/2013/05/private-void-datagridview1cellcontentcl.html' title=''/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5959993805007356161.post-5927541789462759048</id><published>2013-05-21T08:36:00.000-07:00</published><updated>2013-05-21T08:36:02.891-07:00</updated><title type='text'>databinding</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
using System;&lt;br /&gt;using System.Collections.Generic;&lt;br /&gt;using System.ComponentModel;&lt;br /&gt;using System.Data;&lt;br /&gt;using System.Drawing;&lt;br /&gt;using System.Linq;&lt;br /&gt;using System.Text;&lt;br /&gt;using System.Windows.Forms;&lt;br /&gt;using System.Data.SqlClient;&lt;br /&gt;&lt;br /&gt;namespace lab12_1&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public partial class Form1 : Form&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SqlConnection con=new SqlConnection(&quot;Data Source=TANISH;Initial Catalog=department;User ID=sa;Password=seed&quot;);&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SqlDataAdapter da;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DataSet ds = new DataSet();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public Form1()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; InitializeComponent();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void Form1_Load(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void button1_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SqlDataAdapter sqlda = new SqlDataAdapter(&quot;insert into dept1 values(&quot;+textBox1.Text+&quot;,&#39;&quot;+textBox2.Text+&quot;&#39;)&quot;, con);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //da = new SqlDataAdapter(&quot;select * from dept1&quot;, con);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //SqlCommandBuilder cmdBuilder = new SqlCommandBuilder(sqlda);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;nbsp;&amp;nbsp; DataSet ds = new DataSet();&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sqlda.Fill(ds,&quot;dept1&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dataGridView1.DataSource = ds.Tables[0];&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void button5_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; da = new SqlDataAdapter(&quot;select * from dept1&quot;, con);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; da.Fill(ds);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // dataGridView1.Refresh();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dataGridView1.DataSource = ds.Tables[0];&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void button3_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SqlDataAdapter sqlda = new SqlDataAdapter(&quot;Update dept1 set name=&#39;&quot;+textBox2.Text+&quot;&#39; where id=&quot;+textBox1.Text+&quot;&quot;, con);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //da = new SqlDataAdapter(&quot;select * from dept1&quot;, con);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //SqlCommandBuilder cmdBuilder = new SqlCommandBuilder(sqlda);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;nbsp;&amp;nbsp; DataSet ds = new DataSet();&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sqlda.Fill(ds, &quot;dept1&quot;);&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dataGridView1.DataSource = ds.Tables[0];&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void button4_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SqlDataAdapter sqlda = new SqlDataAdapter(&quot;delete from dept1 where id=&quot;+textBox1.Text+&quot;&quot; , con);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //da = new SqlDataAdapter(&quot;select * from dept1&quot;, con);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //SqlCommandBuilder cmdBuilder = new SqlCommandBuilder(sqlda);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;nbsp;&amp;nbsp; DataSet ds = new DataSet();&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sqlda.Fill(ds, &quot;dept1&quot;);&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dataGridView1.DataSource = ds.Tables[0];&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void button2_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void textBox1_TextChanged(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; textBox1.DataBindings.Add(&quot;text&quot;, ds.Tables[0], &quot;id&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void textBox2_TextChanged(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; textBox2.DataBindings.Add(&quot;text&quot;, ds.Tables[0], &quot;name&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void button2_Click_1(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BindingContext[ds.Tables[0]].Position = ds.Tables[0].Rows.Count - 1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void button7_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (BindingContext[ds.Tables[0]].Position &amp;lt; ds.Tables[0].Rows.Count - 1)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BindingContext[ds.Tables[0]].Position = BindingContext[ds.Tables[0]].Position + 1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void button6_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(BindingContext[ds.Tables[0]].Position&amp;gt;0)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BindingContext[ds.Tables[0]].Position=BindingContext[ds.Tables[0]].Position-1;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void button8_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BindingContext[ds.Tables[0]].Position = 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;}&lt;br /&gt;&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/5927541789462759048'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/5927541789462759048'/><link rel='alternate' type='text/html' href='http://tech2express.blogspot.com/2013/05/databinding.html' title='databinding'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5959993805007356161.post-1938819272690043063</id><published>2013-05-19T05:32:00.001-07:00</published><updated>2013-05-19T05:32:12.694-07:00</updated><title type='text'></title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
private void btnDeleteFL_Click(object sender, EventArgs e)&lt;br /&gt;&lt;br /&gt;{&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (MessageBox.Show(&quot;Are you sure you want to delete this feature?&quot;,&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &quot;Confirm delete&quot;, MessageBoxButtons.YesNo) == DialogResult.Yes)&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Delete the require record according to the user command.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/1938819272690043063'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/1938819272690043063'/><link rel='alternate' type='text/html' href='http://tech2express.blogspot.com/2013/05/private-void-btndeleteflclickobject.html' title=''/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5959993805007356161.post-420088359540093987</id><published>2013-05-19T05:31:00.002-07:00</published><updated>2013-05-19T05:31:42.818-07:00</updated><title type='text'></title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
using System;&lt;br /&gt;using System.Collections.Generic;&lt;br /&gt;using System.ComponentModel;&lt;br /&gt;using System.Data;&lt;br /&gt;using System.Drawing;&lt;br /&gt;using System.Linq;&lt;br /&gt;using System.Text;&lt;br /&gt;using System.Windows.Forms;&lt;br /&gt;using System.Data.SqlClient;&lt;br /&gt;&lt;br /&gt;namespace WindowsFormsApplication3&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public partial class Form1 : Form&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SqlConnection con = new SqlConnection(&quot;Data Source=ARNAV;Initial Catalog=Mrudu;User ID=sa;Password=manager&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SqlCommand cmd;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SqlDataReader dr;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public Form1()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; InitializeComponent();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void button1_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; con.Open();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cmd = new SqlCommand(&quot;insert into Cust values(&quot;+textBox1.Text+&quot;,&#39;&quot;+textBox2.Text+&quot;&#39;)&quot;, con);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int r=cmd.ExecuteNonQuery();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (r &amp;gt; 0)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MessageBox.Show(&quot;Row Inserted!!!&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MessageBox.Show(&quot;Insert Data&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; con.Close();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; display();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void button2_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; con.Open();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cmd=new SqlCommand(&quot;delete from Cust where Cust_ID=&quot;+textBox1.Text);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cmd.Connection = con;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int r = cmd.ExecuteNonQuery();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (r &amp;gt; 0)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MessageBox.Show(&quot;Row Deleted!!!&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MessageBox.Show(&quot;Not Deleted&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; con.Close();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; display();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void button3_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; con.Open();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cmd = new SqlCommand(&quot;update Employee set Emp_Name=&#39;&quot;+textBox2.Text+&quot;&#39; where Emp_ID =&quot;+textBox1.Text);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cmd.Connection = con;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int r = cmd.ExecuteNonQuery();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (r &amp;gt; 0)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MessageBox.Show(&quot;Row updated&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MessageBox.Show(&quot;Not updated&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; con.Close();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //display();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void button4_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; con.Open();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cmd = new SqlCommand(&quot;select count(Cust_ID) from Cust&quot;, con);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int cnt = (int)cmd.ExecuteScalar();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MessageBox.Show(&quot;Total No. of customers : &quot;+cnt.ToString());&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; con.Close();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void button5_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; con.Open();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cmd = new SqlCommand(&quot;StoredProcedure1&quot;, con);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cmd.CommandType = CommandType.StoredProcedure;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SqlParameter param = new SqlParameter();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; param.ParameterName = &quot;@cno&quot;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; param.Value = textBox1.Text;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cmd.Parameters.Add(param);&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dr = cmd.ExecuteReader();&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; while (dr.Read())&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MessageBox.Show(&quot;ID : &quot; + dr[0].ToString());&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MessageBox.Show(&quot;Name : &quot; + dr[1].ToString());&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; con.Close();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //display();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public void display()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; con.Open();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cmd = new SqlCommand(&quot;select * from Cust&quot;, con);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dr = cmd.ExecuteReader();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DataTable dt = new DataTable();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dt.Load(dr);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dataGridView1.DataSource = dt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; con.Close();&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void Form1_Load(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; display();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;}&lt;br /&gt;&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/420088359540093987'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/420088359540093987'/><link rel='alternate' type='text/html' href='http://tech2express.blogspot.com/2013/05/using-system-using-system_19.html' title=''/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5959993805007356161.post-5998320815166481798</id><published>2013-05-19T05:28:00.000-07:00</published><updated>2013-05-19T05:28:15.529-07:00</updated><title type='text'></title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
using System;&lt;br /&gt;using System.Collections.Generic;&lt;br /&gt;using System.ComponentModel;&lt;br /&gt;using System.Data;&lt;br /&gt;using System.Drawing;&lt;br /&gt;using System.Linq;&lt;br /&gt;using System.Text;&lt;br /&gt;using System.Windows.Forms;&lt;br /&gt;using System.Data.SqlClient;&lt;br /&gt;&lt;br /&gt;namespace WindowsFormsApplication3&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public partial class Form1 : Form&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SqlConnection con = new SqlConnection(&quot;Data Source=ARNAV;Initial Catalog=Mrudu;User ID=sa;Password=manager&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SqlDataAdapter da;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DataSet ds=new DataSet();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SqlCommandBuilder cbd;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public Form1()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; InitializeComponent();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void button1_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DataRow drow = ds.Tables[0].NewRow();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; drow[0] = textBox1.Text;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; drow[1] = textBox2.Text;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ds.Tables[0].Rows.Add(drow);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cbd = new SqlCommandBuilder(da);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; da.Update(ds, &quot;Cust&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //da = new SqlDataAdapter(&quot;insert into Cust values(&quot;+textBox1.Text+&quot;,&#39;&quot;+textBox2.Text+&quot;&#39;)&quot;, con);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //ds = new DataSet();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //da.Fill(ds, &quot;Cust&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //MessageBox.Show(&quot;Done&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void button2_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DataRow dr = ds.Tables[&quot;Cust&quot;].NewRow();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dr = ds.Tables[0].Rows.Find(textBox1.Text);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dr.Delete();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cbd = new SqlCommandBuilder(da);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; da.Update(ds, &quot;Cust&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //da = new SqlDataAdapter(&quot;delete from Cust where Cust_ID=&quot; + textBox1.Text, con);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //ds = new DataSet();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //da.Fill(ds, &quot;Cust&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //MessageBox.Show(&quot;Deleted&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void button3_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DataRow drow = ds.Tables[0].NewRow();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; drow = ds.Tables[0].Rows.Find(textBox1.Text);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; drow[1] = textBox2.Text;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cbd = new SqlCommandBuilder(da);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; da.Update(ds, &quot;Cust&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //da = new SqlDataAdapter(&quot;update Cust set Cust_Name=&#39;&quot; + textBox2.Text + &quot;&#39; where Cust_ID=&quot; + textBox1.Text, con);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //ds = new DataSet();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //da.Fill(ds, &quot;Cust&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //MessageBox.Show(&quot;Updated&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void Form1_Load(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; da = new SqlDataAdapter(&quot;Select * from Cust&quot;, con);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; da.MissingSchemaAction = MissingSchemaAction.AddWithKey;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; da.Fill(ds, &quot;Cust&quot;);&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dataGridView1.DataSource = ds.Tables[0];&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;}&lt;br /&gt;&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/5998320815166481798'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/5998320815166481798'/><link rel='alternate' type='text/html' href='http://tech2express.blogspot.com/2013/05/using-system-using-system.html' title=''/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5959993805007356161.post-6777919584650271962</id><published>2010-01-05T23:40:00.000-08:00</published><updated>2010-01-06T01:43:12.381-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="hardware and  gadgets"/><category scheme="http://www.blogger.com/atom/ns#" term="mobiles"/><category scheme="http://www.blogger.com/atom/ns#" term="tech news"/><title type='text'>HAVE A LOOK AT HTC HERO</title><content type='html'>&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5cz_rTsKwVBN80VIB36bEE59cboKR7hB6Zvb1vbD8mT6oXvD7cDqdS_wvjsTQlOydKXthOBj8iYNuuBp-98Xl0jk-yvQM-a_yTT9rEPx-laMYyOiVYsM08mJAPbfEzgrwCHhkL8nhC2s/s1600-h/htc-hero-review.jpg&quot;&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5423546181460921218&quot; style=&quot;DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 400px; CURSOR: hand; HEIGHT: 366px; TEXT-ALIGN: center&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5cz_rTsKwVBN80VIB36bEE59cboKR7hB6Zvb1vbD8mT6oXvD7cDqdS_wvjsTQlOydKXthOBj8iYNuuBp-98Xl0jk-yvQM-a_yTT9rEPx-laMYyOiVYsM08mJAPbfEzgrwCHhkL8nhC2s/s400/htc-hero-review.jpg&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style=&quot;color:#333300;&quot;&gt;&lt;span style=&quot;font-size:130%;color:#666600;&quot;&gt;# General Features&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;2G Network - GSM 850 / 900 / 1800 / 1900&lt;br /&gt;3G Network - HSDPA 900 / 2100&lt;br /&gt;Dimensions - 112 x 56.2 x 14.4 mm&lt;br /&gt;Weight - 135 g&lt;br /&gt;&lt;span style=&quot;font-size:130%;color:#666600;&quot;&gt;# Display&lt;/span&gt;&lt;br /&gt;Type - TFT capacitive touchscreen, 65K colors&lt;br /&gt;Size - 320 x 480 pixels, 3.2 inches&lt;br /&gt;Others - Sense UI , Multi-touch input method, Accelerometer sensor for auto-rotate, Trackball&lt;br /&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;font-size:130%;color:#666600;&quot;&gt;#Sound&lt;br /&gt;&lt;/span&gt;Alert types-Vibration; Downloadable polyphonic, MP3, WAV ringtones&lt;br /&gt;Speakerphone-Yes; 3.5 mm audio jack&lt;br /&gt;&lt;span style=&quot;font-size:130%;color:#666600;&quot;&gt;#Memory&lt;/span&gt;&lt;br /&gt;Phonebook-Practically unlimited entries and fields, Photocall&lt;br /&gt;Call records-Practically unlimited&lt;br /&gt;Internal288 -MB RAM, 512 MB ROM&lt;br /&gt;Card slot -microSD&lt;br /&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;color:#666600;&quot;&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;#Data&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;GPRS -Class 10 (4+1/3+2 slots), 32 - 48 kbps&lt;br /&gt;EDGE -Class 10, 236.8 kbps&lt;br /&gt;3G-HSDPA, 7.2 Mbps; HSUPA, 2.0 Mbps&lt;br /&gt;WLAN-Wi-Fi 802.11 b/g&lt;br /&gt;Bluetooth-Yes v2.0 with A2DP&lt;br /&gt;Infrared port-No&lt;br /&gt;USB-Yes, miniUSB&lt;br /&gt;&lt;span style=&quot;font-size:130%;color:#666600;&quot;&gt;#Camera&lt;/span&gt;&lt;br /&gt;Primary-5 MP, 2592 x 1944 pixels, autofocus&lt;br /&gt;Features-Touch focus (via software update)&lt;br /&gt;Video-Yes, &lt;/strong&gt;&lt;a href=&quot;mailto:CIF@15fps&quot;&gt;&lt;strong&gt;CIF@15fps&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;color:#666600;&quot;&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;#OS&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;Android OS, v1.5 (Cupcake)&lt;br /&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#CPU&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;Qualcomm MSM 7200A 528 MHz processor&lt;br /&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;color:#666600;&quot;&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;#Messaging&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;SMS(threaded view), MMS, Email, Instant Messaging&lt;br /&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;color:#666600;&quot;&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;#Browser&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;HTML&lt;br /&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#Radio&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;No&lt;br /&gt;&lt;span style=&quot;font-size:130%;color:#666600;&quot;&gt;#Games&lt;/span&gt;&lt;br /&gt;Yes&lt;br /&gt;&lt;span style=&quot;font-size:130%;color:#666600;&quot;&gt;#Colors&lt;/span&gt;&lt;br /&gt;Brown, White (teflon coating), Graphite, Black, Pink&lt;br /&gt;&lt;span style=&quot;font-size:130%;color:#666600;&quot;&gt;#GPS&lt;/span&gt;&lt;br /&gt;Yes, with A-GPS support&lt;br /&gt;&lt;span style=&quot;font-size:130%;color:#666600;&quot;&gt;#Java&lt;/span&gt;&lt;br /&gt;Via third party application&lt;br /&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style=&quot;color:#666600;&quot;&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;#Others&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;Digital compass&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;Dedicated search key&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;Scenes quick profile switcher&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;MP3/AAC+/WAV/WMA9 player&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;MP4/H.263/H.264/WMV9 player&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;Voice memo&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#Battery&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;Standard battery, Li-Ion 1350 mAh&lt;br /&gt;Stand-by-Up to 440 h (2G) / Up to 750 h (3G)&lt;br /&gt;Talk time-Up to 8 h (2G) / Up to 7 h (3G)&lt;/strong&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/6777919584650271962'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/6777919584650271962'/><link rel='alternate' type='text/html' href='http://tech2express.blogspot.com/2010/01/have-look-at-htc-hero.html' title='HAVE A LOOK AT HTC HERO'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5cz_rTsKwVBN80VIB36bEE59cboKR7hB6Zvb1vbD8mT6oXvD7cDqdS_wvjsTQlOydKXthOBj8iYNuuBp-98Xl0jk-yvQM-a_yTT9rEPx-laMYyOiVYsM08mJAPbfEzgrwCHhkL8nhC2s/s72-c/htc-hero-review.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-5959993805007356161.post-2076395981182975065</id><published>2009-08-30T10:35:00.000-07:00</published><updated>2010-01-06T01:47:48.310-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="hardware and  gadgets"/><category scheme="http://www.blogger.com/atom/ns#" term="tech news"/><title type='text'>Sony India launches DSC-TX1 and DSX-WX1 low-light cameras with HD video</title><content type='html'>&lt;strong&gt;&lt;span &gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Stable Exmor R back-illuminated CMOS sensor technology.&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Amazingly clear, vibrant photos in low lighting scenarios.&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Wires and other circuit elements are positioned behind the photo-diodes so that Exmor R image sensors can gather more light, resulting in approximately twice the sensitivity compared to conventional sensors.&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;To further extend low-light shooting performance, the TX1 and WX1 cameras incorporate the hand-held twilight and anti-motion blur multi-shot modes that capture six separate images in less than a second and utilise Sony’s BIONZ processor to combine the shots into a single image of extraordinary detail.&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Includes Sweep Panorama and 10 frames per second burst shooting features, in smaller, more compact bodies that match nearly any unique style.&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Capturing wide landscapes is as easy as &quot;press and sweep.&quot; The BIONZ imaging processor automatically stitches the pictures together to create one stunning panoramic photo.&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXiinD5jBLd7oM_QnCAJNK4efk5vQPODI0KdjFXIGzZvP1pma5KkySgv9ULQYGCdOBHn785nnpiVkHWw-v2FkEiywz7corsglCbXCgjtZGvzXe1bfS7044TNxEdMWpsVKEMUREk3XuQPU/s1600-h/sonytx1wx1.jpg&quot;&gt;&lt;strong&gt;&lt;span &gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5375814331339317106&quot; style=&quot;DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 430px; CURSOR: hand; HEIGHT: 261px; TEXT-ALIGN: center&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXiinD5jBLd7oM_QnCAJNK4efk5vQPODI0KdjFXIGzZvP1pma5KkySgv9ULQYGCdOBHn785nnpiVkHWw-v2FkEiywz7corsglCbXCgjtZGvzXe1bfS7044TNxEdMWpsVKEMUREk3XuQPU/s400/sonytx1wx1.jpg&quot; border=&quot;0&quot; /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span &gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;With HD video capability, these can record HD movies in 720p high definition MPEG4 format for stunning large-screen home movie playback and record up to 29 minutes (or up to 2GB file size) in 720p format.&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Slim profile of just 16.5mm, the fashionable 10.2-megapixel TX1 features a new operation on the touch panel that lets you scroll through images with a flick of your finger and directly access menus on the 3-inch Clear Photo LCD Plus display.&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Carl Zeiss Vario-Tessar lens, the TX1 camera lets you focus as little as 0.4 inches from your subject for extraordinary close-up shots.&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span &gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt; 4x telescopic zoom perfect for capturing far-away subjects, and Sony’s Optical SteadyShot image stabilisation helps overcome camera shake.&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;10.2 mega-pixel WX1 camera has a 2.7-inch Clear Photo LCD Plus display and is just over three quarters of an inch thin – an ideal choice for DSLR owners who also want to carry a compact, high performance digital still camera.&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;WX1 camera features a Sony G lens with an extraordinary wide angle 24-120mm 5x optical zoom which offers nearly twice the light gathering capability of conventional lenses, and works together with the Exmor R sensor and low-light shooting modes to provide low-light photography beyond the abilities of other compact cameras.&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Includes all the next-gen software technology that Sony cameras are famous for, such as intelligent auto mode, face detection, scene selection, red-eye removal, anti-blur, smile shutter, etc.&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/2076395981182975065'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/2076395981182975065'/><link rel='alternate' type='text/html' href='http://tech2express.blogspot.com/2009/08/sony-india-launches-dsc-tx1-and-dsx-wx1.html' title='Sony India launches DSC-TX1 and DSX-WX1 low-light cameras with HD video'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXiinD5jBLd7oM_QnCAJNK4efk5vQPODI0KdjFXIGzZvP1pma5KkySgv9ULQYGCdOBHn785nnpiVkHWw-v2FkEiywz7corsglCbXCgjtZGvzXe1bfS7044TNxEdMWpsVKEMUREk3XuQPU/s72-c/sonytx1wx1.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-5959993805007356161.post-5201215881394672839</id><published>2009-08-29T00:51:00.000-07:00</published><updated>2010-01-06T01:51:51.411-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="hardware and  gadgets"/><category scheme="http://www.blogger.com/atom/ns#" term="mobiles"/><category scheme="http://www.blogger.com/atom/ns#" term="tech news"/><title type='text'>Nokia launches 5230 XpressMusic</title><content type='html'>&lt;span style=&quot;color:#000000;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;color:#666600;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;&lt;strong&gt;&lt;span &gt;&lt;span style=&quot;font-size:130%;&quot;&gt;Nokia 5230 XpressMusic Mobile Phone Features&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5375290621130122194&quot; style=&quot;DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 209px; CURSOR: hand; HEIGHT: 400px; TEXT-ALIGN: center&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2CkrVAV6MjykLVdkXrNoV7Y5cB6xTQyMDzuNnfH_IBdLQvjwwpPNNL8dHUgnCJexbMZ32XgUbVNXrFB9UkI3dxQINtWrkvfExcP0HSI0enKGgv5XzHf3AkQdEURnAZRyjAhHA9jqipKw/s400/nokia-5230-xpressmusic.jpg&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Quad-band GSM 850 / 900 / 1800 / 1900 MHz&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;3.2-inch, 360 x 640 pixels, 16M Colors TFT Display&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Full Touchscreen with Handwriting recognition&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Proximity Sensor for Auto system turn off&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Accelerometer Sensor for Auto horizontal/vertical screen Rotate&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;ARM 11, 369 MHz CPU&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Symbian OS v9.4, S60 rel. 5&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;70-MB Internal Memory, 128 MB ROM&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Upto 16-GB hotswapable MicroSD media expansion card support&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;2.0 Megapixel digital camera, 1600 x 1200 pixels resolution, Autofocus, LED flash, 4x smooth digital zoom&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Video (QCIF) video capture and playback, Supports MPEG4, 3GPP and h.263 video file formats&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;FM stereo radio with RDS&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Music Media player supports MP3/AAC/AAC+/eAAC+/WMA/MP4/WAV/RA/M4A&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Video Media Player supports WMV/3GP/RV/MP4&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;GPRS Class 32&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;HSCSD, 43.2 kbps&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;EDGE Class 32&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;3G HSDPA, 3.6 Mbps&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Bluetooth v2.0 with A2DP&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;USB v2.0, miniUSB&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Integrated GPS receiver with A-GPS support, Nokia Maps 2.0&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Colors – Black, Red, Silver, Pink, and Yellow&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;5-band equaliser and audio visualisations&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;3.5-mm Audio Port&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Built-in handsfree&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Integrated stereo speakers&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Polyphonic (64 channels), MP3, AAC Ringtones&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Nokia S60 browser, (x)HTML, JavaScript 1.3 and 1.5 support&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Java MIDP 2.1&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Li-Ion 1320 mAh (BL-5J) Standard BatteryStand-by time: 400 hrsTalk time: 7 hrsMusic playback: 33 hours on single full charge&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Dimensions: 111 x 51.7 x 15.5 mm&lt;br /&gt;&lt;span style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Weight: 115 gms&lt;br /&gt;&lt;br /&gt;The new Nokia 5230 XpressMusic mobile phone featuring 2.0 MP autofocus digital camera, FM radio, GPS receiver with A-GPS and 3.5mm audio port connection is available for Rs. 9,990(August 09) with one year warranty. &lt;/strong&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/5201215881394672839'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/5201215881394672839'/><link rel='alternate' type='text/html' href='http://tech2express.blogspot.com/2009/08/nokia-5230-xpressmusic-mobile-phone.html' title='Nokia launches 5230 XpressMusic'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2CkrVAV6MjykLVdkXrNoV7Y5cB6xTQyMDzuNnfH_IBdLQvjwwpPNNL8dHUgnCJexbMZ32XgUbVNXrFB9UkI3dxQINtWrkvfExcP0HSI0enKGgv5XzHf3AkQdEURnAZRyjAhHA9jqipKw/s72-c/nokia-5230-xpressmusic.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-5959993805007356161.post-988792002607315427</id><published>2009-07-11T08:14:00.001-07:00</published><updated>2010-01-06T01:55:12.382-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="computers and internet"/><category scheme="http://www.blogger.com/atom/ns#" term="hardware and  gadgets"/><title type='text'>Panache Mini Thin PC</title><content type='html'>&lt;p class=&quot;Headgross&quot; style=&quot;TEXT-ALIGN: left&quot; align=&quot;left&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;TEXT-TRANSFORM: uppercase; COLOR: rgb(103,135,105)&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;   style=&quot;font-size:x-large;&quot;&gt;&lt;strong&gt;Specifications&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;boxbody&quot; style=&quot;MARGIN: 2.85pt 0in 0pt&quot;&gt;&lt;span class=&quot;boxbody1&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;   style=&quot;font-size:medium;&quot;&gt;&lt;strong&gt;Dimensions (WxHxD): 306 x 65 x 267 mm; Weight: 3.125 kg; Processor: Intel Atom 330, 1.60 GHz; Chipset: Intel 945G; Memory: 1 GB DDR2-533; Hard disk: 80 GB; Connectivity: Gigabit Ethernet.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style=&quot;BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium none; PADDING-LEFT: 0in; PADDING-BOTTOM: 2pt; BORDER-LEFT: medium none; PADDING-TOP: 0in; BORDER-BOTTOM: 1pt solid&quot;&gt;&lt;p class=&quot;boxbody&quot; style=&quot;BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium none; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; MARGIN: 2.85pt 0in 0pt; BORDER-LEFT: medium none; PADDING-TOP: 0in; BORDER-BOTTOM: medium none&quot;&gt;&lt;strong&gt;&lt;span &gt;&lt;span class=&quot;boxbody1&quot;&gt;&lt;span style=&quot;TEXT-TRANSFORM: uppercase; COLOR: rgb(103,135,105)&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;Price&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;boxbody1&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;Rs 9,900&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p class=&quot;boxbody&quot; style=&quot;BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium none; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; MARGIN: 2.85pt 0in 0pt; BORDER-LEFT: medium none; PADDING-TOP: 0in; BORDER-BOTTOM: medium none&quot;&gt;&lt;strong&gt;&lt;span &gt;&lt;span class=&quot;boxbody1&quot;&gt;&lt;span style=&quot;TEXT-TRANSFORM: uppercase; COLOR: rgb(103,135,105)&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;Website&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;boxbody1&quot;&gt;&lt;a href=&quot;http://www.panache.co.in/&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;www.panache.co.in&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p class=&quot;boxbody&quot; style=&quot;BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium none; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; MARGIN: 2.85pt 0in 0pt; BORDER-LEFT: medium none; PADDING-TOP: 0in; BORDER-BOTTOM: medium none&quot;&gt;&lt;strong&gt;&lt;span &gt;&lt;span class=&quot;boxbody1&quot;&gt;&lt;span style=&quot;TEXT-TRANSFORM: uppercase; COLOR: rgb(103,135,105)&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;Warranty&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;boxbody1&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;1 year&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p class=&quot;boxbody&quot; style=&quot;BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium none; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; MARGIN: 2.85pt 0in 0pt; BORDER-LEFT: medium none; PADDING-TOP: 0in; BORDER-BOTTOM: medium none&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;   style=&quot;font-size:medium;&quot;&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;boxbody&quot; style=&quot;BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium none; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; MARGIN: 2.85pt 0in 0pt; BORDER-LEFT: medium none; PADDING-TOP: 0in; BORDER-BOTTOM: medium none&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;   style=&quot;font-size:medium;&quot;&gt;&lt;strong&gt;&lt;img alt=&quot;&quot; src=&quot;http://210.210.24.180/chipindia/images/content_images/june_2009/mtp.JPG&quot; /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;boxbody&quot; style=&quot;BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium none; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; MARGIN: 2.85pt 0in 0pt; BORDER-LEFT: medium none; PADDING-TOP: 0in; BORDER-BOTTOM: medium none&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;   style=&quot;font-size:medium;&quot;&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;boxbody&quot; style=&quot;BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium none; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; MARGIN: 2.85pt 0in 0pt; BORDER-LEFT: medium none; PADDING-TOP: 0in; BORDER-BOTTOM: medium none&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;   style=&quot;font-size:medium;&quot;&gt;&lt;strong&gt;&lt;object id=&quot;ieooui&quot; classid=&quot;clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D&quot;&gt;&lt;/object&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;boxbody&quot; style=&quot;BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium none; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; MARGIN: 2.85pt 0in 0pt; BORDER-LEFT: medium none; PADDING-TOP: 0in; BORDER-BOTTOM: medium none&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; &gt;&lt;strong&gt;Netbook and nettop manufacturers have been cashing on the older generation Atom based platform for a long time. The Atom has been descirbed as versatile and affordable but can it be powerful? We tested a small form factor PC that features Intel’s first dual core Atom processor, this was fun!&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;BodyTextIndent&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;   style=&quot;font-size:x-large;&quot;&gt;&lt;strong&gt;# Features&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;Heading1&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; &gt;&lt;strong&gt;The Panache Mini Thin PC is a small form factor PC (nettop) that has hardware commonly found in most netbooks and nettops such as Asus’s Eee PCs and Eee Box. However, the most significant difference is that of the processor. Most netbooks feature the Intel Atom N270, but this Thin PC features the Atom 330. Although both processors are clocked at 1.60 GHz, there are two main differences. The N270 has 512 KB L2 cache and 47 million transistors and the Atom 330 has 1 MB L2 cache and 50 million transistors.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;BodyText&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;   style=&quot;font-size:medium;&quot;&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;BodyTextIndent&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;   style=&quot;font-size:medium;&quot;&gt;&lt;strong&gt;Other features include 1 GB DDR2 RAM clocked at 533 MHz, an 80 GB 3.5-inch (7200 rpm) hard drive, gigabit Ethernet, and onboard graphics and audio. It even has the standard ports such as VGA, four USB (plus two in front), Ethernet and audio and there is a serial (COM) and a parallel port for backward compatability of hardware. It also has an S-video port so you can connect your TV to watch movies on it. A noticeable downside is the absence of an optical drive. On opening the case, we noticed that although the front panel has an optical drive bay cover, there’s very little room in the cabinet to accommodate a standard optical drive. In any case, this also rules out installing an operating system using a disc, unless you buy an external (USB) optical drive.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;BodyTextIndent&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;   style=&quot;font-size:medium;&quot;&gt;&lt;strong&gt;On the whole, it has pretty much everything else that makes a basic PC, all you need is a monitor, an operating system, a keyboard and a mouse and your PC’s ready!&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;BodyTextIndent&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:x-large;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;   style=&quot;color:#666600;&quot;&gt;&lt;strong&gt;#Build quality&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;Heading1&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;   style=&quot;font-size:medium;&quot;&gt;&lt;strong&gt;Here’s something for the space-conscious people, who want their desks neat and tidy. The Panache Thin PC is slim, ruggedly built, easy to install and can hide behind your LCD monitor. Although not much to look at, it seems plain and is ideal for SOHO or a basic home PC environment. It’s more of a simple PC and may not impress people who prefer the stylish Asus Eee Box.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;BodyText&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:x-large;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;   style=&quot;color:#666600;&quot;&gt;&lt;strong&gt;#Performance&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;BodyText&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;   style=&quot;font-size:medium;&quot;&gt;&lt;strong&gt;It would be unfair to compare the performance of this PC to that of a mainstream desktop PC, so the closest comparison is the Asus Eee Box B202 which features the Atom N270 processor and the same amount of RAM. This one really trounces the competition in overall performance, thanks to its dual core Atom processor with double the amount of L2 cache. We’d say that if you install Microsoft Windows XP on this PC, it will surely suffice for applications such as Microsoft Office, media players, light image editing and even for light gaming.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;BodyText&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;   style=&quot;font-size:medium;&quot;&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;strong&gt;&lt;span &gt;&lt;span class=&quot;ForAgainst&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;Verdict:&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;LETTER-SPACING: 0.05pt;color:black;&quot; &gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt; Although an entry-level user-upgradeable desktop PC cost around twenty percent more than the Panache Mini Thin PC, you won’t get the compactness that this baby offers. So considering the price, all-in-all it’s a great buy!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/988792002607315427'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/988792002607315427'/><link rel='alternate' type='text/html' href='http://tech2express.blogspot.com/2009/07/panache-mini-thin-pc.html' title='Panache Mini Thin PC'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5959993805007356161.post-3745244381980722079</id><published>2009-07-11T07:31:00.000-07:00</published><updated>2009-07-11T08:03:49.653-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="microsoft windows linux google"/><category scheme="http://www.blogger.com/atom/ns#" term="tech news"/><title type='text'>Be prepared to witness Google Chrome Operating System soon......</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfoyJblJsGeO7K1_Eorz8sUlXGe0mzZhldRj_jrmJYmbXQMMrOD_kc1DoVIpvyn4GQ7gJWoxOYKf2a3BHwK_twYoF5ZyK-z5xJmVcluwJR6Y4-cDKzbsjXuM322YaN0f5AJg8B7N5wuOI/s1600-h/chromeos.bmp&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 158px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfoyJblJsGeO7K1_Eorz8sUlXGe0mzZhldRj_jrmJYmbXQMMrOD_kc1DoVIpvyn4GQ7gJWoxOYKf2a3BHwK_twYoF5ZyK-z5xJmVcluwJR6Y4-cDKzbsjXuM322YaN0f5AJg8B7N5wuOI/s320/chromeos.bmp&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5357211429841099954&quot; /&gt;&lt;/a&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;It&#39;s been an exciting nine months since google launched the Google Chrome browser. Already, over 30 million people use it regularly. Google designed Google Chrome for people who live on the web — searching for information, checking email, catching up on the news, shopping or just staying in touch with friends. However, the operating systems that browsers run on were designed in an era where there was no web. Google has announced a new project that&#39;s a natural extension of Google Chrome — the Google Chrome Operating System. It&#39;s googles&#39;s attempt to re-think what operating systems should be.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;Google Chrome OS is an open source, lightweight operating system that will initially be targeted at netbooks. Later this year we will open-source its code, and netbooks running Google Chrome OS will be available for consumers in the second half of 2010. &lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;Speed, simplicity and security are the key aspects of Google Chrome OS. Google is  designing the OS to be fast and lightweight, to start up and get you onto the web in a few seconds. The user interface is minimal to stay out of your way, and most of the user experience takes place on the web. And as we did for the Google Chrome browser, google is going back to the basics and completely redesigning the underlying security architecture of the OS so that users don&#39;t have to deal with viruses, malware and security updates. It should just work.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;Google Chrome OS will run on both x86 as well as ARM chips and we are working with multiple OEMs to bring a number of netbooks to market next year. The software architecture is simple — Google Chrome running within a new windowing system on top of a Linux kernel. For application developers, the web is the platform. All web-based applications will automatically work and new applications can be written using your favorite web technologies. And of course, these apps will run not only on Google Chrome OS, but on any standards-based browser on Windows, Mac and Linux thereby giving developers the largest user base of any platform.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;Google Chrome OS is a new project, separate from Android. Android was designed from the beginning to work across a variety of devices from phones to set-top boxes to netbooks. Google Chrome OS is being created for people who spend most of their time on the web, and is being designed to power computers ranging from small netbooks to full-size desktop systems. While there are areas where Google Chrome OS and Android overlap, we believe choice will drive innovation for the benefit of everyone, including Google.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;Google  hear a lot from our users and their message is clear — computers need to get better. People want to get to their email instantly, without wasting time waiting for their computers to boot and browsers to start up. They want their computers to always run as fast as when they first bought them. They want their data to be accessible to them wherever they are and not have to worry about losing their computer or forgetting to back up files. Even more importantly, they don&#39;t want to spend hours configuring their computers to work with every new piece of hardware, or have to worry about constant software updates. And any time our users have a better computing experience, Google benefits as well by having happier users who are more likely to spend time on the Internet.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizAwnbW41wtHzP2zkasLD_mIDhxMJegvuJoq6vpXEwi-I8Fr0VomU0bxjPhdHsUJSeWsY6aL_A9FOUQjJ_pgODJrN1OL_LnpLD5nM-rijTO5fG9WbFVXGYUjGrl2Cp3xmISzaAtek97cQ/s1600-h/Google-vs-Microsoft-001+(1).jpg&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 192px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizAwnbW41wtHzP2zkasLD_mIDhxMJegvuJoq6vpXEwi-I8Fr0VomU0bxjPhdHsUJSeWsY6aL_A9FOUQjJ_pgODJrN1OL_LnpLD5nM-rijTO5fG9WbFVXGYUjGrl2Cp3xmISzaAtek97cQ/s320/Google-vs-Microsoft-001+(1).jpg&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5357210413663217554&quot; /&gt;&lt;/a&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;One thing for sure it will pose a great challenge to windows operating system..........................&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/3745244381980722079'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/3745244381980722079'/><link rel='alternate' type='text/html' href='http://tech2express.blogspot.com/2009/07/be-prepared-to-witness-google-chrome-os.html' title='Be prepared to witness Google Chrome Operating System soon......'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfoyJblJsGeO7K1_Eorz8sUlXGe0mzZhldRj_jrmJYmbXQMMrOD_kc1DoVIpvyn4GQ7gJWoxOYKf2a3BHwK_twYoF5ZyK-z5xJmVcluwJR6Y4-cDKzbsjXuM322YaN0f5AJg8B7N5wuOI/s72-c/chromeos.bmp" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-5959993805007356161.post-7987904371845171194</id><published>2009-07-11T05:39:00.000-07:00</published><updated>2009-07-11T08:32:29.818-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="softwares and utilities"/><title type='text'>NextUp Talker  software - a miracle for dumb</title><content type='html'>&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;NextUp Talker 1.019 is a Text To Speech product from talkforme.com.It Allows those with vocal impairments to communicate with others using a windows PC or Tablet PC. Provides common phrase shortcuts. NextUp Talker is a Text To Speech software specifically designed for people who have temporarily or permanently lost their voice. With natural, human sounding voices and handy shortcuts to quickly enter commonly used sentences and phrases, NextUp Talker allows you to easily communicate with others despite vocal impairments using a Windows PC or Tablet PC.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;Whether due to ALS, Cancer, Stroke, aphasia, or any of the other all too common problems causing loss of speech, NextUp Talker should help you regain an important part of your life by allowing you to &quot;talk&quot; with others. It&#39;s goal is to provide high-quality but affordable speech solutions for those in need. &lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4HcMEZsMZPpQmWsVhG2IIT3dzYtuKnxasBjtgpI2V4ms-3E3FIo6yvjMH_xwWCOKIVVQK0vR0YgnzLt15xmxEvwW2F3xqeY0DIK8SIWNi8jmCHjrjVEY1z7Rw8xvzL1TODkKeaBWlxlk/s1600-h/NextUp-Talker.jpg&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 262px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4HcMEZsMZPpQmWsVhG2IIT3dzYtuKnxasBjtgpI2V4ms-3E3FIo6yvjMH_xwWCOKIVVQK0vR0YgnzLt15xmxEvwW2F3xqeY0DIK8SIWNi8jmCHjrjVEY1z7Rw8xvzL1TODkKeaBWlxlk/s320/NextUp-Talker.jpg&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5357182408741659618&quot; /&gt;&lt;/a&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;NextUp Talker Benefits:&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#333300;&quot;&gt;#&lt;/span&gt;Specifically designed for use in conversation &lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;More pleasant conversations using latest generation, high-quality, Natural    sounding voices. &lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Easy use with either mouse or keyboard. &lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Smooth conversation flow with less delays due to typing by using predefined,    often used &lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;phrases and user created abbreviations. &lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Adapts to your style and speed with options to speak each word as typed, each    sentence, each      paragraph, or on demand. &lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Ability to insert actual sound files along with speech. These can help make kids  more        comfortable talking with an adult using a computer.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;Goal of NextUp Talker &lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;Over the past 5 years, talkforme.com have developed the world&#39;s most popular Text To Speech program, called TextAloud. It is a general consumer product used for listening to email, web pages, and documents. During that time we&#39;ve had thousands of users who have lost their voice and have trouble communicating with others. TextAloud and other PC based programs have never worked very well as conversation tools, because they simply aren&#39;t designed in that way. So until now, the best option has been to use dedicated hardware devices for voice replacement. These can cost up to $3000 and typically have very mechanical sounding voices. Our goal with the release of NextUp Talker is to use all of the advances in computer based voices and what we&#39;ve learned from our customers to offer an affordable product for people who have either temporarily or permanently lost their voice. &lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;Designing for Conversation&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;One problem with using computers for conversation is the delay during entry of messages.  NextUp Talker attempted several things to help with this:&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Predefined Phrases&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;NextUp Talker let&#39;s you create an unlimited number of phrases you often use.  These are arranged in a multi-level menu system. So, for example, you might have  a menu of phrases you typically use with the telephone. You might have a phrases  named &quot;Greeting&quot; that has the text &lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt; &quot;Hi. This is John. I&#39;m using a computer to talk with you, so please be patient as I    type my responses. If you don&#39;t understand the voice or need me to repeat  something, just let me know&quot;.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt; So, when you answer the phone, you could access that phrase quickly and have it  spoken without typing it.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt; Phrases can also have parameters within them, for cases where you need to  customize the phrase. For example, you may have a phrase named &quot;How Are You&quot;  that has the text&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt; &quot;Hi %name%. How are you today&quot;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt; When you choose this phrase, NextUp Talker will prompt you for what you want  to say for %name% then speak the phrase. So you access the &quot;How Are You&quot;  phrase, NextUp Talker will popup a window asking you for the name, you type in  &quot;Betty&quot;, then NextUp Talker will speak &quot;Hi Betty, How are you&quot;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;Predefined phrases can be quickly accessed during conversations by&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt; Double-clicking the phrase on the left side of the software &lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt; Using shortcut key combinations you define &lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt; From a right-click popup menu in the typing area &lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt; From the Insert Menu. &lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt; Abbreviations and ShortHand&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;NextUp Talker includes an Abbreviations and ShortHand editor. With this, you  can define  short strings to represent longer phrases or sentences. So for example,  if you frequently say  something like &quot;Could you bring me something to drink  please&quot;, you could define an  abbreviation of &quot;gdrink&quot; to be that full string. Then,  when typing text into NextUp Talker, if you  simply type &quot;gdrink&quot; the software will  speak &quot;Could you bring me something to drink please&quot;.  Over time as you get used  to using the program, you&#39;ll develop your own version of shorthand  that will  speed up your typing.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;Inserting Sound Files&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt; NextUp Talker can also mix in actual sound files into speech. You can insert a link to a sound file  using the insert menu. For some users who have warning before losing their voice, such as is the case often with surgery, you can use your computer to record various sound files saying things like &quot;I love you&quot;, or answering the phone. These recordings can then be intermixed with text to speech. Another neat use is inserting sound effects. There are a huge number of free sound files on the internet. A common use for these might be to include some funny sound effects with your speech. This is especially helpful when speaking with children. The funny sounds often help children become more comfortable when talking with someone who has to use a computer.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;Access for those with physical limitations&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;Especially for those with ALS who have lost their voice, they face the additional challenge of losing muscle control and having difficulty fully using a mouse and keyboard. Talkforme.com attempted to design NextUp Talker to work well with either a mouse or keyboard, and hopefully work with &quot;virtual keyboards&quot;. We haven&#39;t done a lot of testing in these areas yet, so we would appreciate any and all feedback to help us continue to improve.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;Natural Sounding Voices&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;A computer will never replace the voice you&#39;ve lost. However, in recent years, computer voices have become more and more human like. Choosing one or more computer voices that you like and that you feel comfortable with is important. This will become YOUR voice to friends and family. We sell a variety of optional voices for use with NextUp Talker.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;click here to download a free trial -&lt;/span&gt;&lt;/b&gt;&lt;a href=&quot;http://www.softsea.com/download/NextUp-Talker.html&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt; www.softsea.com/download/NextUp-Talker.html&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/7987904371845171194'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/7987904371845171194'/><link rel='alternate' type='text/html' href='http://tech2express.blogspot.com/2009/07/nextup-talker-software-miracle-for-dumb.html' title='NextUp Talker  software - a miracle for dumb'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4HcMEZsMZPpQmWsVhG2IIT3dzYtuKnxasBjtgpI2V4ms-3E3FIo6yvjMH_xwWCOKIVVQK0vR0YgnzLt15xmxEvwW2F3xqeY0DIK8SIWNi8jmCHjrjVEY1z7Rw8xvzL1TODkKeaBWlxlk/s72-c/NextUp-Talker.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-5959993805007356161.post-5015077558701225985</id><published>2009-07-11T04:46:00.000-07:00</published><updated>2009-07-11T08:39:13.883-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="computers and internet"/><category scheme="http://www.blogger.com/atom/ns#" term="hardware and  gadgets"/><title type='text'>Here comes india&#39;s fastest wireless broadband !!!</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_UqzIqECEze4kMzp78sVYgX1jHSfyC0ptXSiQpopSALhIb5U50hKMRt2fHyAYfLb4dbXd7wILV894jQKp9EqDNJqJQBGqJ5zAG32fOe4mgGdHIOV87hN_zkiyYFbrawbaytJHgAUrM3c/s1600-h/Reliance-Netconnect-Broadband.PNG&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 272px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_UqzIqECEze4kMzp78sVYgX1jHSfyC0ptXSiQpopSALhIb5U50hKMRt2fHyAYfLb4dbXd7wILV894jQKp9EqDNJqJQBGqJ5zAG32fOe4mgGdHIOV87hN_zkiyYFbrawbaytJHgAUrM3c/s320/Reliance-Netconnect-Broadband.PNG&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5357170544403567858&quot; /&gt;&lt;/a&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt; Wireless Broadband for laptop &amp;amp; desktop&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt; 20 times faster with speed upto 3.1Mbps on the move&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt; Fastest uploads at a speed of upto 1.8 Mbps&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;  Downward compatible with Reliance High Speed 1X network to ensure seamless connectivity across 20000 towns &amp;amp; 5 lakh villages, as well as along major highways, railway routes, airport lounges and remote locations in India&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt; Optimized for running rich media / heavy applications such as video conferencing, video streaming, electronic surveillance, online multiplayer gaming and heavy file transfers.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt; Simply plug &amp;amp; play&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt; Some other service prroviders such as tata have released their tata photon +  with same fratures as mentioned above but currently available in less than 5 cities whereas reliance&#39;s is avalaible across 35 cities in india&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt; Only disadvantage is that only available in selected cities &lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/5015077558701225985'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/5015077558701225985'/><link rel='alternate' type='text/html' href='http://tech2express.blogspot.com/2009/07/here-comes-indias-fastest-wireless.html' title='Here comes india&#39;s fastest wireless broadband !!!'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_UqzIqECEze4kMzp78sVYgX1jHSfyC0ptXSiQpopSALhIb5U50hKMRt2fHyAYfLb4dbXd7wILV894jQKp9EqDNJqJQBGqJ5zAG32fOe4mgGdHIOV87hN_zkiyYFbrawbaytJHgAUrM3c/s72-c/Reliance-Netconnect-Broadband.PNG" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-5959993805007356161.post-1996469310423192349</id><published>2009-07-11T03:40:00.000-07:00</published><updated>2009-07-11T08:42:34.513-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="computers and internet"/><category scheme="http://www.blogger.com/atom/ns#" term="tips and tricks"/><title type='text'>Speed up your browsing of Windows XP machines</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjM4uVBXTUQzmwXBpD-QUP7PsYp2RdLDbliz9Bd-i1-S1QuwuqJ9ji26jNDexgJXGa7ZcJuMneX2SHHm-G2ctViLLz1yY2-MjNknhKvaVuIcGVQGQlPwV3U6rnaPePhcEBYGgJreZhH0ec/s1600-h/jj.bmp&quot;&gt;&lt;br /&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 267px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjM4uVBXTUQzmwXBpD-QUP7PsYp2RdLDbliz9Bd-i1-S1QuwuqJ9ji26jNDexgJXGa7ZcJuMneX2SHHm-G2ctViLLz1yY2-MjNknhKvaVuIcGVQGQlPwV3U6rnaPePhcEBYGgJreZhH0ec/s400/jj.bmp&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5357153525251338546&quot; /&gt;&lt;/a&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;1&lt;/span&gt;&lt;/span&gt;.Here&#39;s a great tip to speed up your browsing of Windows XP machines. Its actually a fix to a bug installed as default in Windows 2000 that scans shared files for Scheduled Tasks. And it turns out that you can experience a delay as long as 30 seconds when you try to view shared files across a network because Windows 2000 is using the extra time to search the remote computer for any Scheduled Tasks. Note that though the fix is originally intended for only those affected, Windows 2000 users will experience that the actual browsing speed of both the Internet &amp;amp; Windows Explorers improve significantly after applying it since it doesn&#39;t search for Scheduled Tasks anymore. Here&#39;s how :&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;Open up the Registry and go to : &lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version/Explorer/RemoteComputer/NameSpace &lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;Under that branch, select the key : &lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;{D6277990-4C6A-11CF-8D87-00AA0060F5BF} &lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;and delete it. &lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;This is key that instructs Windows to search for Scheduled Tasks. If you like you may want to export the exact branch so that you can restore the key if necessary. &lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;This fix is so effective that it doesn&#39;t require a reboot and you can almost immediately determine yourself how much it speeds up your browsing processes. &lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;2.&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;When you connect to a web site your computer sends information back and forth. Some of this information deals with resolving the site name to an IP address, the stuff that TCP/IP really deals with, not words. This is DNS information and is used so that you will not need to ask for the site location each and every time you visit the site. Although Windows XP and Windows XP have a pretty efficient DNS cache, you can increase its overall performance by increasing its size. You can do this with the registry entries below:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;Windows Registry Editor Version 5.00 &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&quot;CacheHashTableBucketSize&quot;=dword:00000001&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&quot;CacheHashTableSize&quot;=dword:00000180&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&quot;MaxCacheEntryTtlLimit&quot;=dword:0000fa00&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&quot;MaxSOACacheEntryTtlLimit&quot;=dword:0000012d&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;Make a new text file and rename it to dnscache.reg. Then copy and paste the above into it and save it. Merge it into the registry.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/1996469310423192349'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/1996469310423192349'/><link rel='alternate' type='text/html' href='http://tech2express.blogspot.com/2009/07/speed-up-your-browsing-of-windows-xp.html' title='Speed up your browsing of Windows XP machines'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjM4uVBXTUQzmwXBpD-QUP7PsYp2RdLDbliz9Bd-i1-S1QuwuqJ9ji26jNDexgJXGa7ZcJuMneX2SHHm-G2ctViLLz1yY2-MjNknhKvaVuIcGVQGQlPwV3U6rnaPePhcEBYGgJreZhH0ec/s72-c/jj.bmp" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-5959993805007356161.post-1828549292488666511</id><published>2009-07-11T03:20:00.000-07:00</published><updated>2009-07-11T08:35:31.023-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="computers and internet"/><category scheme="http://www.blogger.com/atom/ns#" term="tips and tricks"/><title type='text'>NTFS V/S FAT</title><content type='html'>&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;To NTFS or not to NTFS—that is the question. But unlike the deeper questions of life, this one isn&#39;t really all that hard to answer. For most users running Windows XP, NTFS is the obvious choice. It&#39;s more powerful and offers security advantages not found in the other file systems. But let&#39;s go over the differences among the files systems so we&#39;re all clear about the choice. There are essentially three different file systems available in Windows XP: FAT16, short for File Allocation Table, FAT32, and NTFS, short for NT File System. &lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;#FAT16&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;The FAT16 file system was introduced way back with MS–DOS in 1981, and it&#39;s showing its age. It was designed originally to handle files on a floppy drive, and has had minor modifications over the years so it can handle hard disks, and even file names longer than the original limitation of 8.3 characters, but it&#39;s still the lowest common denominator. The biggest advantage of FAT16 is that it is compatible across a wide variety of operating systems, including Windows 95/98/Me, OS/2, Linux, and some versions of UNIX. The biggest problem of FAT16 is that it has a fixed maximum number of clusters per partition, so as hard disks get bigger and bigger, the size of each cluster has to get larger. In a 2–GB partition, each cluster is 32 kilobytes, meaning that even the smallest file on the partition will take up 32 KB of space. FAT16 also doesn&#39;t support compression, encryption, or advanced security using access control lists.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;#FAT32&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;The FAT32 file system, originally introduced in Windows 95 Service Pack 2, is really just an extension of the original FAT16 file system that provides for a much larger number of clusters per partition. As such, it greatly improves the overall disk utilization when compared to a FAT16 file system. However, FAT32 shares all of the other limitations of FAT16, and adds an important additional limitation—many operating systems that can recognize FAT16 will not work with FAT32—most notably Windows NT, but also Linux and UNIX as well. Now this isn&#39;t a problem if you&#39;re running FAT32 on a Windows XP computer and sharing your drive out to other computers on your network—they don&#39;t need to know (and generally don&#39;t really care) what your underlying file system is. &lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#The Advantages of NTFS&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;The NTFS file system, introduced with first version of Windows NT, is a completely different file system from FAT. It provides for greatly increased security, file–by–file compression, quotas, and even encryption. It is the default file system for new installations of Windows XP, and if you&#39;re doing an upgrade from a previous version of Windows, you&#39;ll be asked if you want to convert your existing file systems to NTFS. Don&#39;t worry. If you&#39;ve already upgraded to Windows XP and didn&#39;t do the conversion then, it&#39;s not a problem. You can convert FAT16 or FAT32 volumes to NTFS at any point. Just remember that you can&#39;t easily go back to FAT or FAT32 (without reformatting the drive or partition), not that I think you&#39;ll want to.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;The NTFS file system is generally not compatible with other operating systems installed on the same computer, nor is it available when you&#39;ve booted a computer from a floppy disk. For this reason, many system administrators, myself included, used to recommend that users format at least a small partition at the beginning of their main hard disk as FAT. This partition provided a place to store emergency recovery tools or special drivers needed for reinstallation, and was a mechanism for digging yourself out of the hole you&#39;d just dug into. But with the enhanced recovery abilities built into Windows XP (more on that in a future column), I don&#39;t think it&#39;s necessary or desirable to create that initial FAT partition.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;#When to Use FAT or FAT32?&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;If you&#39;re running more than one operating system on a single computer, you will definitely need to format some of your volumes as FAT. Any programs or data that need to be accessed by more than one operating system on that computer should be stored on a FAT16 or possibly FAT32 volume. But keep in mind that you have no security for data on a FAT16 or FAT32 volume—any one with access to the computer can read, change, or even delete any file that is stored on a FAT16 or FAT32 partition. In many cases, this is even possible over a network. So do not store sensitive files on drives or partitions formatted with FAT file systems.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/1828549292488666511'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/1828549292488666511'/><link rel='alternate' type='text/html' href='http://tech2express.blogspot.com/2009/06/ntfs-vs-fat.html' title='NTFS V/S FAT'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5959993805007356161.post-6297384077092025199</id><published>2009-07-11T02:45:00.000-07:00</published><updated>2009-07-11T06:07:42.041-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="computers and internet"/><title type='text'>Bing - latest search engine by microsoft</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj10c4lC7atk1rYQKPpyzYTCJZNgn2Q4lEPXr31zi-sqE9QnynX659gcZ7Xnr7kKTokZvpb5AIkJi7fIr5H1gZSmqywhJ4gAELxcahflDYwkIk11naqaqIGbAewycN-_ogjOlecGHL2A7c/s1600-h/picture-45.png&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 170px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj10c4lC7atk1rYQKPpyzYTCJZNgn2Q4lEPXr31zi-sqE9QnynX659gcZ7Xnr7kKTokZvpb5AIkJi7fIr5H1gZSmqywhJ4gAELxcahflDYwkIk11naqaqIGbAewycN-_ogjOlecGHL2A7c/s320/picture-45.png&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5357138532674267266&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot; ;font-family:&#39;Times New Roman&#39;;&quot;&gt;&lt;div style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; width: auto; font: normal normal normal 100%/normal Georgia, serif; text-align: left; &quot;&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;Bing is a decision (search) engine from Microsoft officially announced on May 28, 2009. It combines technology from the Farecast and Powerset acquisitions, as well as new algorithms and a more colorful page design, to attempt to understand the context behind the search, which Microsoft claims gives users better results.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;Bing as a brand is also an attempt to eliminate the confusion caused by Microsoft’s “Windows Live” branding. Bing is now everything “search” related, whereas Windows Live encompasses the remnants of Microsoft’s consumer software products.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;Microsoft says its just an improvement over windows live search&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;While it has overtaken google in some areas but still you can say &quot;GOOGLE SEARCH &quot;  is the ultimate winner when both are compared.&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;Some further improvement in it can pose a great challenge to google search&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;You can experience  bing at &lt;a href=&quot;http://www.bing.com/&quot;&gt;www.bing.com.&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/6297384077092025199'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/6297384077092025199'/><link rel='alternate' type='text/html' href='http://tech2express.blogspot.com/2009/06/bing-latest-search-engine-by-microsoft.html' title='Bing - latest search engine by microsoft'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj10c4lC7atk1rYQKPpyzYTCJZNgn2Q4lEPXr31zi-sqE9QnynX659gcZ7Xnr7kKTokZvpb5AIkJi7fIr5H1gZSmqywhJ4gAELxcahflDYwkIk11naqaqIGbAewycN-_ogjOlecGHL2A7c/s72-c/picture-45.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-5959993805007356161.post-5731900186085127706</id><published>2008-12-14T10:29:00.000-08:00</published><updated>2009-07-11T08:46:04.987-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="telivision and media"/><title type='text'>!!!!! DTH BOOM IN INDIA !!!!!</title><content type='html'>&lt;strong&gt;&lt;span&gt;&lt;span style=&quot;font-family:georgia;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;What is dth ?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5279717154346453490&quot; style=&quot;DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 417px; CURSOR: hand; HEIGHT: 128px; TEXT-ALIGN: center&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiF-Wmi3P4AVIp_I1VD6Vu6Ads4tjw6Ratxe_bPsE-aUe_0hcqYO9KZP5W4mShq4zGhbj2POKcRdee_WI0FWtarhqXW9A7-Ska4a1So-WbOrk-1MigZIUWYhP3nn7xTzyhTlK55jITTGZk/s200/23spec.jpg&quot; border=&quot;0&quot; /&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:large;&quot;&gt;DTH&lt;/span&gt; stands fo&lt;/span&gt;&lt;/strong&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzXZXcAdzoU1Nsw6MMJYXg-dl8WvOgO7GpIPegxrnB1I3o_x-hOrjLrOVyRnjS7IUubxOu9EOuXNZ_Y_GBdWBhSTA4Bt5rLbckWDfn67HWyuyGOqyIWKiYAG5I0s5e10kDe28tWRPn7hg/s1600-h/reliance-dth.jpg&quot;&gt;&lt;strong&gt;&lt;span&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5279721191704688706&quot; style=&quot;FLOAT: left; MARGIN: 0px 10px 10px 0px; WIDTH: 200px; CURSOR: hand; HEIGHT: 150px&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzXZXcAdzoU1Nsw6MMJYXg-dl8WvOgO7GpIPegxrnB1I3o_x-hOrjLrOVyRnjS7IUubxOu9EOuXNZ_Y_GBdWBhSTA4Bt5rLbckWDfn67HWyuyGOqyIWKiYAG5I0s5e10kDe28tWRPn7hg/s200/reliance-dth.jpg&quot; border=&quot;0&quot; /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span&gt;r Direct-To-Home television. DTH is defined as the reception of satellite programmes with a personal dish in an individual home.&lt;br /&gt;DTH does away with the need for the local cable operator and puts the broadcaster directly in touch with the consumer. Only cable operators can receive satellite programmes and they then distribute them to individual homes.&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:x-large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;div&gt;&lt;strong&gt;&lt;span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;How does DTH work ?&lt;/span&gt;&lt;/span&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9oP14UijPZ-alaQOPTEclI2GVU5YaH76qlEQn2fYAssCeDqAOLwjDGVHYYchAuVg0pts9V9rm0t8bSMXT9Bs3fzyQeT2uMNh4gQedOrvlqYlab4o4hE1ksZMw5OZ1y-j5LGzGmDpKZBY/s200/how-dth-works.jpg&quot; id=&quot;BLOGGER_PHOTO_ID_5279717589041739298&quot; style=&quot;FLOAT: right; MARGIN: 0px 0px 10px 10px; WIDTH: 268px; CURSOR: hand; HEIGHT: 152px&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:x-large;&quot;&gt;      &lt;/span&gt;                                                           &lt;/span&gt;&lt;/strong&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold; &quot;&gt;DTH network consists of a broadcasting centre, satellites, encoders, multiplexers, modulators and DTH receivers.&lt;/span&gt;&lt;/div&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgROqKZjyAXrsHE99kYrXXgZrIVfjm9OLxhQ6SNl9fOAgdU2H0d578A6MIKpgl1PO8tsSOKM3Kjwoz3_GVuTWS7UBcA7kxb4FoE61jyfCl63ymaRgErh2MIA3jvwMdaeuQ6yf2XPqiyjms/s200/23dth.jpg&quot; id=&quot;BLOGGER_PHOTO_ID_5279720385972386290&quot; style=&quot;FLOAT: left; MARGIN: 0px 10px 10px 0px; WIDTH: 200px; CURSOR: hand; HEIGHT: 141px&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;div&gt;&lt;strong&gt;&lt;span&gt;A DTH service provider has to lease Ku-band transponders from the satellite. The encoder converts the audio, video and data signals into the digital format and the multiplexer mixes these signals. At the user end, there will be a small dish antenna and set-top boxes to decode and view numerous channels. On the user&#39;s end, receiving dishes can be as small as 45 cm in diametre.&lt;br /&gt;DTH is an encrypted transmission that travels to the consumer directly through a satellite. DTH transmission is received directly by the consumer at his end through the small dish antenna. A set-top box, unlike the regular cable connection, decodes the encrypted transmission.&lt;br /&gt;In simple terms the service provider broadcasts the signal that is sent to the satellite that then transmits the signal back to earth which is picked up by your dish antenna and fed to your television set.&lt;/span&gt;&lt;/strong&gt;&lt;div&gt;&lt;strong&gt;&lt;span&gt;&lt;br /&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt; What is the history of DTH in India?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;div&gt;&lt;strong&gt;&lt;span&gt;DTH services were first proposed in India in 1996. But they did not pass approval because there were concerns over national security and a cultural invasion. In 1997, the government even imposed a ban when the Rupert Murdoch-owned Indian Sky Broadcasting (ISkyB) was about to launch its DTH services in India.&lt;br /&gt;Finally in 2000, DTH was allowed. The new policy requires all operators to set up earth stations in India within 12 months of getting a license. DTH licenses in India will cost $2.14 million and will be valid for 10 years. The companies offering DTH service will have to have an Indian chief and foreign equity has been capped at 49 per cent. There is no limit on the number of companies that can apply for the DTH license.&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;span&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:x-large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;How does DTH really differ from cable TV?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;The way DTH reaches a consumer&#39;s home is different from the way cable TV does. In DTH, TV channels would be transmitted from the satellite to a small dish antenna mounted on the window or rooftop of the subscriber&#39;s home. So the broadcaster directly connects to the user. The middlemen like local cable operators are not there in the picture.&lt;br /&gt;DTH can also reach the remotest of areas since it does away with the intermediate step of a cable operator and the wires (cables) that come from the cable operator to your house. As we explained above, in DTH signals directly come from the satellite to your DTH dish.Direct to home is different in the way of size of the antenna require is much smaller, the city will have less wires from one building to another you have the flexibility of moving without changing ot searching for new cable operators. You do not have to deal with the local cable operator&lt;br /&gt;Also, with DTH, a user can scan nearly thousands of channels!&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;Does one need to put two dish antennae and pay double subscription per month if one has two TVs?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;For multiple connections in the same premises, one can use the same connection. However, every television set will need to have an individual STB.&lt;br /&gt;Also, DTH is a national service and the STBs enable a viewer to change service providers without changing the STB, even if one moves from one city to another.&lt;br /&gt;Can a CAS set-top box be used for DTH?&lt;br /&gt;No, these are different set-top boxes.&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;Why is DTH is being discussed now?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;span&gt;&lt;br /&gt;Several private operators such as TATASKY, RELIANCE BIG TV , AIRTEL DIGITAL TV , DISH TV &amp;amp; SUN&#39;S DTH are now in the market along with Doordarshan&#39;s direcr to home.The competition is similar to that of cellphone operators in India wherein the customer is the winner.More base subscription of more than 100 channels are being offered for as low as Rs. 100/month.Customer is allowed to pay for only what he wants to watch.&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;Is DTH superior to cable TV?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;span&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:x-large;&quot;&gt;&lt;/span&gt;&lt;br /&gt;Yes. DTH offers better quality picture than cable TV. This is because cable TV in India is analog. Despite digital transmission and reception, the cable transmission is still analog. DTH offers stereophonic sound effects. It can also reach remote areas where terrestrial transmission and cable TV have failed to penetrate. Apart from enhanced picture quality, DTH can support interactive TV services such as movie-on-demand, Internet access, video conferencing and e-mail. But the thing that DTH has going for it is that the powerful broadcasting companies like Star, Zee, Reliance,etc are pushing for it.&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;So why are broadcasters pushing for DTH?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;span&gt;&lt;span class=&quot;Apple-style-span&quot;   style=&quot;font-size:6;color:#666600;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 24px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;In DTH, the payments will be made directly by the subscriber to the satellite company offering the service.&lt;br /&gt;A big problem that broadcasters face in India is the issue of under-reporting of subscribers by cable operators.&lt;br /&gt;Consider the cable operators pyramid. Right at the top is the broadcaster. Next comes the Multi Service Cable Operator (MSOs) like Siticable, InCable, etc. Below them are the Access Cable Operators (ACOs) or your local cable guy who actually lays the wires to your house.&lt;br /&gt;The local cable operators or the ACOs then allegedly under-report the number of subscribers they have bagged because they have to pay the MSOs something like Rs 30-45 per household. Showing a lesser number of households benefits ACOs.&lt;br /&gt;With no way to actually cross check, the MSOs and the broadcasters lose a lot. Broadcasters do not earn much in subscription fees and are mostly dependent on advertisement revenue to cover their costs, which is not sustainable and does not offer high growth in revenues for broadcasters.&lt;br /&gt;The way out of this is to use a set-top box so that it will be clear how many households are actually using cable or going for DTH where broadcasters directly connect to consumers and can actually grow revenues with a growth in the subscriber base.&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;Why do Doordarshan, Zee, Star,Tata, Reliance,Sun think DTH will work in India?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigXqcTV91p5vUzpdVDqKDCIoNKgj5nBnJTlw6hwVoYcmlbDGqHR68CgF14xQCDlCP__WyAaGnELjbM55tZqOmnXqlSUhKxbygx-Xu9kYm1ac2s5AFmubRtvRlPVNNmb2F8U9iEk2seNEY/s1600-h/images.jpg&quot;&gt;&lt;strong&gt;&lt;span&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5279722779382465826&quot; style=&quot;FLOAT: left; MARGIN: 0px 10px 10px 0px; WIDTH: 112px; CURSOR: hand; HEIGHT: 71px&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigXqcTV91p5vUzpdVDqKDCIoNKgj5nBnJTlw6hwVoYcmlbDGqHR68CgF14xQCDlCP__WyAaGnELjbM55tZqOmnXqlSUhKxbygx-Xu9kYm1ac2s5AFmubRtvRlPVNNmb2F8U9iEk2seNEY/s320/images.jpg&quot; border=&quot;0&quot; /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqk8jRqvJxaeKqlOcCdlQz3F4Ah3msVe5UzZlLsqx-Z1jXwV9NoG_YgRHew3yyzd5VvALqIktJZo6qA0XmDJV_WrmnYgDanRmFwS9IIsoWHJm-4SmfJb3sRMrp1bsFYdTJfdlysDVsYK0/s1600-h/9.jpg&quot;&gt;&lt;strong&gt;&lt;span&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5279724034469663346&quot; style=&quot;FLOAT: right; MARGIN: 0px 0px 10px 10px; WIDTH: 110px; CURSOR: hand; HEIGHT: 103px&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqk8jRqvJxaeKqlOcCdlQz3F4Ah3msVe5UzZlLsqx-Z1jXwV9NoG_YgRHew3yyzd5VvALqIktJZo6qA0XmDJV_WrmnYgDanRmFwS9IIsoWHJm-4SmfJb3sRMrp1bsFYdTJfdlysDVsYK0/s320/9.jpg&quot; border=&quot;0&quot; /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5279723215671390226&quot; style=&quot;DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 174px; CURSOR: hand; HEIGHT: 83px; TEXT-ALIGN: center&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiCXccMgeDfXrvvNd_je48wmCvaoVJMd0kuh3FwwM5-SS1nY8AurlHHpjrbF1Dd2W8FvZ5A_L6w15Vf0NgW7-FfRGZ_tRw9fVzCapdpzMY5hecmiVAI9ZYanJqxdoSo1-6yGWuM1028GBk/s320/5.jpg&quot; border=&quot;0&quot; /&gt; Today, broadcasters believe that the market is ripe for DTH. The prices of the dish and the set-top box have come down significantly. Overall investments required in putting up a DTH infrastructure has dropped and customers are also reaping the benefits of more attractive tariffs.Set top boxes are being offered free.&lt;br /&gt;The major thing that DTH operators are betting on is that the service is coming at a time when the government is pushing for CAS (conditional access system), which will make cable television more expensive, narrowing the tariff gap between DTH and cable.&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;Will DTH be cheaper than cable or more expensive?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;DTH will be definitely more expensive than cable as it exists today.&lt;br /&gt;A set-top box is a must for DTH. Earlier, when CAS made set-top box mandatory for households, the costs between DTH and cable would not have been too wide.&lt;br /&gt;But CAS on the backburner now -- which means no set-top box (a must for DTH), the price gap between DTH and cable will be wide.&lt;br /&gt;In Oct 2002, Siticable, which is owned by Zee, said that the cost of the installation equipment, which includes the receiver dish and the set-top box, would be priced at around Rs 3,900. Siticable is looking to rope in 1 million subscribers in 15 months.&lt;br /&gt;Other estimates say that digital cable set-top box may cost Rs 4,000, a DTH decoder dish is unlikely to cost less than 4000&lt;br /&gt;DTH&#39;s maxi package subscription could be priced around Rs 450 per month.&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;So, what&#39;s the buzz? Will DTH finally be the one that rules?&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;The cable system is well entrenched in India and is showing quite rapid growth. If DTH had come to India in 1996-97 (like Star had originally attempted), then it could have made a significant breakthrough.&lt;br /&gt;Europe is an example of this. DTH developed there before cable and now controls nearly 80 per cent of the total satellite television subscriber base. But in US, cable rules because it came before DTH.&lt;br /&gt;DTH will definitely cut into the existing cable user base. It will make the local cable operator less important and take business away from him. It will give consumers greater choice.&lt;br /&gt;But it is likely to be an up market premium product and most middle class households will stick to cable&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCkzibGjUV0kwaxwwKmthNh7kPZRMeOzGdM33Z9C-wIwE92TIPJVNHmNxWLKssP3PCgA5I3G-55Tgbydh8XDXShzioVD3gnm4_yLXV4pZVWXJ-c57ifqqsLsQ0blE04oW2OhiCvWxesgo/s1600-h/23dth.jpg&quot;&gt;&lt;em&gt;&lt;strong&gt;&lt;span style=&quot;color:#ffffff;&quot;&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5279717425510090402&quot; style=&quot;FLOAT: left; MARGIN: 0px 10px 10px 0px; WIDTH: 200px; CURSOR: hand; HEIGHT: 1px&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCkzibGjUV0kwaxwwKmthNh7kPZRMeOzGdM33Z9C-wIwE92TIPJVNHmNxWLKssP3PCgA5I3G-55Tgbydh8XDXShzioVD3gnm4_yLXV4pZVWXJ-c57ifqqsLsQ0blE04oW2OhiCvWxesgo/s200/23dth.jpg&quot; border=&quot;0&quot; /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/5731900186085127706'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/5731900186085127706'/><link rel='alternate' type='text/html' href='http://tech2express.blogspot.com/2008/12/dth-boom-in-india.html' title='!!!!! DTH BOOM IN INDIA !!!!!'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiF-Wmi3P4AVIp_I1VD6Vu6Ads4tjw6Ratxe_bPsE-aUe_0hcqYO9KZP5W4mShq4zGhbj2POKcRdee_WI0FWtarhqXW9A7-Ska4a1So-WbOrk-1MigZIUWYhP3nn7xTzyhTlK55jITTGZk/s72-c/23spec.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-5959993805007356161.post-2423768560157604974</id><published>2008-09-12T09:52:00.000-07:00</published><updated>2009-07-11T08:48:07.222-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="mobiles"/><title type='text'>AWESOME NOKIA 3600 SLIDE</title><content type='html'>&lt;div&gt;&lt;span&gt;&lt;b&gt;Recently nokia has beeen showering India with handset after handset.This cellphone that i bought is the king of all at an affordable price.&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#FEW EYECATCHING FEATURES&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;comes in two colours black &amp;amp; crimson red(crimson red is more attractive)&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;3.2 megapixelcamera,8xzoom &amp;amp; 2 LED flash&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;tv out-plays almost all music files,blueto-&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPhHHABzFJm4P3nCxqZXzJOVbb4Kzp4Jmp4X3zZqkP8cV1P7PQqfNOD9SjtkxD6GUJezNVZ4-q6h9EMwmMcaZdBlR_tU4zfPCu2sigQphL9V3W_QDioeBJcgxbZYHyW2kMU1uFrKFat50/s320/nokia-3600-slide-00.jpg&quot; id=&quot;BLOGGER_PHOTO_ID_5245179628660638658&quot; style=&quot;FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;div&gt;&lt;span&gt;&lt;b&gt;oth,web browser&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;nice and crystal clear design,display,video and audio quality&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;background noise cancellation-smooth slide and an atrractive look of fading crimson red colour&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;upto 4GB expandible&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;b&gt;#amazing preloaded application and games&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;doesn&#39;t&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgY69hbXBtAGY1Om65xxnWGUe4NXLciOmKWNB9HXq7taATHIape2ZesvHALGFXMwzy7A-qNdppz1MLTRnRsRz2w8GiWYst5AeqytiCsEhfB5O9GgUnYjKZ20dXrJeZmQcbBl4KvcpiZDo4/s320/nokia-3600-slide-01.jpg&quot; id=&quot;BLOGGER_PHOTO_ID_5245180510322485426&quot; style=&quot;FLOAT: right; MARGIN: 0px 0px 10px 10px; CURSOR: hand&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;span&gt;&lt;b&gt;hangs &lt;/b&gt;&lt;/span&gt;&lt;span&gt;&lt;b&gt;even when contains 2GB of data&lt;/b&gt;&lt;/span&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;stereo fm&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#666600;&quot;&gt;#&lt;/span&gt;priced at Rs. 9400(August 2008 ) &lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;b&gt;This phone is the best choice if u r thinking of buying a phone within Rs.10000It is a better choice than nokia music edition phones 5310,5320 etc.when the price will drop in the near future I am sure it will be one of the best selling and most sought after phone in India.If u own this phone or thinking to buy it ,make sure u get PMP TRANSCODING 8.20 software and convert allyour video files to high quality mp4 format before transferring to your phone.This phone gives a dvd quality video output and other costlier nokia phones are put to shame. &lt;/b&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/2423768560157604974'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5959993805007356161/posts/default/2423768560157604974'/><link rel='alternate' type='text/html' href='http://tech2express.blogspot.com/2008/09/awesome-nokia-3600-slide.html' title='AWESOME NOKIA 3600 SLIDE'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPhHHABzFJm4P3nCxqZXzJOVbb4Kzp4Jmp4X3zZqkP8cV1P7PQqfNOD9SjtkxD6GUJezNVZ4-q6h9EMwmMcaZdBlR_tU4zfPCu2sigQphL9V3W_QDioeBJcgxbZYHyW2kMU1uFrKFat50/s72-c/nokia-3600-slide-00.jpg" height="72" width="72"/></entry></feed>