There are 98 guests and 0 members online. Who is online?

CodeAsp.Net, is a rich and trusted ASP.NET Community that offers valuable and powerful ASP.NET articles, blogs, forums, events, and know-how to help you increase and develop your ASP.NET software development skills - allowing you to work better and smarter. The CodeAsp.Net community is made up of a myriad of software professionals, ranging from seasoned ASP.NET developers to Architects to beginner programmers.

Featured Articles RSS Feed

Featured Articles

More Featured Articles

Whats New

  • Alert Box From ASPX Code-Behind Code
    1/20/2010
    In this blog I will explain how to open a JavaScript alert from Code-behind file.I want to show ‘Welcome’ alert on page load. Below is my code:-protected void Page_Load(object sender, EventArgs e) { Response.Write("<script>alert('Welcome')</script>"); }   Happy Coding:)
  • DataTable in ASP.NET
    1/14/2010
    In this blog I will explain how to create DataTable. here is my code:- creating Table first- private DataTable myTestTable() { DataTable myTable = new DataTable(); DataColumn myColumn; myColumn = new DataColumn(); myColumn.DataType = Type.GetType("System.String"); myColumn.ColumnName =...
  • FAQ: Cross Browser GridView Fix Header and Footer with ASP.NET Ajax
    1/6/2010
    Many developers from the forums (forums.asp.net ) are asking if how to implement fix header in GridView while scrolling. We all know that there are lots of examples out there that provide a solution that are available, however some of the solutions provided are not cross browser compatible. Whil...
  • Rank 3rd at the ASP.NET Community Hall of Fame
    1/6/2010
    Wheew..looks like i've been so busy lately.. ;)... I never thought I’d achieve this, but I’ve somehow managed to get to the top 3 rank in ASP.NET Community Hall of Fame ..This has been a very rewarding experience [~at least for me :) ]!Honestly, I really can't believe that I have helped hundreds...
  • Solving Einstein riddle in sql
    12/31/2009
    Today Morning one of my Colleague gave me this puzzle.... ALBERT EINSTEIN'S RIDDLEARE YOU IN THE TOP 2% OF INTELLIGENT PEOPLE IN THE WORLD?SOLVE THE RIDDLE AND FIND OUT.There are no tricks, just pure logic, so good luck and don't give up.1. In a street there are five houses, painted five different c...
  • Advanced url rewriting for the rest of us - how to create a custom transform in UrlRewriter.net
    12/31/2009
    Introduction At first glance url rewriting can be a daunting task, but today we will see that it doesn't have to be. Every developer desires clean urls for their apps but because its not built into the language in a straight forward way its usually left on the "nice to haves" list. The .net libr...
  • Learn exactly how you can restore a .bak file in SQL Management Studio with this step-by-step guide
    12/31/2009
    This is a step by step guide which will show you how to restore a .bak file in Microsoft SQL Server Management Studio. This technique can be used to move databases between servers or restore an existing database to a previous state. This step by step guide is complemented by these two guides whic...
  • Binding a TreeView control to a hierarchical data structure, Part I
    12/30/2009
    Download demo application - 6.57 KB Introduction In this blog I'm going to explain how you can bind a TreeView  control to a hierarchical data through recursion. TreeView Control Simply drag and Drop a TreeView  control by keeping the value of AutoGenerateDataBindings property equal to false .      ...
  • Emulating IE7 in IE8 – By adding the Meta tag programmatically
    12/29/2009
    Introduction In this blog I'm going to pesent how Meta tag can be added on an ASP.NET page programmatically. For other methods, please read the following blogs - Emulating IE7 in IE8 – By adding a Http Header in IIS Emulating IE7 in IE8 – By adding a Meta tag within the head tag on all the pages Emu...
  • Emulating IE7 in IE8 – By defining a Custom Header in Web.Config file
    12/29/2009
    Introduction In my last blogs, I had demonstrated how one could emulate IE7 in IE8 demonstrated by adding a Http Header in IIS or by adding a Meta tag within the head tag on all the pages of a web application. Now we'll learn how you can emulate IE7 in by defining a Custom Header in Web.Config file....

More Blog Entries

.
  • how to change Visual Studio's default browser
    12/15/2009
    how to change Visual Studio's default browser
  • Access dropdownlist inside the gridview
    12/10/2009
    Hi Friends, Many times we came cross the requirement when we need to access the dropdownlist's selectedindexchanged event inside the gridview, like in a shopping cart changing the item's quantity or binding the other dropdown based on the first dropdown.
  • JavaScript Expandable / Collapsible Panel Control
    12/4/2009
    This is the approach that I have adopted to develop Expandable / Collapsible Panel Control through JavaScript. Please report bugs, errors and suggestions to improve this control.
  • JavaScript ListBox Control
    12/3/2009
    This is my approach to develop custom JavaScript ListBox control. Although it is only a subset of existing HTML ListBox element, it is more user friendly than the existing one. It can be further customized for different requirements. Please let me know ab...
  • Multiple File Upload User Control
    11/27/2009
    I have tried my best to make this user control code error free. I will most welcome suggestions for further improvement in this user control. I have tested this user control on various browsers and it works fine.
  • Slide-Show User Control
    11/26/2009
    So, this is my approach to implement an ASP.NET slide show using the DataList. I have tried my best to keep it bug free. I will most welcome suggestions and criticism for further improvements of this user control. I have tested this user control on variou...
  • Implement: Paging in Repeater or Datalist Control
    11/18/2009
    As we all knows that Repeater and DataList does not have auto paging support technique like Gridview or Datagrid, but we can achieve this through PagedDataSource. By using PagedDataSource we can implement paging in Repeater or DataList. Now in our mind t...
  • JavaScript Context Menu Control
    11/6/2009
    So this is my approach. I was working for a long time to create C# like event handlers for JavaScript classes and finally, I’ve done it. Please let me know of any bugs and suggestions to improve this context menu control.
  • Maintaining States of Selected CheckBoxes in Different Pages inside the GridView
    11/4/2009
    So this is my solution. If you have some other ideas about this functionality, please share them with me.
  • GridView Rows Navigation Using Arrow (Up/Down) Keys
    11/4/2009
    I have tried my best to make this code error free. Suggestions and criticism for further improvements of this code are most welcome.

More Articles

  • PREMIUM EVENT
    Apr
    22
    The Enterprise Tech Show – A Virtual Experience Platform
    Date &Time: Wed, April 22, 2009 to Sat, April 25, 2009
    Location: , , , ,
    Posted: 4/22/2009
  • PREMIUM EVENT
    Mar
    14
    Community Tech Days - Developer Road Show
    Date &Time: Sat, March 14, 2009 to Sat, March 14, 2009
    Location: Damodar Hall, Social Service League, Dr. Ambedkar Road, Parel, , ,
    Posted: 3/9/2009
  • PREMIUM EVENT
    Mar
    07
    Secure Coding Practices
    Date &Time: Sat, March 07, 2009 to Sat, March 07, 2009
    Location: Indiranagar Club, 4th Cross, 9th Main, 2nd stage, HAL II Stage, , ,
    Posted: 2/28/2009
  • PREMIUM EVENT
    May
    07
    MVP Chat
    Date &Time: Thu, May 07, 2009 to Thu, May 07, 2009
    Location: Online, , , ,
    Posted: 1/30/2009
  • PREMIUM EVENT
    Apr
    17
    Introduction to Delegates & Events
    Date &Time: Fri, April 17, 2009 to Fri, April 17, 2009
    Location: Office, 8109, Sector D8, Vasant Kunj, , ,
    Posted: 1/30/2009
CA, US
10/5/2009
Santa Clarita
10/1/2009
San Diego, CA, US
9/26/2009
Anywhere
4/28/2009
Anywhere
4/28/2009

Quick Vote

Which version of ASP.NET you use the most?

   

Top Members (last 30 days)

People RSS Feed

Top Contributors

  1.   raghav_khunger
    Contributor6345 points  Contributor
  2.   Vinz
    Contributor3680 points  Contributor
  3.   vivek_iit
    Contributor3250 points  Contributor
  4.   Vijjendra
    Contributor2248 points  Contributor
  5.   teisenhauer
    Contributor2149 points  Contributor
  6.   vinay_jss
    Starter1936 points  Starter
  7.   Shaitender
    Starter1108 points  Starter
  8.   neel
    Starter1089 points  Starter
  9.   rtpHarry
    Starter854 points  Starter
  10.   mohit
    Starter776 points  Starter

More People