<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by amit.jain</title>
    <description>Stories kicked by amit.jain</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>images in Gridview or DataList </title>
      <description>In this example i am going to explain how to display Images in GridView or DataList using ObjectDataSource.

For this first of all we need to create a Object to populate gridview or DataList. Right click on solution explorer and add new class, name it whatever you want to.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f06%2fimages-in-gridview-objectdatasource.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f06%2fimages-in-gridview-objectdatasource.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/images_in_Gridview_or_DataList</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/images_in_Gridview_or_DataList</guid>
      <pubDate>Mon, 29 Jun 2009 13:16:45 GMT</pubDate>
    </item>
    <item>
      <title>Read write word file in ASP.NET</title>
      <description>In this article i am going to describe how to read and write to ms word file or document in ASP.NET using FileStream, StreamReader and StreamWriter.

For this i've added a textbox for input text to be written in word document and a button to write, same for reading text from word file.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f06%2fread-write-word-filestream-streamwriter.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f06%2fread-write-word-filestream-streamwriter.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Read_write_word_file_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Read_write_word_file_in_ASP_NET</guid>
      <pubDate>Wed, 17 Jun 2009 14:07:56 GMT</pubDate>
    </item>
    <item>
      <title>Custom membership provider database for Login Control </title>
      <description>If you want to use Login Control of ASP.NET with Custom DataBase and custom membership Provider than follow the steps mentioned in this article.

In this example i m going to describe how to change and use custom Database with Login Control in ASP.NET.

First of all you need to create DataBase schema for membership.
For this create a DataBase in sql server with any name you want.
Now open Visual studio command prompt and type aspnet_regsql , press enter
this will open wizard window to setup database for membership provider &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f06%2fcustom-membership-provider-database.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f06%2fcustom-membership-provider-database.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Custom_membership_provider_database_for_Login_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Custom_membership_provider_database_for_Login_Control</guid>
      <pubDate>Fri, 12 Jun 2009 09:57:17 GMT</pubDate>
    </item>
    <item>
      <title>Insert Edit Update GridView with ObjectDataSource in asp.net </title>
      <description>In this example i am going to describe how to edit and update GridView using ObjectDataSource
For this i've created a simple database with a table named Details having 3 columns ID,Name and Location.
Open Visual studio and create a new website. Now right click on solution explorer and select add new Item &amp;gt; Sql Database &amp;gt; name it DataBase.mdf

Create a table with columns i mentioned above in this Database.

Right click on Solution explorer and Select add new Item &amp;gt; choose DataSet from the dialog box  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f06%2fgridview-objectdatasource-insert-update.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f06%2fgridview-objectdatasource-insert-update.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Insert_Edit_Update_GridView_with_ObjectDataSource_in_asp_net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Insert_Edit_Update_GridView_with_ObjectDataSource_in_asp_net</guid>
      <pubDate>Tue, 09 Jun 2009 15:02:08 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Sending Email from Gmail account</title>
      <description>If you want to send email using your Gmail account or using Gmail's smtp server in ASP.NET application or if you don't have a working smtp server to send mails using your ASP.NET application or aspx page than sending e-mail using Gmail is best option.


you need to write code like this  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f06%2faspnet-send-email-using-gmail.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f06%2faspnet-send-email-using-gmail.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/ASP_NET_Sending_Email_from_Gmail_account</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/ASP_NET_Sending_Email_from_Gmail_account</guid>
      <pubDate>Mon, 08 Jun 2009 07:58:58 GMT</pubDate>
    </item>
    <item>
      <title>Display Progress Image in Ajax Autocomplete textbox using javascript</title>
      <description>In this example i m going to describe how to add animated Progress Image inside Ajax Auto complete extender textbox to represent loading of data.

For achieving this functionality i am using two different approaches for different versions of AjaxControlToolkit.dll  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f05%2fautocomplete-textbox-progress-image-gif.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f05%2fautocomplete-textbox-progress-image-gif.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Display_Progress_Image_in_Ajax_Autocomplete_textbox_using_javascript</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Display_Progress_Image_in_Ajax_Autocomplete_textbox_using_javascript</guid>
      <pubDate>Wed, 27 May 2009 07:06:05 GMT</pubDate>
    </item>
    <item>
      <title>Register dll and assembly in asp.net </title>
      <description>To register custom control dlls and user control ascx,
