DotNetShoutout - Stories tagged with ASP .NET AJAX
10
Shouts

Multiselect Dropdownlist in Asp.net using C# 4.0

published 644 days, 8 hours, 57 minutes ago posted by dotnetfundadotnetfunda 646 days, 12 hours, 33 minutes ago
Wednesday, September 14, 2011 6:12:58 PM GMT Monday, September 12, 2011 2:37:19 PM GMT
HomeFreshersCareer AdviceArticlesInterviewsVideosForumsCodesBlogsCatalogJobsASP.NET TrainingCommunityMicrosoft MVP | Tutorials - ASP.NET, LightSwitch, more | Downloads | Quick Links | Top Posts | Top Performers | .NET Feeds | Bookmarks | Search | Register | Subscribe | Feedback Online : 21558 |  Welcome, Guest!   LoginHome > Articles > ASP.NET AJAX > Multiselect Dropdownlist in Asp.net using C# 4.0Advertisements Submit Article | Search Articles | Articles Home | Read Career A... (more)
category: Web Dev | clicked: 101 | 2 comments | | source: www.dotnetfunda.com
tags: ASP .NET AJAX
3
Shouts

Display Facebook Online Users in Aspnet | DevelopersCode

published 678 days, 6 hours, 8 minutes ago posted by taanu51taanu51 678 days, 17 hours, 2 minutes ago
Thursday, August 11, 2011 9:01:49 PM GMT Thursday, August 11, 2011 10:08:30 AM GMT
Hi friends, In this article i would like to explain a simple trick to integrate chating popup window in Aspnet for Facebook lovers First Open the visual studio 2008 Next,select a Aspnet Website and change the name as FacebookChating.aspx Next,Click on the source page of FacebookChating.aspx write the following code in the Head sectionand write the following code in the body sectionThats it..friends.....Subscribe to Get this Post as E Book Other Recommended Posts: Aspnet , Facebook (more)
category: Web Dev | clicked: 23 | comment | | source: www.developerscode.com
tags: ASP .NET 4.0, sql 2005, Facebook, ASP.Net 2.0, ASP .NET AJAX, SQL 2008, C#, c sharp, ASP.NET 2.0 tutorial, ASP .NET 4, C# .NET, ASP.NET
3
Shouts

Simple steps to understand Delegates in C# | DevelopersCode

published 678 days, 6 hours, 8 minutes ago posted by taanu51taanu51 678 days, 17 hours, 3 minutes ago
Thursday, August 11, 2011 9:01:49 PM GMT Thursday, August 11, 2011 10:06:41 AM GMT
Hi friends, in this article I would like share some important and simple steps about Delegates in C#Steps: 1) Delegates are similar to C++ Function Pointers2) Delegates holds the address of one or Address of many functions 3) Delegate Encapsulates (hides) some information like Class names and method names4) Delegates divided in to 2 types àSingle cast Delegate àMulticast Delegate Single cast Delegate: Single cast holds the address of one function Multicast Delegates: à Multicast cast delegates ho... (more)
category: Web Dev | clicked: 20 | comment | | source: www.developerscode.com
tags: ASP .NET 4.0, sql 2005, ASP.Net 2.0, ASP .NET AJAX, SQL 2008, C#, c sharp, ASP.NET 2.0 tutorial, ASP .NET 4, C# .NET, ASP.NET
3
Shouts

Difference between Data Reader and Dataset | DevelopersCode

published 678 days, 6 hours, 8 minutes ago posted by taanu51taanu51 678 days, 17 hours, 4 minutes ago
Thursday, August 11, 2011 9:01:49 PM GMT Thursday, August 11, 2011 10:05:46 AM GMT
Hi friends, in this article I would like share some important differences between Data Reader and Dataset Data set: --> Dataset is a class, which is the part of System. Data Namespace --> Dataset supports connectionless architecture. That is, active connection is not required while working with datasets --> Dataset cannot communicate directly with database Hence data adapter is required to carry the data in between dataset and database --> Data Adapter is used to carry the data but ... (more)
category: Web Dev | clicked: 14 | comment | | source: www.developerscode.com
tags: ASP .NET 4.0, sql 2005, ASP.Net 2.0, ASP .NET AJAX, SQL 2008, C#, c sharp, ASP.NET 2.0 tutorial, ASP .NET 4, C# .NET, ASP.NET
3
Shouts

Develop your own TextBox with a new enumerated property called as Input Type | DevelopersCode

published 678 days, 6 hours, 8 minutes ago posted by taanu51taanu51 678 days, 17 hours, 6 minutes ago
Thursday, August 11, 2011 9:01:49 PM GMT Thursday, August 11, 2011 10:04:36 AM GMT
Hi Friends,In this tutorial i wolud like to explian very interesting topic about creating your own Textbox.Here we are creating two types of text boxes .one Textbox for accepting only digits and another textbox accepting only alphabets(Upper case and lower case) Step 1)First open the visual studio 2008 Step 2)Next open the windows forms control library project and change the name as UserDefinedTextBox Step 3)next open the code view Step 4)change the class declaration as follows public partial clas... (more)
category: Web Dev | clicked: 12 | comment | | source: www.developerscode.com
tags: ASP .NET 4.0, sql 2005, ASP.Net 2.0, ASP .NET AJAX, SQL 2008, C#, c sharp, ASP.NET 2.0 tutorial, ASP .NET 4, C# .NET, ASP.NET
3
Shouts

ASP.NET WebForms Best Practices

posted by nightmannightman 1284 days, 3 hours, 1 minute ago
Monday, December 14, 2009 12:09:35 AM GMT
A collection of useful ASP.NET best practices. (more)
category: Web Dev | clicked: 8 | comment | | source: jsprunger.com
tags: WebForms, ASP .NET AJAX, Best Practices, ASP.NET