<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by naveedkamboh</title>
    <description>Stories kicked by naveedkamboh</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Using MySql as Linked Server in Sql Server 2008</title>
      <description>Recently I was given an assignment to create some Reports using SSRS.
They system were in use was osTicket (its an open source php, mysql) ticket management system.
I decided to use SQL server linked server object.  By doing this I can easily query and write stored procedures
in sql server which I can then access into SSRS &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fusing-mysql-as-linked-server-in-sql-server-2008%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fusing-mysql-as-linked-server-in-sql-server-2008%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Using_MySql_as_Linked_Server_in_Sql_Server_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Using_MySql_as_Linked_Server_in_Sql_Server_2008</guid>
      <pubDate>Fri, 16 Dec 2011 10:10:21 GMT</pubDate>
    </item>
    <item>
      <title>Apply CSS Style to the parent page based on condition in an IFrame con</title>
      <description>I was given asn assignment to change theb back ground image of the parent page for a pop up window which as being opened using JQuery color box pluging.
The pop up page was being opened in an iFrame (html tag).
In Iframe we had a div with the Id and also we had the a Div with same name on parent page which was being added when pop up was comping up on the screen. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fapply-css-style-to-the-parent-page-based-on-condition-in-an-iframe-content%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fapply-css-style-to-the-parent-page-based-on-condition-in-an-iframe-content%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Apply_CSS_Style_to_the_parent_page_based_on_condition_in_an_IFrame_con</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Apply_CSS_Style_to_the_parent_page_based_on_condition_in_an_IFrame_con</guid>
      <pubDate>Fri, 16 Dec 2011 10:08:53 GMT</pubDate>
    </item>
    <item>
      <title>debuging website hosted on IIS web server  from visual studio</title>
      <description>Often you want to debug a website hosted in IIS from your visal studio.

Requirement: Visual Studio, Website (you want to debug) must have the same source code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fdebugingdebuging-website-hosted-on-iis-web-server-from-visual-studio%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fdebugingdebuging-website-hosted-on-iis-web-server-from-visual-studio%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/debuging_website_hosted_on_IIS_web_server_from_visual_studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/debuging_website_hosted_on_IIS_web_server_from_visual_studio</guid>
      <pubDate>Thu, 10 Mar 2011 22:12:53 GMT</pubDate>
    </item>
    <item>
      <title>select XML data from parent child tables sql server 2008</title>
      <description>Recently I was working on to create XML menu from SQL table. We have two tables one table is NavigationSystem and second table is Navigation Item &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fselect-xml-data-from-parent-child-tables-sql-server-2008%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fselect-xml-data-from-parent-child-tables-sql-server-2008%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/select_XML_data_from_parent_child_tables_sql_server_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/select_XML_data_from_parent_child_tables_sql_server_2008</guid>
      <pubDate>Thu, 10 Mar 2011 07:53:35 GMT</pubDate>
    </item>
    <item>
      <title>Running asp.net website through Visual Studio - Page Not Found error</title>
      <description>The other day I copied a working website solution onto a different machine and attempted to compile and run it in debug mode. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2frunning-asp-net-website-through-visual-studio-%25e2%2580%2593-page-not-found-error%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2frunning-asp-net-website-through-visual-studio-%25e2%2580%2593-page-not-found-error%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Running_asp_net_website_through_Visual_Studio_Page_Not_Found_error</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Running_asp_net_website_through_Visual_Studio_Page_Not_Found_error</guid>
      <pubDate>Thu, 24 Feb 2011 12:29:44 GMT</pubDate>
    </item>
    <item>
      <title>Blessings of Jquery &amp;quot;each&amp;quot; and Jquery selectors - asp.net mvc form val</title>
      <description>Let me explain the following code and what i think about the topic
