<?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: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-3235965204492658994</id><updated>2011-08-20T06:17:48.138-07:00</updated><title type='text'>My  reflection on Software Engineering</title><subtitle type='html'>Logic design, Programming and mathmatics</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ziaur10.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ziaur10.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Zoe Raymond</name><uri>http://www.blogger.com/profile/12275903514061716036</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>18</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3235965204492658994.post-1329752762857051326</id><published>2011-08-20T06:09:00.000-07:00</published><updated>2011-08-20T06:17:48.151-07:00</updated><title type='text'>Error : Meta data is not found</title><content type='html'>I got this error when I was working with Dev Express Reporting Tool. I investigated why I am getting this  run time error. &lt;br /&gt;&lt;br /&gt;Then I came to know that actually corresponding dll is missing. I checked on Application Reference list and GAC list for the dll for which meta data is not found. &lt;br /&gt;&lt;br /&gt;I surprisingly notice targeted dll was both place. Then why I am missing the dll?  To solve the problem, I simply set &lt;span style="font-weight:bold;"&gt;copy to local&lt;/span&gt; to true. &lt;br /&gt;&lt;br /&gt;I got the problem fixed. Aha great release! I am very glad to share my experience in my blog.&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3235965204492658994-1329752762857051326?l=ziaur10.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ziaur10.blogspot.com/feeds/1329752762857051326/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ziaur10.blogspot.com/2011/08/error-meta-data-is-not-found.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/1329752762857051326'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/1329752762857051326'/><link rel='alternate' type='text/html' href='http://ziaur10.blogspot.com/2011/08/error-meta-data-is-not-found.html' title='Error : Meta data is not found'/><author><name>Zoe Raymond</name><uri>http://www.blogger.com/profile/12275903514061716036</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3235965204492658994.post-8719396177089272216</id><published>2011-07-21T04:13:00.000-07:00</published><updated>2011-07-21T05:48:18.971-07:00</updated><title type='text'>StringBuilder Object where you can point specific character but not  in System.String</title><content type='html'>From sample code, you will see nice thing that can be useful in programming&lt;br /&gt;-------------------------------------------------------------------------- &lt;br /&gt;System.Text.StringBuilder sb = new System.Text.StringBuilder("Rat: the ideal pet");&lt;br /&gt;sb.Append(" is caught");&lt;br /&gt;sb[0] = 'C';&lt;br /&gt;System.Console.WriteLine(sb.ToString());&lt;br /&gt;System.Console.ReadLine();&lt;br /&gt;-----------------------------------&lt;br /&gt;Output : Cat: the ideal pet is caught&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3235965204492658994-8719396177089272216?l=ziaur10.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ziaur10.blogspot.com/feeds/8719396177089272216/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ziaur10.blogspot.com/2011/07/stringbuilder-object-where-you-can.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/8719396177089272216'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/8719396177089272216'/><link rel='alternate' type='text/html' href='http://ziaur10.blogspot.com/2011/07/stringbuilder-object-where-you-can.html' title='StringBuilder Object where you can point specific character but not  in System.String'/><author><name>Zoe Raymond</name><uri>http://www.blogger.com/profile/12275903514061716036</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3235965204492658994.post-1800964189732224911</id><published>2011-07-14T01:25:00.000-07:00</published><updated>2011-07-14T01:29:30.795-07:00</updated><title type='text'>Padding character before a string  in sql query</title><content type='html'>select right(replicate(@padchar, @len) + @str, @len)&lt;br /&gt;e.g.  select right(replicate('0', 10) + 'hell boy', 10)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3235965204492658994-1800964189732224911?l=ziaur10.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ziaur10.blogspot.com/feeds/1800964189732224911/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ziaur10.blogspot.com/2011/07/padding-character-before-string-in-sql.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/1800964189732224911'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/1800964189732224911'/><link rel='alternate' type='text/html' href='http://ziaur10.blogspot.com/2011/07/padding-character-before-string-in-sql.html' title='Padding character before a string  in sql query'/><author><name>Zoe Raymond</name><uri>http://www.blogger.com/profile/12275903514061716036</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3235965204492658994.post-2643087422330636836</id><published>2011-07-13T04:49:00.000-07:00</published><updated>2011-07-13T04:52:22.607-07:00</updated><title type='text'>Expression evaluation in C#</title><content type='html'>Try with this code block which is faster than using codeDom&lt;br /&gt;----------------------------------------&lt;br /&gt; static double Evaluate(string expression)&lt;br /&gt;        {&lt;br /&gt;            var loDataTable = new DataTable();&lt;br /&gt;            var loDataColumn = new DataColumn("Eval", typeof(double), expression);&lt;br /&gt;            loDataTable.Columns.Add(loDataColumn);&lt;br /&gt;            loDataTable.Rows.Add(0);&lt;br /&gt;            return (double)(loDataTable.Rows[0]["Eval"]);&lt;br /&gt;        }&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3235965204492658994-2643087422330636836?l=ziaur10.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ziaur10.blogspot.com/feeds/2643087422330636836/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ziaur10.blogspot.com/2011/07/expression-evaluation-in-c.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/2643087422330636836'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/2643087422330636836'/><link rel='alternate' type='text/html' href='http://ziaur10.blogspot.com/2011/07/expression-evaluation-in-c.html' title='Expression evaluation in C#'/><author><name>Zoe Raymond</name><uri>http://www.blogger.com/profile/12275903514061716036</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3235965204492658994.post-8960921584291865499</id><published>2011-06-24T05:34:00.000-07:00</published><updated>2011-06-24T05:41:28.976-07:00</updated><title type='text'>Database Restore, Error 3154</title><content type='html'>Error detalils:&lt;br /&gt;&lt;br /&gt;Msg 3154, Level 16, State 4, Line 1&lt;br /&gt;The backup set holds a backup of a database other than the existing 'dbName' database.&lt;br /&gt;Msg 3013, Level 16, State 1, Line 1&lt;br /&gt;RESTORE DATABASE is terminating abnormally.&lt;br /&gt;&lt;br /&gt;----------------------------------------------------------------&lt;br /&gt;Solution:&lt;br /&gt;RESTORE DATABASE dbName--AdventureWorks&lt;br /&gt;FROM DISK = targeted location  -- e.g.  N'K:\june_24.bak' &lt;br /&gt;WITH REPLACE&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3235965204492658994-8960921584291865499?l=ziaur10.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ziaur10.blogspot.com/feeds/8960921584291865499/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ziaur10.blogspot.com/2011/06/database-restore-error-3154.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/8960921584291865499'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/8960921584291865499'/><link rel='alternate' type='text/html' href='http://ziaur10.blogspot.com/2011/06/database-restore-error-3154.html' title='Database Restore, Error 3154'/><author><name>Zoe Raymond</name><uri>http://www.blogger.com/profile/12275903514061716036</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3235965204492658994.post-2752991221645627255</id><published>2010-04-29T22:58:00.000-07:00</published><updated>2010-04-29T22:59:39.978-07:00</updated><title type='text'>Register dll into gac</title><content type='html'>&lt;a href="http://msdn.microsoft.com/en-us/library/ex0ss12c(VS.80).aspx"&gt;Register dll into gac &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3235965204492658994-2752991221645627255?l=ziaur10.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ziaur10.blogspot.com/feeds/2752991221645627255/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ziaur10.blogspot.com/2010/04/register-dll-into-gac.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/2752991221645627255'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/2752991221645627255'/><link rel='alternate' type='text/html' href='http://ziaur10.blogspot.com/2010/04/register-dll-into-gac.html' title='Register dll into gac'/><author><name>Zoe Raymond</name><uri>http://www.blogger.com/profile/12275903514061716036</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3235965204492658994.post-6642387956801412213</id><published>2010-04-29T22:54:00.000-07:00</published><updated>2010-04-29T22:55:37.466-07:00</updated><title type='text'>Copy dll from Gac</title><content type='html'>&lt;a href="http://www.beyondweblogs.com/post/How-to-extract-DLL-from-Global-Assembly-Cache.aspx"&gt;Copy dll from Gac&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3235965204492658994-6642387956801412213?l=ziaur10.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ziaur10.blogspot.com/feeds/6642387956801412213/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ziaur10.blogspot.com/2010/04/copy-dll-from-gac.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/6642387956801412213'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/6642387956801412213'/><link rel='alternate' type='text/html' href='http://ziaur10.blogspot.com/2010/04/copy-dll-from-gac.html' title='Copy dll from Gac'/><author><name>Zoe Raymond</name><uri>http://www.blogger.com/profile/12275903514061716036</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3235965204492658994.post-7604652310463874624</id><published>2010-04-22T03:46:00.000-07:00</published><updated>2010-05-31T00:12:13.809-07:00</updated><title type='text'>Google search Tips</title><content type='html'>&lt;a href="http://www.nytimes.com/external/gigaom/2010/04/02/02gigaom-10-simple-google-search-tricks-58674.html?src=me&amp;&amp;scp=1&amp;sq=google%20search%20tips&amp;st=cse" target="_blank"&gt;Google 10 search Tips&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Click here also for quick tips&lt;br /&gt;&lt;a href="http://blog.hubspot.com/blog/tabid/6307/bid/1264/12-Quick-Tips-To-Search-Google-Like-An-Expert.aspx" target="_blank"&gt;Here 12 quick tips&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3235965204492658994-7604652310463874624?l=ziaur10.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ziaur10.blogspot.com/feeds/7604652310463874624/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ziaur10.blogspot.com/2010/04/google-search-tips.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/7604652310463874624'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/7604652310463874624'/><link rel='alternate' type='text/html' href='http://ziaur10.blogspot.com/2010/04/google-search-tips.html' title='Google search Tips'/><author><name>Zoe Raymond</name><uri>http://www.blogger.com/profile/12275903514061716036</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3235965204492658994.post-5904260577469697633</id><published>2010-02-04T21:24:00.000-08:00</published><updated>2010-02-04T21:30:41.594-08:00</updated><title type='text'>IIS Error: The process account used to run ASP.NET must have read access to the IIS metabase</title><content type='html'>To resolve the issue follow the link &lt;a target="_blank" href="http://amitpatriwala.wordpress.com/2008/05/28/the-process-account-used-to-run-aspnet-must-have-read-access-to-the-iis-metabase/"&gt;Click here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3235965204492658994-5904260577469697633?l=ziaur10.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ziaur10.blogspot.com/feeds/5904260577469697633/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ziaur10.blogspot.com/2010/02/iis-error-process-account-used-to-run.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/5904260577469697633'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/5904260577469697633'/><link rel='alternate' type='text/html' href='http://ziaur10.blogspot.com/2010/02/iis-error-process-account-used-to-run.html' title='IIS Error: The process account used to run ASP.NET must have read access to the IIS metabase'/><author><name>Zoe Raymond</name><uri>http://www.blogger.com/profile/12275903514061716036</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3235965204492658994.post-6901755633270185578</id><published>2009-09-30T04:55:00.001-07:00</published><updated>2009-09-30T04:59:20.421-07:00</updated><title type='text'>Some Blog entries on Jquery</title><content type='html'>&lt;a href="http://interestingwebs.blogspot.com/2009/04/jquery-selectors-samples.html" target="_blank"&gt;Blog Entry on Jquery&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3235965204492658994-6901755633270185578?l=ziaur10.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ziaur10.blogspot.com/feeds/6901755633270185578/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ziaur10.blogspot.com/2009/09/some-blog-entries-on-jquery.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/6901755633270185578'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/6901755633270185578'/><link rel='alternate' type='text/html' href='http://ziaur10.blogspot.com/2009/09/some-blog-entries-on-jquery.html' title='Some Blog entries on Jquery'/><author><name>Zoe Raymond</name><uri>http://www.blogger.com/profile/12275903514061716036</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3235965204492658994.post-3222191877971939610</id><published>2009-08-11T02:29:00.000-07:00</published><updated>2009-08-11T02:31:22.191-07:00</updated><title type='text'>Google Data APIs Authentication Overview</title><content type='html'>&lt;a href="http://code.google.com/apis/accounts/docs/AuthSub.html"&gt;Read Article From Here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3235965204492658994-3222191877971939610?l=ziaur10.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ziaur10.blogspot.com/feeds/3222191877971939610/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ziaur10.blogspot.com/2009/08/google-data-apis-authentication.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/3222191877971939610'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/3222191877971939610'/><link rel='alternate' type='text/html' href='http://ziaur10.blogspot.com/2009/08/google-data-apis-authentication.html' title='Google Data APIs Authentication Overview'/><author><name>Zoe Raymond</name><uri>http://www.blogger.com/profile/12275903514061716036</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3235965204492658994.post-6110577151629212423</id><published>2009-08-07T20:35:00.000-07:00</published><updated>2009-08-07T20:37:11.103-07:00</updated><title type='text'>ASP.NET MVC V2 Preview 1 Released</title><content type='html'>&lt;a href="http://weblogs.asp.net/scottgu/archive/2009/07/31/asp-net-mvc-v2-preview-1-released.aspx"&gt;ASP.NET MVC V2 Preview New Features&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3235965204492658994-6110577151629212423?l=ziaur10.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ziaur10.blogspot.com/feeds/6110577151629212423/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ziaur10.blogspot.com/2009/08/aspnet-mvc-v2-preview-1-released.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/6110577151629212423'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/6110577151629212423'/><link rel='alternate' type='text/html' href='http://ziaur10.blogspot.com/2009/08/aspnet-mvc-v2-preview-1-released.html' title='ASP.NET MVC V2 Preview 1 Released'/><author><name>Zoe Raymond</name><uri>http://www.blogger.com/profile/12275903514061716036</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3235965204492658994.post-8431053485595979180</id><published>2009-07-28T03:21:00.000-07:00</published><updated>2009-07-28T03:31:32.939-07:00</updated><title type='text'>MVC Tips</title><content type='html'>MVC tips by Stephen Walter.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://stephenwalther.com/blog/category/10.aspx?Show=All" target='about:tab'&gt;MVC tips&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3235965204492658994-8431053485595979180?l=ziaur10.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ziaur10.blogspot.com/feeds/8431053485595979180/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ziaur10.blogspot.com/2009/07/mvc-tips.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/8431053485595979180'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/8431053485595979180'/><link rel='alternate' type='text/html' href='http://ziaur10.blogspot.com/2009/07/mvc-tips.html' title='MVC Tips'/><author><name>Zoe Raymond</name><uri>http://www.blogger.com/profile/12275903514061716036</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3235965204492658994.post-8484059105711978316</id><published>2009-07-07T22:45:00.000-07:00</published><updated>2009-07-07T22:48:51.251-07:00</updated><title type='text'>Set Focus Controls into a lengthy Page</title><content type='html'>Page scroll issues.&lt;br /&gt;For example: If a lengthy page having a dropdown list with AutoPostBack = true at bottom of page. After the selection page gets reloaded and focus will be on top of the page. User needs to again scroll down the page for next key in. Here a sample solution for help... &lt;br /&gt;&lt;br /&gt;public void SetFocus(Page sPage)&lt;br /&gt;    {&lt;br /&gt;        string[] sCtrl = null;&lt;br /&gt;        string sCtrlId = null;&lt;br /&gt;        Control sCtrlFound = default(Control);&lt;br /&gt;        string sCtrlClientId = null;&lt;br /&gt;        string sScript = null;&lt;br /&gt;&lt;br /&gt;        sCtrl = sPage.Request.Form.GetValues("__EVENTTARGET");&lt;br /&gt;        if ((sCtrl != null))&lt;br /&gt;        {&lt;br /&gt;            sCtrlId = sCtrl[0];&lt;br /&gt;            sCtrlFound = sPage.FindControl(sCtrlId);&lt;br /&gt;            if ((sCtrlFound != null))&lt;br /&gt;            {&lt;br /&gt;                sCtrlClientId = sCtrlFound.ClientID;&lt;br /&gt; sScript = "&lt;SCRIPT language='javascript'&gt;document.getElementById('" + sCtrlClientId + "').focus(); if (document.getElementById('" + sCtrlClientId + "').scrollIntoView(false)) {document.getElementById('" + sCtrlClientId + "').scrollIntoView(true)} &lt;/SCRIPT&gt;";&lt;br /&gt; sPage.ClientScript.RegisterStartupScript(typeof(string), "controlFocus", sScript);&lt;br /&gt;            }&lt;br /&gt;        }&lt;br /&gt;    }&lt;br /&gt;&lt;br /&gt;Call this function on page load&lt;br /&gt;&lt;br /&gt;Example: SetFocus(this);&lt;br /&gt;&lt;br /&gt;This will set focus on last used dropdown list.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wiki.asp.net/page.aspx/603/set-focus-controls---autopostback--true/"&gt;Reference&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3235965204492658994-8484059105711978316?l=ziaur10.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ziaur10.blogspot.com/feeds/8484059105711978316/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ziaur10.blogspot.com/2009/07/set-focus-controls-into-lengthy-page.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/8484059105711978316'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/8484059105711978316'/><link rel='alternate' type='text/html' href='http://ziaur10.blogspot.com/2009/07/set-focus-controls-into-lengthy-page.html' title='Set Focus Controls into a lengthy Page'/><author><name>Zoe Raymond</name><uri>http://www.blogger.com/profile/12275903514061716036</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3235965204492658994.post-383924340690829870</id><published>2009-07-06T21:08:00.000-07:00</published><updated>2009-07-06T21:12:20.786-07:00</updated><title type='text'>Building Collapsible Panel Control using jQuery in ASP.Net Page</title><content type='html'>&lt;a href="http://www.codedigest.com/Articles/jQuery/233_Building_Collapsible_Panel_Control_using_jQuery_in_ASPNet_Page.aspx"&gt;Go here&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It is a technique where we can provide expand/collapse feature to a section of page. In this article, we will create a collapsible panel control that is similar to CollapsiblePanel extender control using DIV tag and jQuery.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3235965204492658994-383924340690829870?l=ziaur10.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ziaur10.blogspot.com/feeds/383924340690829870/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ziaur10.blogspot.com/2009/07/building-collapsible-panel-control.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/383924340690829870'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/383924340690829870'/><link rel='alternate' type='text/html' href='http://ziaur10.blogspot.com/2009/07/building-collapsible-panel-control.html' title='Building Collapsible Panel Control using jQuery in ASP.Net Page'/><author><name>Zoe Raymond</name><uri>http://www.blogger.com/profile/12275903514061716036</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3235965204492658994.post-1130013426042455973</id><published>2009-07-06T21:00:00.000-07:00</published><updated>2009-07-06T21:03:38.164-07:00</updated><title type='text'>Learn JQuery From Here</title><content type='html'>&lt;a href="http://jquery.com"&gt;Go here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3235965204492658994-1130013426042455973?l=ziaur10.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ziaur10.blogspot.com/feeds/1130013426042455973/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ziaur10.blogspot.com/2009/07/learn-jquery-from-here.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/1130013426042455973'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/1130013426042455973'/><link rel='alternate' type='text/html' href='http://ziaur10.blogspot.com/2009/07/learn-jquery-from-here.html' title='Learn JQuery From Here'/><author><name>Zoe Raymond</name><uri>http://www.blogger.com/profile/12275903514061716036</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3235965204492658994.post-2606997440095079708</id><published>2009-06-30T20:26:00.000-07:00</published><updated>2009-06-30T20:29:10.731-07:00</updated><title type='text'>Encrypting the Web.Config File</title><content type='html'>&lt;a href= http://visualstudiomagazine.com/articles/2009/06/11/encrypting-the-web-config-file.aspx&gt;Go Here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3235965204492658994-2606997440095079708?l=ziaur10.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ziaur10.blogspot.com/feeds/2606997440095079708/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ziaur10.blogspot.com/2009/06/encrypting-webconfig-file.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/2606997440095079708'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/2606997440095079708'/><link rel='alternate' type='text/html' href='http://ziaur10.blogspot.com/2009/06/encrypting-webconfig-file.html' title='Encrypting the Web.Config File'/><author><name>Zoe Raymond</name><uri>http://www.blogger.com/profile/12275903514061716036</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3235965204492658994.post-8375324457983983448</id><published>2009-06-30T03:54:00.000-07:00</published><updated>2009-06-30T20:31:20.868-07:00</updated><title type='text'>About ASP.NET MVC Framework From Blogs of Scott GU</title><content type='html'>&lt;a href=http://weblogs.asp.net/scottgu/archive/2007/10/14/asp-net-mvc-framework.aspx&gt;Go Here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3235965204492658994-8375324457983983448?l=ziaur10.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ziaur10.blogspot.com/feeds/8375324457983983448/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ziaur10.blogspot.com/2009/06/about-aspnet-mvc-framework-from-blogs.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/8375324457983983448'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3235965204492658994/posts/default/8375324457983983448'/><link rel='alternate' type='text/html' href='http://ziaur10.blogspot.com/2009/06/about-aspnet-mvc-framework-from-blogs.html' title='About ASP.NET MVC Framework From Blogs of Scott GU'/><author><name>Zoe Raymond</name><uri>http://www.blogger.com/profile/12275903514061716036</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
