<?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-30794224</id><updated>2011-07-11T12:36:46.143+02:00</updated><title type='text'>Musa's .NET Spot</title><subtitle type='html'>Anything relating to .NET(ting), SQL(ing), Open Source and more coding</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://musacj.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/30794224/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://musacj.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Musa</name><uri>http://www.blogger.com/profile/04969831330646197749</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>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-30794224.post-1167001898860759592</id><published>2009-05-13T15:39:00.000+02:00</published><updated>2009-05-13T16:05:07.250+02:00</updated><title type='text'>Clear the initial Selection on the DataGridView in Windows App</title><summary type='text'>I have been battling with disabling the selection of the first row in a Windows App datagridview and I tried so many solutions including having code in event handlers to solve the problem.For example, I had &lt;DataGridViewName&gt;_Selection changed where I had something likeif (SelectionAllowed){                if (&lt;DataGridViewName&gt;.CurrentRow != null)            {                 }}SelectionAllowed </summary><link rel='replies' type='application/atom+xml' href='http://musacj.blogspot.com/feeds/1167001898860759592/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=30794224&amp;postID=1167001898860759592' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/30794224/posts/default/1167001898860759592'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/30794224/posts/default/1167001898860759592'/><link rel='alternate' type='text/html' href='http://musacj.blogspot.com/2009/05/clear-initial-selection-on-datagridview.html' title='Clear the initial Selection on the DataGridView in Windows App'/><author><name>Musa</name><uri>http://www.blogger.com/profile/04969831330646197749</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-30794224.post-2622570443748247165</id><published>2009-02-24T16:11:00.004+02:00</published><updated>2009-02-24T16:21:25.846+02:00</updated><title type='text'>Validating using asp.net validation in custom javascript</title><summary type='text'>Wow,I just found how easy it is to have custom javascript at the same time using ASP.Net validators to validate user input (Client Side).In my situation, the ASP.Net validators were not firing because I had hooked custom javascript to a button click.e.g.function ValidateAddressAddition(){      if (confirm('Are you sure you wish to add a previous address?'))       {           return true;       }</summary><link rel='related' href='http://razeeb.wordpress.com/2009/01/11/calling-aspnet-validators-from-javascript' title='Validating using asp.net validation in custom javascript'/><link rel='replies' type='application/atom+xml' href='http://musacj.blogspot.com/feeds/2622570443748247165/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=30794224&amp;postID=2622570443748247165' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/30794224/posts/default/2622570443748247165'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/30794224/posts/default/2622570443748247165'/><link rel='alternate' type='text/html' href='http://musacj.blogspot.com/2009/02/validating-using-aspnet-validators-in.html' title='Validating using asp.net validation in custom javascript'/><author><name>Musa</name><uri>http://www.blogger.com/profile/04969831330646197749</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-30794224.post-8555970542700591558</id><published>2007-07-30T04:33:00.000+02:00</published><updated>2007-07-30T16:51:53.142+02:00</updated><title type='text'>AJAX Update Panel and RenderMode="Inline"</title><summary type='text'>AJAX has an attribute rendermode AJAX has be set to "Inline" amongst other values. I have encounterred a problem where got an error 'unknown runtime javascript error'. To solve this problem (after hours of debugging), I  removed the attribute and everything seemed to work .</summary><link rel='replies' type='application/atom+xml' href='http://musacj.blogspot.com/feeds/8555970542700591558/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=30794224&amp;postID=8555970542700591558' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/30794224/posts/default/8555970542700591558'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/30794224/posts/default/8555970542700591558'/><link rel='alternate' type='text/html' href='http://musacj.blogspot.com/2007/07/ajax-update-panel-and-rendermodeinline.html' title='AJAX Update Panel and RenderMode=&quot;Inline&quot;'/><author><name>Musa</name><uri>http://www.blogger.com/profile/04969831330646197749</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-30794224.post-116592067110825604</id><published>2006-12-12T12:42:00.002+02:00</published><updated>2006-12-12T13:24:50.413+02:00</updated><title type='text'>AJAX and .Net</title><summary type='text'>Recently I've been having trouble 'enabling' AJAX on an existing website. It took me days to figure out the actual cause of the problem. The website was recently upgraded to Framework 2.0...I added an UpdatePanel to the user-control and it wasn't working... gave an error The UpdatePanel '&lt;controlid&gt;' was not present when the page's InitComplete event was raised. Googled and told I was using older</summary><link rel='replies' type='application/atom+xml' href='http://musacj.blogspot.com/feeds/116592067110825604/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=30794224&amp;postID=116592067110825604' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/30794224/posts/default/116592067110825604'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/30794224/posts/default/116592067110825604'/><link rel='alternate' type='text/html' href='http://musacj.blogspot.com/2006/12/ajax-and-net_116592067110825604.html' title='AJAX and .Net'/><author><name>Musa</name><uri>http://www.blogger.com/profile/04969831330646197749</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-30794224.post-115228865054120553</id><published>2006-07-07T06:07:00.000+02:00</published><updated>2007-07-30T16:53:57.357+02:00</updated><title type='text'>Welcome to Musa's .Net Spot</title><summary type='text'>This is a blog for anything includig Free software reviews, Open Source, C#, VB, SQL, PerlScript, Code snippets, etc</summary><link rel='replies' type='application/atom+xml' href='http://musacj.blogspot.com/feeds/115228865054120553/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=30794224&amp;postID=115228865054120553' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/30794224/posts/default/115228865054120553'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/30794224/posts/default/115228865054120553'/><link rel='alternate' type='text/html' href='http://musacj.blogspot.com/2006/07/welcome-to-this-musas-everything-blog.html' title='Welcome to Musa&apos;s .Net Spot'/><author><name>Musa</name><uri>http://www.blogger.com/profile/04969831330646197749</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>