"Blessings of Jquery "each" and Jquery selectors - asp.net mvc form validation &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fblessings-of-jquery-each-and-jquery-selectors-asp-net-mvc-form-validation%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fblessings-of-jquery-each-and-jquery-selectors-asp-net-mvc-form-validation%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Blessings_of_Jquery_each_and_Jquery_selectors_asp_net_mvc_form_val</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Blessings_of_Jquery_each_and_Jquery_selectors_asp_net_mvc_form_val</guid>
      <pubDate>Wed, 02 Feb 2011 14:17:15 GMT</pubDate>
    </item>
    <item>
      <title>LINQ TO SQL Classes values resets on deserializing</title>
      <description>Recently I was working on a MVC 2 Project. I used JavaScriptSerializer() to serialize my object JavaScriptSerializer().Serialize(object). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2finq-to-sql-classes-values-resets-on-deserializing%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2finq-to-sql-classes-values-resets-on-deserializing%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/LINQ_TO_SQL_Classes_values_resets_on_deserializing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/LINQ_TO_SQL_Classes_values_resets_on_deserializing</guid>
      <pubDate>Tue, 25 Jan 2011 13:14:05 GMT</pubDate>
    </item>
    <item>
      <title>dataGridView RowDataBound event</title>
      <description>When working on a simple winForms application the other night, I wanted to manipulate some of the data being rendered on a row by row baisis. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fdatagridview-rowdatabound-event%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fdatagridview-rowdatabound-event%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/dataGridView_RowDataBound_event</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/dataGridView_RowDataBound_event</guid>
      <pubDate>Tue, 14 Dec 2010 13:17:43 GMT</pubDate>
    </item>
    <item>
      <title>Porting JQuery RC4 encryption to c# .Net 3.5</title>
      <description>Recently I had a task that involved unencrypting an encrypted query string that had been encrypted on the front end using JQuery's RC4 ... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fporting-jquery-rc4-encryption-to-c-net-3-5%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fporting-jquery-rc4-encryption-to-c-net-3-5%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Porting_JQuery_RC4_encryption_to_c_Net_3_5</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Porting_JQuery_RC4_encryption_to_c_Net_3_5</guid>
      <pubDate>Wed, 17 Nov 2010 10:05:50 GMT</pubDate>
    </item>
    <item>
      <title>Retain Jquery accordion current index across the asp.net post back</title>
      <description>Retain JQuery accordion current index across the asp.net post back &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fretain-jquery-accordion-current-index-across-the-asp-net-post-back%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fretain-jquery-accordion-current-index-across-the-asp-net-post-back%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Retain_Jquery_accordion_current_index_across_the_asp_net_post_back</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Retain_Jquery_accordion_current_index_across_the_asp_net_post_back</guid>
      <pubDate>Mon, 18 Oct 2010 16:12:54 GMT</pubDate>
    </item>
    <item>
      <title>Retain Jquery Tabs  current tab across the asp.net post back</title>
      <description>Retain Jquery Tab's  current tab across the asp.net post back &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fretain-jquery-tabs-current-tab-across-the-asp-net-post-back%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fretain-jquery-tabs-current-tab-across-the-asp-net-post-back%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Retain_Jquery_Tabs_current_tab_across_the_asp_net_post_back</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Retain_Jquery_Tabs_current_tab_across_the_asp_net_post_back</guid>
      <pubDate>Mon, 18 Oct 2010 16:12:24 GMT</pubDate>
    </item>
    <item>
      <title>What to use with Jquery for Div  html , innerHtml Or text</title>
      <description>I was working on project which uses Google maps. We allow users to create polygon on the Google map and when user starts drawing polygon we were to show tool tips, you can read how we are showing tooltips  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fwhat-to-use-with-jquery-for-div-html-innerhtml-or-text%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fwhat-to-use-with-jquery-for-div-html-innerhtml-or-text%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/What_to_use_with_Jquery_for_Div_html_innerHtml_Or_text</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/What_to_use_with_Jquery_for_Div_html_innerHtml_Or_text</guid>
      <pubDate>Wed, 30 Jun 2010 12:03:54 GMT</pubDate>
    </item>
    <item>
      <title>Show tool tip on google map polygon drag handle using Jquery</title>
      <description>How to show tool tip on Google map polygon drag handle when user hovers mouse over the drag handle?