we need to write in page directive of aspx html source
But using this we need to register our ascx control or dll in every page we want to use , if we need to use control or dll in more than one page or in several pages than we can register controls and dlls in web.config file &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2008%2f12%2fregister-custom-controls-dlls-and-user.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2008%2f12%2fregister-custom-controls-dlls-and-user.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Register_dll_and_assembly_in_asp_net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Register_dll_and_assembly_in_asp_net</guid>
      <pubDate>Tue, 26 May 2009 13:49:47 GMT</pubDate>
    </item>
    <item>
      <title>Auto Numbering Column in GridView or DataList</title>
      <description>Several times we need to display Auto Number or serial number for displaying records in gridview or other similar controls in ASp.NET.

We can add AutoNumber column by using Container.DataItemIndex property in html markup of the Gridview.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f05%2fadd-autonumber-column-in-gridview-or.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f05%2fadd-autonumber-column-in-gridview-or.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Auto_Numbering_Column_in_GridView_or_DataList</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Auto_Numbering_Column_in_GridView_or_DataList</guid>
      <pubDate>Sat, 23 May 2009 03:33:37 GMT</pubDate>
    </item>
    <item>
      <title>Shopping cart example in C# ASP.NET </title>
      <description>In this example i'm using GridView and DataList controls to create Products page and Product Details page in online shopping cart example &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f05%2faspnet-creating-shopping-cart-example.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f05%2faspnet-creating-shopping-cart-example.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Shopping_cart_example_in_C_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Shopping_cart_example_in_C_ASP_NET</guid>
      <pubDate>Thu, 21 May 2009 04:43:45 GMT</pubDate>
    </item>
    <item>
      <title>Add checkbox dynamically and handle CheckedChanged event in asp.net</title>
      <description>Several times we need to add dynamic controls in asp.net application using code behind.

In this post i am going to describe how to add dynamic CheckBox and assign CheckChanged event in asp.net using C# and VB.NET


To add a checkbox when page is loaded we need to write this code in page_Load Event  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f05%2fdynamic-checkbox-checkedchanged-event.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f05%2fdynamic-checkbox-checkedchanged-event.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Add_checkbox_dynamically_and_handle_CheckedChanged_event_in_asp_net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Add_checkbox_dynamically_and_handle_CheckedChanged_event_in_asp_net</guid>
      <pubDate>Mon, 18 May 2009 21:49:59 GMT</pubDate>
    </item>
    <item>
      <title>GridView Insert edit record with SqlDataSource </title>
      <description>In this example i am going to describe how to Insert record or edit or delete record in GridView using SqlDataSource.

For inserting record, i've put textboxes in footer row of GridView using ItemTemplate and FooterTemaplete. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f05%2fgridview-sqldatasource-insert-edit.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f05%2fgridview-sqldatasource-insert-edit.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/GridView_Insert_edit_record_with_SqlDataSource</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/GridView_Insert_edit_record_with_SqlDataSource</guid>
      <pubDate>Fri, 15 May 2009 02:42:59 GMT</pubDate>
    </item>
    <item>
      <title>Edit Delete multiple records in gridview with checkbox </title>
      <description>In this article i am going to explain 2 different approaches to Edit, update and delete multiple records in Gridiew with checkboxes to select rows to be edited with delete confirmation using JavaScript. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f05%2fedit-multiple-records-gridview-checkbox.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f05%2fedit-multiple-records-gridview-checkbox.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Edit_Delete_multiple_records_in_gridview_with_checkbox</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Edit_Delete_multiple_records_in_gridview_with_checkbox</guid>
      <pubDate>Wed, 06 May 2009 04:37:16 GMT</pubDate>
    </item>
    <item>
      <title>Changing Mode of DetailsView or FormView from default mode </title>
      <description>If you have a DetailsView or FormView on your aspx page and you have set it's Default mode to Insert than after inserting the record if u wanna change the mode , u would write this code in ItemInserted Event &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2008%2f12%2fchange-mode-of-detailsview-or-formview.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2008%2f12%2fchange-mode-of-detailsview-or-formview.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Changing_Mode_of_DetailsView_or_FormView_from_default_mode</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Changing_Mode_of_DetailsView_or_FormView_from_default_mode</guid>
      <pubDate>Sun, 03 May 2009 17:24:18 GMT</pubDate>
    </item>
    <item>
      <title>multiple rows or records deletion in gridview using checkbox</title>
      <description>Several times while developing web applications we need to implement functionality to delete bulk / multiple rows or records in Gridview using checkbox to select rows / records to be deleted with confirmation dialog box.

