Articles (2414) - Page 96

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

2414 records found.
 
SheoNarayan
TextBox Tips and Tricks Part-II 
Last updated on: 09 Jul 2011 09:02:17 AM by SheoNarayan | Views: 9245 | Category: ASP.NET |
In this article we shall learn how to submit a page to the server when the TextBox value has changed, specify the width of the TextBox, specify the Maximum characters allowed for the TextBox, making the textbox readonly or disabled, and displaying multi-line textbox in asp.net.
Vishvvas
Extensions Methods (Part I) in .NET Framework 
Last updated on: 08 Jul 2011 03:22:13 AM by Vishvvas | Views: 9431 | Category: .NET Framework |
Votes: 2 | Rating: 4 out of 5
From .NET framework 3.0, a very useful feature named extension method was added. This is simple to understand and use and developers would be happy to know about it.
Webmaster
A Wonderful Experience of a winner in Article Writing Competition 2011 on DotNetFunda.com 
Last updated on: 07 Jul 2011 03:57:23 AM by Webmaster | Views: 7182 | Category: Others |
Votes: 3 | Rating: 5 out of 5
This post shares an experience and attachement with DotNetFunda.Com where we can get bunch of knowledge about microsoft technologies and chance to share our knowledge. An Interview with from Mr. Radha Srikanth, the 1st prize winner of DotNetFunda.com Article Writing Competition 2011.
Ugain
Choosing the right employer 
Last updated on: 06 Jul 2011 11:21:16 AM by Ugain | Views: 27016 | Category: Others |
Votes: 2 | Rating: 4.5 out of 5
Synopsis: I recall an interesting statement made by Pete Deemer(http://www.goodagile.com/) when I was attending his training session on Scrum, and I quote "To sum up, what is a career? It is a sum of many ordinary days at the office with a few turning points in between. " On a deeper level, we as individuals are responsible for both the turning points (job changes and promotions) and the ordinary days (which organization we serve). Choosing the right employer is a critical decision, and yet it is not given the due attention it deserves. This article is an attempt on my part to capture all the techniques I have used over the years to arrive at an informed decision. While it is impossible to know everything in advance, an investigative mindset and enough leg work will ensure that you arrive at a fairly accurate estimate of the potential employer.
Susanthampy
Inserting values into database using ado.net 
Last updated on: 06 Jul 2011 08:51:27 AM by Susanthampy | Views: 45993 | Category: ADO.NET |
Votes: 4 | Rating: 3.75 out of 5
In this article I am explaining about how to insert data into database using ado.net. This article is helpful for beginners.
Vishvvas
To discuss about LINQTOSQL and Entity Framework – what is what 
Last updated on: 06 Jul 2011 07:51:27 AM by Vishvvas | Views: 7277 | Category: Others |
Votes: 3 | Rating: 4.67 out of 5
Microsoft's products LINQ to SQL and Entity Framework have provided another options to the ORM users/implmenters. These products are unique and different from existing ORM's and it would be interesting to see how it distinguishes itself.
SheoNarayan
TextBox Tips and Tricks Part-I 
Last updated on: 05 Jul 2011 04:36:41 AM by SheoNarayan | Views: 11777 | Category: ASP.NET |
Votes: 3 | Rating: 3.67 out of 5
In this article we shall learn how to programmatically set the TextBox value and get the TextBox value, render a password type textbox and how to specify the AutoComplete type of the TextBox and what is the use of it.
  • SheoNarayan
    How to bind dropdownlist with database value 
    Last updated on: 04 Jul 2011 07:02:15 AM by SheoNarayan | Views: 26119 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    In this article, we shall learn how to bind DropDownList or ListBox to the records coming in from the database.
    Vishvvas
    HTML 5 Primer 
    Last updated on: 04 Jul 2011 05:02:15 AM by Vishvvas | Views: 12301 | Category: Others |
    Votes: 1 | Rating: 4 out of 5
    The standard for HTML5 is drafted in May-2011. It would be finalized soon. It would be interesting to see what it offers and what one need to know about it.
    Webmaster
    Winners of Article Writing Competition 2011 
    Last updated on: 03 Jul 2011 01:00:29 AM by Webmaster | Views: 10641 | Category: Others |
    Votes: 2 | Rating: 4 out of 5
    Since last two months we were running "Article Writing Competition - 2011" on the occasion of 4th year of excellent track record of serving .NET Community.
    Goldytech
    How to work with Hierarchal data in Entity Framework 
    Last updated on: 02 Jul 2011 02:36:15 AM by Goldytech | Views: 14655 | Category: ADO.NET |
    Votes: 1 | Rating: 5 out of 5
    In this article I teach you how you can get hierarchal data using Entity Framewwork with self referencing table
    SheoNarayan
    How to see consolidated trace information of all pages in ASP.NET application 
    Last updated on: 01 Jul 2011 02:51:16 AM by SheoNarayan | Views: 6816 | Category: ASP.NET |
    In earlier articles we learnt that how to enable debugging in ASP.NET , Trace the asp.net application or website to know that how the page execution is happening and which method is taking how much time. In this article we shall learn how to see consolidated trace information for all visited pages of the website.
    Vishvvas
    Invoking of delegates in .NET (Part II) 
    Last updated on: 30 Jun 2011 03:42:44 AM by Vishvvas | Views: 14969 | Category: .NET Framework |
    Votes: 1 | Rating: 4 out of 5
    To see how dynamic invocation of delegates works and discuss about the usage scenario
    WilsonMatthews
    How to build your own speech to text based call recording system 
    Last updated on: 29 Jun 2011 09:31:46 AM by WilsonMatthews | Views: 10316 | Category: C# |
    This article is inspired to present the easiest way of building your own speech to text based call recording system.
    Vforvijay
    How to slideshow images from database using ASP.Net 
    Last updated on: 29 Jun 2011 09:19:41 AM by Vforvijay | Views: 50500 | Category: ASP.NET |
    Votes: 1 | Rating: 3 out of 5
    In this article we shall learn How to create a slide show images from the database in ASP.NET.