When user draws polygon on Google map, Google injects number of Div on to the map to  show the polygon drawn &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fshow-tooltip-on-google-map-polygon-drag-handle-using-jquery%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fshow-tooltip-on-google-map-polygon-drag-handle-using-jquery%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Show_tool_tip_on_google_map_polygon_drag_handle_using_Jquery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Show_tool_tip_on_google_map_polygon_drag_handle_using_Jquery</guid>
      <pubDate>Wed, 16 Jun 2010 09:02:24 GMT</pubDate>
    </item>
    <item>
      <title>Asp.net MVC Dropdown selected value</title>
      <description>How to get selected item in asp.net drop down list using asp.net mvc?
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fasp-net-mvc-dropdown-selected-value%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fasp-net-mvc-dropdown-selected-value%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Asp_net_MVC_Dropdown_selected_value</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Asp_net_MVC_Dropdown_selected_value</guid>
      <pubDate>Thu, 04 Mar 2010 09:37:32 GMT</pubDate>
    </item>
    <item>
      <title>Check uncheck all checkbox in asp.net web form st using jquery</title>
      <description>Check uncheck all check boxes on an asp.net web form using jquery.

On click of the link it behaves like a toggle button and changes its text also it check and un check all check boxes on the asp.net page &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fcheck-uncheck-all-checkbox-in-asp-net-web-form-st-using-jquery%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fcheck-uncheck-all-checkbox-in-asp-net-web-form-st-using-jquery%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Check_uncheck_all_checkbox_in_asp_net_web_form_st_using_jquery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Check_uncheck_all_checkbox_in_asp_net_web_form_st_using_jquery</guid>
      <pubDate>Tue, 01 Dec 2009 15:15:24 GMT</pubDate>
    </item>
    <item>
      <title>Dual asp.net list boxes and jquery</title>
      <description>How to move liste items from one asp.net list box to another asp.net list box  using jquery. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fdual-asp-net-list-boxes-and-jquery%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fdual-asp-net-list-boxes-and-jquery%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Dual_asp_net_list_boxes_and_jquery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Dual_asp_net_list_boxes_and_jquery</guid>
      <pubDate>Fri, 21 Aug 2009 09:01:33 GMT</pubDate>
    </item>
    <item>
      <title>Highlight dot net form text box onfocus using jquery</title>
      <description>How to put a css class which highlights the text when it gets focus jusing jquery then remove the class when it losts focus &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fhighlight-dot-net-form-text-box-on-focus-using-jquery%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fhighlight-dot-net-form-text-box-on-focus-using-jquery%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Highlight_dot_net_form_text_box_onfocus_using_jquery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Highlight_dot_net_form_text_box_onfocus_using_jquery</guid>
      <pubDate>Fri, 10 Jul 2009 08:52:41 GMT</pubDate>
    </item>
    <item>
      <title>How to export delimited (tab, space, comman) file from query analyzer</title>
      <description>Read this tutorial if you want to export delimited file from a select query. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fhow-to-export-delimited-tab-space-comman-file-from-query-analyzer%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fhow-to-export-delimited-tab-space-comman-file-from-query-analyzer%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/How_to_export_delimited_tab_space_comman_file_from_query_analyzer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/How_to_export_delimited_tab_space_comman_file_from_query_analyzer</guid>
      <pubDate>Fri, 26 Jun 2009 12:22:30 GMT</pubDate>
    </item>
    <item>
      <title>SQL server connection time out</title>
      <description>This article defines diffenrence between connection time out of Connection string and Command object. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fsql-server-connection-time-out%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fsql-server-connection-time-out%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/SQL_server_connection_time_out</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/SQL_server_connection_time_out</guid>
      <pubDate>Wed, 22 Apr 2009 21:13:10 GMT</pubDate>
    </item>
    <item>
      <title>Few jquery  errors , Attention J Query Gurus, invalid label</title>
      <description>J query gurus can you put some light on above problem. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2ffew-jquery-errors-attention-j-query-gurus-invalid-label%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2ffew-jquery-errors-attention-j-query-gurus-invalid-label%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Few_jquery_errors_Attention_J_Query_Gurus_invalid_label</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Few_jquery_errors_Attention_J_Query_Gurus_invalid_label</guid>
      <pubDate>Wed, 15 Apr 2009 17:03:55 GMT</pubDate>
    </item>
    <item>
      <title>Two methods to update data from one table to another table using tsql </title>
      <description>How to update fileds in a table from another table ....Two methods are defined....choose one. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2ftwo-methods-to-update-data-from-one-table-to-another-table-using-sql-and-tsql%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2ftwo-methods-to-update-data-from-one-table-to-another-table-using-sql-and-tsql%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Two_methods_to_update_data_from_one_table_to_another_table_using_tsql</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Two_methods_to_update_data_from_one_table_to_another_table_using_tsql</guid>
      <pubDate>Thu, 19 Mar 2009 20:54:03 GMT</pubDate>
    </item>
    <item>
      <title>How to populate asp.net dropdown list from database by passing radio b</title>
      <description>How to populate asp.net dropdown list from database by passing radio button list's selected value as parameter with JQuery, JSon?