In this example i am showing how to achieve it.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f04%2fdelete-multiple-rows-gridview-checkbox.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f04%2fdelete-multiple-rows-gridview-checkbox.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/multiple_rows_or_records_deletion_in_gridview_using_checkbox</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/multiple_rows_or_records_deletion_in_gridview_using_checkbox</guid>
      <pubDate>Fri, 01 May 2009 22:24:15 GMT</pubDate>
    </item>
    <item>
      <title>Bypass or skip forms authentication or  for selected pages in ASP.NET</title>
      <description>Some readers ask me how to skip or bypass forms authentication or Authorization for selected pages in asp.net or a scenario where only few pages on site needs user to log in rest can be accessed without login. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f04%2faspnet-bypass-forms-authentication.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f04%2faspnet-bypass-forms-authentication.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Bypass_or_skip_forms_authentication_or_for_selected_pages_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Bypass_or_skip_forms_authentication_or_for_selected_pages_in_ASP_NET</guid>
      <pubDate>Sat, 18 Apr 2009 04:50:31 GMT</pubDate>
    </item>
    <item>
      <title>pass variable using querystring and linkbutton in gridview in asp.net </title>
      <description>In this example i'm going to show how to work with LinkButton in GridView and passing variable to other page and populate another gridview based on it using QueryString and QueryStringParameters.

For this example , there is no need of any code behind. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f04%2flinkbutton-gridview-querystring.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f04%2flinkbutton-gridview-querystring.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/pass_variable_using_querystring_and_linkbutton_in_gridview_in_asp_net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/pass_variable_using_querystring_and_linkbutton_in_gridview_in_asp_net</guid>
      <pubDate>Tue, 14 Apr 2009 20:31:51 GMT</pubDate>
    </item>
    <item>
      <title>Detect IP Address behind Lan or proxy in asp.net </title>
      <description>If you want to find the IP address of visitors to your aspx page or application or wanna retrieve IP for other uses than u need to write this code

Using this code we can find IP address of visitor even if visitor is behind any proxy &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2008%2f12%2ffinding-ip-address-behind-proxy-using-c.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2008%2f12%2ffinding-ip-address-behind-proxy-using-c.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Detect_IP_Address_behind_Lan_or_proxy_in_asp_net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Detect_IP_Address_behind_Lan_or_proxy_in_asp_net</guid>
      <pubDate>Mon, 13 Apr 2009 19:08:53 GMT</pubDate>
    </item>
    <item>
      <title>Disable copy paste cut and right click in textbox in asp.net</title>
      <description>Some time for many reasons we don't want to allow user to use right click to copy paste or by using ctrl+C , ctrl+v to copy and paste in textbox on a aspx page in asp.net
To implement this we can use javascript

we can achieve this in 2 ways &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f01%2fdisable-copy-paste-javascript-right.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f01%2fdisable-copy-paste-javascript-right.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Disable_copy_paste_cut_and_right_click_in_textbox_in_asp_net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Disable_copy_paste_cut_and_right_click_in_textbox_in_asp_net</guid>
      <pubDate>Sun, 12 Apr 2009 22:29:19 GMT</pubDate>
    </item>
    <item>
      <title>Implementing Ajax cascading drop down list with database in Gridview </title>
      <description>There are several cases when you have two or three dropdowns in gridview and want second one (and third one) to be populated based on selection of first and second dropdownlist.

