<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Bharath Radhekrishna</title>
	<atom:link href="http://onetidbit.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://onetidbit.wordpress.com</link>
	<description>తెలుగు సాప్ట్ వేర్  ఇంజనీర్</description>
	<lastBuildDate>Mon, 21 Sep 2009 01:50:19 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='onetidbit.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/b53a668718997e5f296c495d82161531?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Bharath Radhekrishna</title>
		<link>http://onetidbit.wordpress.com</link>
	</image>
			<item>
		<title>BSNL JTO Exam result 2009 &#124; JTO Results at www.bsnl.co.in &#124; Ready2Beat</title>
		<link>http://onetidbit.wordpress.com/2009/09/21/bsnl-jto-exam-result-2009-jto-results-at-www-bsnl-co-in-ready2beat/</link>
		<comments>http://onetidbit.wordpress.com/2009/09/21/bsnl-jto-exam-result-2009-jto-results-at-www-bsnl-co-in-ready2beat/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 01:50:19 +0000</pubDate>
		<dc:creator>onetidbit</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://onetidbit.wordpress.com/2009/09/21/bsnl-jto-exam-result-2009-jto-results-at-www-bsnl-co-in-ready2beat/</guid>
		<description><![CDATA[BSNL JTO Exam result 2009 &#124; JTO Results at www.bsnl.co.in &#124; Ready2Beat
Shared via AddThis
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onetidbit.wordpress.com&blog=2446287&post=162&subd=onetidbit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://ready2beat.com/educational/bsnl-jto-exam-result-2009-jto-results-wwwbsnlcoin">BSNL JTO Exam result 2009 | JTO Results at www.bsnl.co.in | Ready2Beat</a></p>
<p>Shared via <a href="http://addthis.com">AddThis</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onetidbit.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onetidbit.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onetidbit.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onetidbit.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onetidbit.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onetidbit.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onetidbit.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onetidbit.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onetidbit.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onetidbit.wordpress.com/162/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onetidbit.wordpress.com&blog=2446287&post=162&subd=onetidbit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://onetidbit.wordpress.com/2009/09/21/bsnl-jto-exam-result-2009-jto-results-at-www-bsnl-co-in-ready2beat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8fbf98ae0461d7ea51945d91b92f8ebd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Radhe</media:title>
		</media:content>
	</item>
		<item>
		<title>Disabling some of the Textboxes in gridview edit</title>
		<link>http://onetidbit.wordpress.com/2009/05/04/disabling-some-of-the-textboxes-in-gridview-edit/</link>
		<comments>http://onetidbit.wordpress.com/2009/05/04/disabling-some-of-the-textboxes-in-gridview-edit/#comments</comments>
		<pubDate>Mon, 04 May 2009 09:20:28 +0000</pubDate>
		<dc:creator>onetidbit</dc:creator>
				<category><![CDATA[108 Situations]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET,C#]]></category>

		<guid isPermaLink="false">http://onetidbit.wordpress.com/?p=155</guid>
		<description><![CDATA[Situation: You need some text boxes disable when gridview is in edit mode.
=======
Solution:
======
1) Bind the Data without Sqldatasource Control
2) In Row Editing write the code:
       	protected void GridView1_RowEditing(object sender, GridViewEditEventArgs e)
    	{
      	  	GridView1.EditIndex = e.NewEditIndex;
     [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onetidbit.wordpress.com&blog=2446287&post=155&subd=onetidbit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Situation: You need some text boxes disable when gridview is in edit mode.<br />
=======</p>
<p>Solution:<br />
======</p>
<p>1) Bind the Data without Sqldatasource Control<br />
2) In Row Editing write the code:</p>
<p>       	protected void GridView1_RowEditing(object sender, GridViewEditEventArgs e)<br />
    	{<br />
      	  	GridView1.EditIndex = e.NewEditIndex;<br />
        		gridbind();<br />
		TextBox tx_chdets = (TextBox)GridView1.Rows[e.NewEditIndex].FindControl(&#8220;TextBox1&#8243;);<br />
		tx_chdets.Readonly=true;</p>
<p>        }</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onetidbit.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onetidbit.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onetidbit.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onetidbit.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onetidbit.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onetidbit.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onetidbit.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onetidbit.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onetidbit.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onetidbit.wordpress.com/155/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onetidbit.wordpress.com&blog=2446287&post=155&subd=onetidbit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://onetidbit.wordpress.com/2009/05/04/disabling-some-of-the-textboxes-in-gridview-edit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8fbf98ae0461d7ea51945d91b92f8ebd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Radhe</media:title>
		</media:content>
	</item>
		<item>
		<title>Full gridvalues insert into database</title>
		<link>http://onetidbit.wordpress.com/2009/04/09/full-gridvalues-insert-into-database/</link>
		<comments>http://onetidbit.wordpress.com/2009/04/09/full-gridvalues-insert-into-database/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 06:03:28 +0000</pubDate>
		<dc:creator>onetidbit</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://onetidbit.wordpress.com/?p=153</guid>
		<description><![CDATA[In some situations we must insert a bunch of data into database table.
Just when we done some entry every entry must first go to gridview after all the entries completion we will push all the data by single click.
For this we need a run-time datatable:
Here is the code:
1) Decalare a Datatable globally.
 DataTable dt1;
2) In [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onetidbit.wordpress.com&blog=2446287&post=153&subd=onetidbit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In some situations we must insert a bunch of data into database table.</p>
<p>Just when we done some entry every entry must first go to gridview after all the entries completion we will push all the data by single click.</p>
<p>For this we need a run-time datatable:</p>
<p>Here is the code:</p>
<p>1) Decalare a Datatable globally.</p>
<p><span style="color:#0000ff;"><strong><em> DataTable dt1;</em></strong></span></p>
<p>2) In the event you like place this code:</p>
<p><strong><em><span style="color:#0000ff;">DataSet ds2 = new DataSet();</p>
<p>if (Session["dt1"] != null)<br />
{</p>
<p>dt1 = Session["dt1"] as DataTable;<br />
}<br />
else<br />
{<br />
dt1 = new DataTable();</p>
<p>dt1.Columns.Add(&#8220;Name&#8221;);<br />
dt1.Columns.Add(&#8220;Rollno&#8221;);<br />
</span></em></strong></p>
<div id=":x5" class="ii gt"><strong><em><span style="color:#0000ff;"> }<br />
DataRow dr = dt1.NewRow();</p>
<p>dr["Name"] = TextBox1.Text;<br />
dr["Rollno"] = TextBox2.Text;</p>
<p>dt1.Rows.Add(dr);</p>
<p>Session["dt1"] = dt1;<br />
GridView1.DataSource = dt1;<br />
GridView1.DataBind();</span></em></strong></div>
<div class="ii gt"></div>
<div class="ii gt">3) In the aspx page take a gridview</div>
<div class="ii gt">with boundfields as name and Rollno</div>
<div class="ii gt"></div>
<div class="ii gt">4) For Inserting all the gridview values write foreach in button_click event.</div>
<div class="ii gt"><strong><em><span style="color:#0000ff;"><br />
</span></em></strong></div>
<div class="ii gt"><strong><em><span style="color:#0000ff;">foreach (GridViewRow gvr in GridView1.Rows)<br />
{<br />
string name1 = gvr.Cells[0].Text;<br />
string roll = gvr.Cells[1].Text;</p>
<p>string str = &#8220;Data Source=RADHE;Initial Catalog=mnc_site;User ID=sa;Password=admin123&#8243;;<br />
SqlConnection conn = new SqlConnection(str);</p>
<p>conn.Open();</p>
<p>string insqry = &#8220;insert into testing(Name,Rollno) values (@Name,@Rollno)&#8221;;</p>
<p>SqlCommand cmd = new SqlCommand(insqry, conn);</p>
<p>cmd.Parameters.Add(&#8220;@Name&#8221;, SqlDbType.VarChar).Value = name1 ;<br />
cmd.Parameters.Add(&#8220;@Rollno&#8221;, SqlDbType.VarChar).Value = roll ;</p>
<p>cmd.ExecuteNonQuery();</p>
<p>conn.Close();<br />
}</span></em></strong></div>
<div class="ii gt"></div>
<div class="ii gt"><strong><em><span style="color:#0000ff;"><span style="color:#ff0000;">Any doubts mail me</span><br />
</span></em></strong></div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onetidbit.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onetidbit.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onetidbit.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onetidbit.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onetidbit.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onetidbit.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onetidbit.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onetidbit.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onetidbit.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onetidbit.wordpress.com/153/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onetidbit.wordpress.com&blog=2446287&post=153&subd=onetidbit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://onetidbit.wordpress.com/2009/04/09/full-gridvalues-insert-into-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8fbf98ae0461d7ea51945d91b92f8ebd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Radhe</media:title>
		</media:content>
	</item>
		<item>
		<title>Storing a image using asp.net</title>
		<link>http://onetidbit.wordpress.com/2009/03/30/storing-a-image-using-aspnet/</link>
		<comments>http://onetidbit.wordpress.com/2009/03/30/storing-a-image-using-aspnet/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 10:29:39 +0000</pubDate>
		<dc:creator>onetidbit</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://onetidbit.wordpress.com/?p=149</guid>
		<description><![CDATA[Hi, Use this code to store an image in the online server.
Before doing that we must give Permisiions to the folder in which you want to store Images.
Give Read and Write Permissions.
You must use fileupload control to do this:
Here is the code:
string extn =    System.IO.Path.GetExtension(FileUpload1.FileName);
if ((extn == &#8220;.jpg&#8221;) &#124;&#124; (extn == &#8220;.gif&#8221;) &#124;&#124; (extn == [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onetidbit.wordpress.com&blog=2446287&post=149&subd=onetidbit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hi, Use this code to store an image in the online server.</p>
<p>Before doing that we must give Permisiions to the folder in which you want to store Images.</p>
<p>Give Read and Write Permissions.</p>
<p>You must use fileupload control to do this:</p>
<p>Here is the code:</p>
<p>string extn =    System.IO.Path.GetExtension(FileUpload1.FileName);</p>
<p>if ((extn == &#8220;.jpg&#8221;) || (extn == &#8220;.gif&#8221;) || (extn == &#8220;.png&#8221;) || (extn == &#8220;.jpeg&#8221;))<br />
{<br />
path = Server.MapPath(&#8220;~/Documents&#8221;) + &#8220;//&#8221; + FileUpload1.FileName;<br />
FileUpload1.SaveAs(path);</p>
<p>string script = &#8220;alert(&#8216;Document Uploaded Successfully&#8230;&#8217;);&#8221;;<br />
Page.ClientScript.RegisterStartupScript(this.GetType(), &#8220;str&#8221;, script, true);</p>
<p>}<br />
else<br />
{<br />
string script = &#8220;alert(&#8216;Invalid File Format&#8230;&#8217;);&#8221;;<br />
Page.ClientScript.RegisterStartupScript(this.GetType(), &#8220;str&#8221;, script, true);<br />
}<br />
Any doubts Mail Me at radhek@gmail.com</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onetidbit.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onetidbit.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onetidbit.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onetidbit.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onetidbit.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onetidbit.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onetidbit.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onetidbit.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onetidbit.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onetidbit.wordpress.com/149/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onetidbit.wordpress.com&blog=2446287&post=149&subd=onetidbit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://onetidbit.wordpress.com/2009/03/30/storing-a-image-using-aspnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8fbf98ae0461d7ea51945d91b92f8ebd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Radhe</media:title>
		</media:content>
	</item>
		<item>
		<title>Insert Null values into datetime column of SQL SERVER using asp.net,C#</title>
		<link>http://onetidbit.wordpress.com/2009/03/26/insert-null-values-into-datetime-column-of-sql-server-using-aspnetc/</link>
		<comments>http://onetidbit.wordpress.com/2009/03/26/insert-null-values-into-datetime-column-of-sql-server-using-aspnetc/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 05:12:15 +0000</pubDate>
		<dc:creator>onetidbit</dc:creator>
				<category><![CDATA[ASP.NET,C#]]></category>

		<guid isPermaLink="false">http://onetidbit.wordpress.com/?p=147</guid>
		<description><![CDATA[Sometimes we will get the situation where we must insert NULL into datetime column in sql server.
Follow these steps to do that:
1) First Include the namespace:
using System.Data.SqlTypes;
2)  Declare
System.Data.SqlTypes.SqlDateTime getDate;
getDate = SqlDateTime.Null;
3) Insert using command Parameters
cmd11.Parameters.AddWithValue(&#8220;@encashed_date&#8221;, getDate);
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#60;&#62;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onetidbit.wordpress.com&blog=2446287&post=147&subd=onetidbit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Sometimes we will get the situation where we must insert NULL into datetime column in sql server.</p>
<p>Follow these steps to do that:</p>
<p>1) First Include the namespace:</p>
<p>using System.Data.SqlTypes;</p>
<p>2)  Declare</p>
<p>System.Data.SqlTypes.SqlDateTime getDate;<br />
getDate = SqlDateTime.Null;</p>
<p>3) Insert using command Parameters</p>
<p>cmd11.Parameters.AddWithValue(&#8220;@encashed_date&#8221;, getDate);</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&lt;&gt;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onetidbit.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onetidbit.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onetidbit.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onetidbit.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onetidbit.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onetidbit.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onetidbit.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onetidbit.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onetidbit.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onetidbit.wordpress.com/147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onetidbit.wordpress.com&blog=2446287&post=147&subd=onetidbit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://onetidbit.wordpress.com/2009/03/26/insert-null-values-into-datetime-column-of-sql-server-using-aspnetc/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8fbf98ae0461d7ea51945d91b92f8ebd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Radhe</media:title>
		</media:content>
	</item>
		<item>
		<title>Request Read Receipt for an Individual Message</title>
		<link>http://onetidbit.wordpress.com/2009/02/25/request-read-receipt-for-an-individual-message/</link>
		<comments>http://onetidbit.wordpress.com/2009/02/25/request-read-receipt-for-an-individual-message/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 06:27:26 +0000</pubDate>
		<dc:creator>onetidbit</dc:creator>
				<category><![CDATA[Information technology]]></category>

		<guid isPermaLink="false">http://onetidbit.wordpress.com/?p=137</guid>
		<description><![CDATA[Request a read receipt for an important message sent in Outlook Express
Topic : Outlook
When sending an important message in Outlook Express in Windows XP, you can request a read receipt for said message. This way you can help ensure your e-mail reached its destination and was read, even if it has not been responded to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onetidbit.wordpress.com&blog=2446287&post=137&subd=onetidbit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h2 style="text-align:center;"><span style="text-decoration:underline;"><span style="color:#993366;"><strong>Request a read receipt for an important message sent in Outlook Express</strong></span></span></h2>
<h3><span style="color:#ff0000;"><strong>Topic : Outlook</strong></span></h3>
<p><span style="color:#993366;"><span style="color:#000000;">When sending an important message in Outlook Express in Windows XP, you can request a read receipt for said message. This way you can help ensure your e-mail reached its destination and was read, even if it has not been responded to yet.</span></span></p>
<p><strong>To request a receipt </strong></p>
<p>1) When composing an e-mail message in OUTLOOK . Click &#8220;<strong><span style="color:#ff0000;">New Mail Message</span></strong>&#8220;.<br />
2) In the new window opened click &#8220;<strong><span style="color:#ff0000;">options</span></strong>&#8220;  which is having a dropdown arrow.<br />
3) In that again you click options.You will see a Modal Dialog box named &#8220;Message Options&#8221; there you select<br />
&#8220;<strong><span style="color:#ff0000;">Request a read receipt for this message</span></strong>&#8220;.</p>
<p><img class="alignnone size-full wp-image-138" title="step-1" src="http://onetidbit.files.wordpress.com/2009/02/step-1.jpg?w=700&#038;h=187" alt="step-1" width="700" height="187" /></p>
<p><span style="color:#993366;"><img class="alignnone size-full wp-image-139" title="step-2" src="http://onetidbit.files.wordpress.com/2009/02/step-2.jpg?w=480&#038;h=370" alt="step-2" width="480" height="370" /><br />
</span></p>
<p><span style="text-decoration:underline;"><span style="color:#993366;"><strong><br />
</strong></span></span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onetidbit.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onetidbit.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onetidbit.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onetidbit.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onetidbit.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onetidbit.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onetidbit.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onetidbit.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onetidbit.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onetidbit.wordpress.com/137/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onetidbit.wordpress.com&blog=2446287&post=137&subd=onetidbit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://onetidbit.wordpress.com/2009/02/25/request-read-receipt-for-an-individual-message/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8fbf98ae0461d7ea51945d91b92f8ebd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Radhe</media:title>
		</media:content>

		<media:content url="http://onetidbit.files.wordpress.com/2009/02/step-1.jpg" medium="image">
			<media:title type="html">step-1</media:title>
		</media:content>

		<media:content url="http://onetidbit.files.wordpress.com/2009/02/step-2.jpg" medium="image">
			<media:title type="html">step-2</media:title>
		</media:content>
	</item>
		<item>
		<title>How to invoke a user defined event in the controls of Gridview</title>
		<link>http://onetidbit.wordpress.com/2009/02/24/how-to-invoke-a-user-defined-event-in-the-controls-of-gridview/</link>
		<comments>http://onetidbit.wordpress.com/2009/02/24/how-to-invoke-a-user-defined-event-in-the-controls-of-gridview/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 05:07:33 +0000</pubDate>
		<dc:creator>onetidbit</dc:creator>
				<category><![CDATA[108 Situations]]></category>

		<guid isPermaLink="false">http://onetidbit.wordpress.com/?p=134</guid>
		<description><![CDATA[How to invoke a user defined event in the controls of Gridview
=============================
1) In aspx Take a gridview having one of the template fields i.e Item Template as LinkButton
&#60;asp:TemplateField HeaderText=&#8221;Folio No&#8221;&#62;
&#60;EditItemTemplate&#62;
&#60;asp:TextBox ID=&#8221;TextBox1&#8243; runat=&#8221;server&#8221; Text=&#8217;&#60;%# Bind(&#8220;Folio_no&#8221;) %&#62;&#8217;&#62;&#60;/asp:TextBox&#62;
&#60;/EditItemTemplate&#62;
&#60;ItemTemplate&#62;
&#60;asp:LinkButton ID=&#8221;Label2&#8243; runat=&#8221;server&#8221; Text=&#8217;&#60;%# Bind(&#8220;Folio_no&#8221;) %&#62;&#8217; OnClick=&#8221;click&#8221; &#62;&#60;/asp:LinkButton&#62;
&#60;/ItemTemplate&#62;
&#60;/asp:TemplateField&#62;
2) In Code-behind Page:
protected void click(object sender, EventArgs e)
{
LinkButton lb = (LinkButton)sender;
GridViewRow gvr = [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onetidbit.wordpress.com&blog=2446287&post=134&subd=onetidbit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>How to invoke a user defined event in the controls of Gridview<br />
=============================</p>
<p>1) In aspx Take a gridview having one of the template fields i.e Item Template as LinkButton</p>
<p>&lt;asp:TemplateField HeaderText=&#8221;Folio No&#8221;&gt;<br />
&lt;EditItemTemplate&gt;<br />
&lt;asp:TextBox ID=&#8221;TextBox1&#8243; runat=&#8221;server&#8221; Text=&#8217;&lt;%# Bind(&#8220;Folio_no&#8221;) %&gt;&#8217;&gt;&lt;/asp:TextBox&gt;<br />
&lt;/EditItemTemplate&gt;<br />
&lt;ItemTemplate&gt;<br />
&lt;asp:LinkButton ID=&#8221;Label2&#8243; runat=&#8221;server&#8221; Text=&#8217;&lt;%# Bind(&#8220;Folio_no&#8221;) %&gt;&#8217; OnClick=&#8221;click&#8221; &gt;&lt;/asp:LinkButton&gt;<br />
&lt;/ItemTemplate&gt;<br />
&lt;/asp:TemplateField&gt;</p>
<p>2) In Code-behind Page:</p>
<p>protected void click(object sender, EventArgs e)<br />
{<br />
LinkButton lb = (LinkButton)sender;<br />
GridViewRow gvr = (GridViewRow)lb.Parent.Parent;</p>
<p>LinkButton lnk_fno = (LinkButton)gvr.FindControl(&#8220;Label2&#8243;);<br />
}</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onetidbit.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onetidbit.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onetidbit.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onetidbit.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onetidbit.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onetidbit.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onetidbit.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onetidbit.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onetidbit.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onetidbit.wordpress.com/134/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onetidbit.wordpress.com&blog=2446287&post=134&subd=onetidbit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://onetidbit.wordpress.com/2009/02/24/how-to-invoke-a-user-defined-event-in-the-controls-of-gridview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8fbf98ae0461d7ea51945d91b92f8ebd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Radhe</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Print a Gridview in ASP.NET 2.0</title>
		<link>http://onetidbit.wordpress.com/2009/02/24/how-to-print-a-gridview-in-aspnet-20/</link>
		<comments>http://onetidbit.wordpress.com/2009/02/24/how-to-print-a-gridview-in-aspnet-20/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 04:24:15 +0000</pubDate>
		<dc:creator>onetidbit</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET,C#]]></category>

		<guid isPermaLink="false">http://onetidbit.wordpress.com/2009/02/24/how-to-print-a-gridview-in-aspnet-20/</guid>
		<description><![CDATA[&#8220;&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"
&#60;script language=&#8221;javascript&#8221; type=&#8221;text/javascript&#8221;&#62;
function getconfirm()
{
return confirm(&#8216;Are you sure you want to change the Folio No?&#8217;);
}
function Button1_onclick() {
//open new window set the height and width =0,set windows position at bottom
var a = window.open (&#8221;,&#8221;, &#8216; left = &#8216; + screen.width + &#8216;,top=&#8217; + screen.height + &#8216;,width=0,height=0,toolbar=0,scrollbars=0,status=0&#8242;);
//write gridview data into newly open window
//major change here get innerHTML Of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onetidbit.wordpress.com&blog=2446287&post=123&subd=onetidbit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>&#8220;&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"</p>
<p>&lt;script language=&#8221;javascript&#8221; type=&#8221;text/javascript&#8221;&gt;<br />
function getconfirm()<br />
{<br />
return confirm(&#8216;Are you sure you want to change the Folio No?&#8217;);<br />
}<br />
function Button1_onclick() {<br />
//open new window set the height and width =0,set windows position at bottom<br />
var a = window.open (&#8221;,&#8221;, &#8216; left = &#8216; + screen.width + &#8216;,top=&#8217; + screen.height + &#8216;,width=0,height=0,toolbar=0,scrollbars=0,status=0&#8242;);<br />
//write gridview data into newly open window</p>
<p>//major change here get innerHTML Of the Div</p>
<p>a.document.write(document.getElementById(&#8216;innerData&#8217;).innerHTML);<br />
a.document.close();<br />
a.focus();<br />
//call print<br />
a.print();<br />
a.close();<br />
return false;<br />
}</p>
<p>function IMG1_onclick() {<br />
return Button1_onclick()<br />
}</p>
<p>&lt;/script&gt;</p>
<p>&#8220;&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"&#8221;"</p>
<p>Here the gridview must be placed in a DIV Tag<br />
===================================<br />
&#8220;</p>
<p>&lt;div id=&#8221;innerHTML&#8221;&gt;</p>
<div id="innerData">
<p>Place Gridview Control here</p></div>
<p>&lt;/div&gt;</p>
<p>&lt;asp:ImageButton ID=&#8221;ImageButton1&#8243; ImageUrl=&#8221;~/images/Printer-512&#215;512.png&#8221; Width=30 Height=30 runat=&#8221;server&#8221; OnClientClick=&#8221;return Button1_onclick()&#8221; /&gt;<br />
&#8220;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onetidbit.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onetidbit.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onetidbit.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onetidbit.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onetidbit.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onetidbit.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onetidbit.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onetidbit.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onetidbit.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onetidbit.wordpress.com/123/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onetidbit.wordpress.com&blog=2446287&post=123&subd=onetidbit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://onetidbit.wordpress.com/2009/02/24/how-to-print-a-gridview-in-aspnet-20/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8fbf98ae0461d7ea51945d91b92f8ebd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Radhe</media:title>
		</media:content>
	</item>
		<item>
		<title>Dropdownlist in gridview</title>
		<link>http://onetidbit.wordpress.com/2009/02/21/dropdownlist-in-gridview/</link>
		<comments>http://onetidbit.wordpress.com/2009/02/21/dropdownlist-in-gridview/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 09:01:30 +0000</pubDate>
		<dc:creator>onetidbit</dc:creator>
				<category><![CDATA[108 Situations]]></category>

		<guid isPermaLink="false">http://onetidbit.wordpress.com/2009/02/21/dropdownlist-in-gridview/</guid>
		<description><![CDATA[Hi All,
The situation is Dropdownlist in Gridview.
While displaying the summary or reports we will use a Label for a particular column.
But in edit mode it must open in dropdownlist with selected Values as in the previous static mode.
I will explain clearly:
There is a table in database Months_TBL.
which contains 12 months.
1) First we must bind this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onetidbit.wordpress.com&blog=2446287&post=122&subd=onetidbit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hi All,</p>
<p>The situation is Dropdownlist in Gridview.</p>
<p>While displaying the summary or reports we will use a Label for a particular column.<br />
But in edit mode it must open in dropdownlist with selected Values as in the previous static mode.</p>
<p>I will explain clearly:</p>
<p>There is a table in database Months_TBL.<br />
which contains 12 months.</p>
<p>1) First we must bind this with a datasource.<br />
2) Attach this datasource to dropdown list.In the dropdownlist the query will be look like this<br />
   Select mid,month_name from Months_TBL.<br />
3)Take a Template field for months which looks like this:</p>
<p>                     &lt;asp:DropDownList CssClass=&#8221;textb&#8221; ID=&#8221;ddl1&#8243; runat=&#8221;server&#8221;  DataSourceID=&#8221;SqlDataSource1&#8243; DataTextField=&#8221;month_name&#8221; DataValueField=&#8221;mid&#8221; AppendDataBoundItems=true selectedvalue=&#8221;  &gt;</p>
<p>                     &lt;asp:Label ID=&#8221;Label1&#8243; runat=&#8221;server&#8221; Text=&#8221;&gt;</p>
<p>4) So While displaying if it shows February while we click edit the dropdown list will come as selected value as &#8220;February&#8221;.</p>
<p>Is it nice.</p>
<p>But carefully see that we have used &#8220;selectedvalue&#8221; property.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onetidbit.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onetidbit.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onetidbit.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onetidbit.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onetidbit.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onetidbit.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onetidbit.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onetidbit.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onetidbit.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onetidbit.wordpress.com/122/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onetidbit.wordpress.com&blog=2446287&post=122&subd=onetidbit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://onetidbit.wordpress.com/2009/02/21/dropdownlist-in-gridview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8fbf98ae0461d7ea51945d91b92f8ebd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Radhe</media:title>
		</media:content>
	</item>
		<item>
		<title>Presentation on Software as a Service on 12 Feb 09 By me.</title>
		<link>http://onetidbit.wordpress.com/2009/02/12/presentation-on-software-as-a-service-on-12-feb-09-by-me/</link>
		<comments>http://onetidbit.wordpress.com/2009/02/12/presentation-on-software-as-a-service-on-12-feb-09-by-me/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 06:58:00 +0000</pubDate>
		<dc:creator>onetidbit</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Information technology]]></category>

		<guid isPermaLink="false">http://onetidbit.wordpress.com/?p=112</guid>
		<description><![CDATA[
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onetidbit.wordpress.com&blog=2446287&post=112&subd=onetidbit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="text-align:center; display: block;"><a href="http://onetidbit.wordpress.com/2009/02/12/presentation-on-software-as-a-service-on-12-feb-09-by-me/"><img src="http://img.youtube.com/vi/ZpMuZxv3w3s/2.jpg" alt="" /></a></span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onetidbit.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onetidbit.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onetidbit.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onetidbit.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onetidbit.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onetidbit.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onetidbit.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onetidbit.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onetidbit.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onetidbit.wordpress.com/112/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onetidbit.wordpress.com&blog=2446287&post=112&subd=onetidbit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://onetidbit.wordpress.com/2009/02/12/presentation-on-software-as-a-service-on-12-feb-09-by-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8fbf98ae0461d7ea51945d91b92f8ebd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Radhe</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/ZpMuZxv3w3s/2.jpg" medium="image" />
	</item>
	</channel>
</rss>