In my project I am taking off asp.net update paenl where ever possible amd replacing it with JQuery ajax. Jquery Ajax is far better then asp.net Ajax and asp.net update panel.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fhow-to-populate-aspnet-dropdown-list-from-database-by-passing-radio-button-lists-selected-value-as-parameter-with-jquery%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fhow-to-populate-aspnet-dropdown-list-from-database-by-passing-radio-button-lists-selected-value-as-parameter-with-jquery%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/How_to_populate_asp_net_dropdown_list_from_database_by_passing_radio_b</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/How_to_populate_asp_net_dropdown_list_from_database_by_passing_radio_b</guid>
      <pubDate>Thu, 26 Feb 2009 18:58:41 GMT</pubDate>
    </item>
    <item>
      <title>Validation of web site address on server side using  c-sharp  and Regu</title>
      <description>A detailed website address validation  at server side in asp.net using c-sharp. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fvalidation-of-web-site-address-on-server-side-using-c-sharp-and-regular-expression%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fvalidation-of-web-site-address-on-server-side-using-c-sharp-and-regular-expression%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Validation_of_web_site_address_on_server_side_using_c_sharp_and_Regu</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Validation_of_web_site_address_on_server_side_using_c_sharp_and_Regu</guid>
      <pubDate>Wed, 25 Feb 2009 21:25:01 GMT</pubDate>
    </item>
    <item>
      <title>How to disable Asp.net Button with Jquery?</title>
      <description>This example shows how to disable Asp.net Button using Jquery. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fhow-to-disable-aspnet-button-with-jquery%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fhow-to-disable-aspnet-button-with-jquery%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/How_to_disable_Asp_net_Button_with_Jquery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/How_to_disable_Asp_net_Button_with_Jquery</guid>
      <pubDate>Mon, 16 Feb 2009 16:15:54 GMT</pubDate>
    </item>
    <item>
      <title>Json, Jquery, $.ajax(), asp.net  and c# to get ajaxed data table rows </title>
      <description>How to get ajaxed data table rows passing multiple parameters using  Json, Jquery, $.ajax(), asp.net  and c#  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fjson-jquery-ajax-aspnet-and-c-to-get-ajaxed-data-table-rows-passing-multiple-parameters%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2fjson-jquery-ajax-aspnet-and-c-to-get-ajaxed-data-table-rows-passing-multiple-parameters%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Json_Jquery_ajax_asp_net_and_c_to_get_ajaxed_data_table_rows</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Json_Jquery_ajax_asp_net_and_c_to_get_ajaxed_data_table_rows</guid>
      <pubDate>Fri, 13 Feb 2009 18:19:32 GMT</pubDate>
    </item>
  </channel>
</rss>