In this example i've implemented Ajax cascading drop down list in EditItemTemaplete of GridView &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f02%2fajax-cascading-dropdownlist-database.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f02%2fajax-cascading-dropdownlist-database.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Implementing_Ajax_cascading_drop_down_list_with_database_in_Gridview</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Implementing_Ajax_cascading_drop_down_list_with_database_in_Gridview</guid>
      <pubDate>Fri, 10 Apr 2009 04:36:31 GMT</pubDate>
    </item>
    <item>
      <title>Visual studio error unable to attach binding handle invalid</title>
      <description>If you are getting unable to attach, binding handle is invalid error while running the web application in visual studio and unable to debug.

Than you need to take these steps to fix this error  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f04%2funable-attach-binding-handle-invalid.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f04%2funable-attach-binding-handle-invalid.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_studio_error_unable_to_attach_binding_handle_invalid</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_studio_error_unable_to_attach_binding_handle_invalid</guid>
      <pubDate>Thu, 09 Apr 2009 04:35:00 GMT</pubDate>
    </item>
    <item>
      <title>Method error 500 / 12031 in ajax cascading dropdown extender</title>
      <description>If you are getting Method error 500 or method error 12031 in populating dropdown using ajax cascading dropdown, than you may have missed to include below mentioned line of code in code behind of your asmx (webservice) file &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f04%2fmethod-error-500-12031-ajax.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f04%2fmethod-error-500-12031-ajax.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Method_error_500_12031_in_ajax_cascading_dropdown_extender</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Method_error_500_12031_in_ajax_cascading_dropdown_extender</guid>
      <pubDate>Thu, 09 Apr 2009 04:01:57 GMT</pubDate>
    </item>
    <item>
      <title>JavaScript window.close() in firefox </title>
      <description>If you are developing a ASP.NET application and have written a javascript
to close browser window using window.close
this won't work in Mozilla firefox
And the reason for this is

This method is only allowed to be called for windows that were opened by a script using the window.open method. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2008%2f11%2fjavascript-windowclose-does-not-work-in.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2008%2f11%2fjavascript-windowclose-does-not-work-in.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/JavaScript_window_close_in_firefox</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/JavaScript_window_close_in_firefox</guid>
      <pubDate>Mon, 06 Apr 2009 18:26:41 GMT</pubDate>
    </item>
    <item>
      <title>Disable browser back button using javascript in ASP.NET</title>
      <description>In this example i'm explaining how to disable browser's back button to avoid user going to previous page by clicking on back button of browser, for this we need to use javascript to prevent user navigating to previous page by hitting back button.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f04%2fdisable-browser-back-button-javascript.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f04%2fdisable-browser-back-button-javascript.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Disable_browser_back_button_using_javascript_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Disable_browser_back_button_using_javascript_in_ASP_NET</guid>
      <pubDate>Sat, 04 Apr 2009 23:42:39 GMT</pubDate>
    </item>
    <item>
      <title>Highlight gridview mouseover using javascript in asp.net </title>
      <description>If you want to highlight rows in Gridview on mouse hover or mouseover event by using client side javascript than you can do it in following way. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f04%2fhighlight-gridview-mouseover-javascript.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f04%2fhighlight-gridview-mouseover-javascript.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Highlight_gridview_mouseover_using_javascript_in_asp_net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Highlight_gridview_mouseover_using_javascript_in_asp_net</guid>
      <pubDate>Wed, 01 Apr 2009 05:40:19 GMT</pubDate>
    </item>
    <item>
      <title>Configure and troubleshooting sql server reporting services </title>
      <description>In this article i am going to describe how to install, configure and troubleshoot sql server reporting services  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f03%2fconfigure-sql-server-reporting-services.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpdotnetfreak.blogspot.com%2f2009%2f03%2fconfigure-sql-server-reporting-services.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Configure_and_troubleshooting_sql_server_reporting_services</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Configure_and_troubleshooting_sql_server_reporting_services</guid>
      <pubDate>Tue, 31 Mar 2009 19:49:24 GMT</pubDate>
    </item>
  </channel>
</rss>