(Advertisment)
German Wear Discount Shop - Click Here
[Dot]Net-Friends
Skip Navigation Links
Home
Latest
Fast Code
Articles
Tutorials
Online Resources
Forums
Login   | Hi, Guest


Welcome to Dotnet Friends. Here where you can share the knowledge!

::Latest at Dotnet Friends::

Forum: What are Friends talking about?
Topic is Open Topic: "Resume Parser" in ASP.net using C#
Last by bak01 on Yesterday, 11:57
Started by bak01 on Yesterday, 11:57
[Messages(1) :: Views(14)]
Forum Name: Web Development with ASP .NET
Topic is Open Topic: "Resume Parser" in ASP.net using C#
Last by bak01 on Yesterday, 11:56
Started by bak01 on Yesterday, 11:56
[Messages(1) :: Views(11)]
Forum Name: Web Development with ASP .NET
Topic is Open Topic: Detect the refesh event within Update Panel
Last by arjunaugust on 15/02/2010
Started by arjunaugust on 15/02/2010
[Messages(1) :: Views(150)]
Forum Name: ASP .NET AJAX
Topic is Open Topic: web service with database especially using msaccess table sample coding
Last by ajithcoumar on 12/02/2010
Started by ajithcoumar on 12/02/2010
[Messages(1) :: Views(171)]
Forum Name: ASP.NET Web Services and XML Serialization
Topic is Open Topic: Sys.WebForms.pageRequestManager TimeoutException : the server request timed out
Last by navyjax2 on 04/02/2010
Started by aashka on 18/07/2007
[Messages(7) :: Views(5659)]
Forum Name: ASP .NET AJAX
Topic is Open Topic: matlab
Last by fahim123 on 19/01/2010
Started by fahim123 on 19/01/2010
[Messages(1) :: Views(307)]
Forum Name: ASP.NET Web Services and XML Serialization
Go to Forums >>
Latest Articles at ASP .NET

Accessing and Updating Data in ASP.NET: Filtering Data Using a CheckBoxList

With a little bit of effort it is possible to filter data based on the end user's selections in a CheckBoxList control. This article starts with a look at how to get SQL to filter data based on a user-supplied, comma-delimited list of values. Next, it shows how to programmatically construct a comma-delimited list that represents the selected CheckBoxList values and pass that list into the SQL query. Finally, we'll explore creating a custom parameter control to handle this logic declaratively. (Read more)
[By(Scott Mitchell)]

Using jQuery To Hijack ASP.NET MVC Form Posts

The following article demonstrates how to hijack ASP.NET MVC form posts using jQuery (Read more)
[By(Malcolm Sheridan)]

Using ASP.NET 3.5's ListView and DataPager Controls: The Ultimate DataPager Interface

This article shows how to use ASP.NET Routing with the ListView and DataPager controls to create the ultimate paging interface. (Read more)
[By(Scott Mitchell)]

SEO For ASP.NET Web Site

There are more than a hundred factors search engines use to rank pages. This tutorial explains the most important factors from the view of an ASP.NET developer. (Read more)
[By(Richard Bean)]

Introduction to Dependency Injection Using StructureMap

Dependency injection is a process of supplying an external dependency to a component. In this article we will learn how to use StructureMap as our dependency injection container. (Read more)
[By(Mohammad Azam)]
View more News>>


Latest Contents added to [Dot]net Friends
TitleRatingViews
The most Complete Windows Web Browser Wrapper
Here we are presenting you a most complete Wrapper of the Windows Web browser which independed of MSHTML.
[By(Omer Kamal) :: Date(14/08/2008)]

Login to Rate 625
SMO Scripting: Create MS SQL Table Using SMO and C#
Creating a MS SQL Database Table using .NET SMO Object
[By(Omer Kamal) :: Date(07/08/2008)]

Login to Rate 651
How to create MSSQL Backup with SQLDMO Object
create ms sql database Back up using SQL DMO Object
[By(Omer Kamal) :: Date(07/08/2008)]

5 703
Disable Close button in Windows Form
This article shows how to change the default behaviour of the form. Here this small tip make form's close button disabled.
[By(santhosh Kapa) :: Date(16/05/2008)]

5 1004
Migrating anonymous user profile to a Register user Profile
In some situations your web application will allowing anonymous users to do activities on the website. At later point you decide to migrate these activities to their member profiles. A good example could be an E-Commerce website Cart. Many websites allow anonymous users to create the cart collection but when they want to check out then they must login.
[By(Omer Kamal) :: Date(15/05/2008)]

4.5 839
Adding Web Reference to a Web Service from a Virtual IP URL
When we add Web Reference to a Web Service from local client Application, the port number of the proxy server (for ex 6098 ) is attached to the actual VIP URL in the...
[By(santhosh Kapa) :: Date(10/05/2008)]

5 2728
List of webservices for Business and Commerce
We are gathering list of useful web services for our DotNet Friends. Please submit more webservices if you know of.
[By(Omer Kamal) :: Date(06/05/2008)]

5 997
How do you convert a string into an enum?
Later I was implementing a web service, where I was supposed to use a given enum as a parameter dynamically. I was converting my selected string type to the given enum type. This below code will help you with this kind of operation.
[By(Omer Kamal) :: Date(06/05/2008)]

4 694
Append your Website Navigation SiteMap with current Page Title and Url
We will talk about appending the website Navigation dynamically at the page creation level. This will minimize our workloead for appending the .sitemap xml file manually.
[By(Omer Kamal) :: Date(11/02/2008)]

2 979
Solution to Uninstalling issue of ASP.NET 3.5 Extensions Preview
There is an issue when you want to uninstall the ASP.NET 3.5 Extensions CTP from your Computer. read here the solution...
[By(Omer Kamal) :: Date(06/02/2008)]

4 3340
Set Text of a Label inside a DataList's item template from code behind
Assigning Text to a Label Control embeded inside an ItemTemplate of a DataList
[By(Omer Kamal) :: Date(06/02/2008)]

4.375 2596
Exploring Custom Date Format Strings
A bird's eye view on the Custom Date Format Strings
[By(Omer Kamal) :: Date(04/02/2008)]

4.5 994
How To Install the Northwind Sample Access Database using Microsoft Access
Install the Northwind Sample Database in Microsoft Access. The Northwind database contains some great sample tables, queries, reports and other database features.
[By(Omer Kamal) :: Date(04/02/2008)]

3 884
Select all Table names in your Database
This Fast Code is a Method which returns a DataTable filled with names of the "User created Tables" for a given Database.
[By(Omer Kamal) :: Date(03/02/2008)]

5 2327
A Sorted List of Users on their Registration date using ASP .NET Membership Objects
We will produce a piece of fast cod which will show that how can we create a Sorted List of users using Membership Objects of ASP .NET.
[By(Omer Kamal) :: Date(03/02/2008)]

4 1103
How to use ASP .NET AdRotater Control To Publish "Discount ASP.NET" adds?
Use ASP .NET adds rotater Control to Group your adds and rotate them on desired impressions timing.
[By(Omer Kamal) :: Date(02/02/2008)]

5 2606
Get your Mouse Coordinates using Javascript
Finding Mouse coordinates of the Page (window object)
[By(Omer Kamal) :: Date(02/02/2008)]

4 954
Right Click event using JavaScript
Creating a Client side right Click event for the mouse using Javascript.
[By(Omer Kamal) :: Date(31/01/2008)]

5 1032
How to create a Transparent Panel Control in .NET?
There are situations when we need right click or mouse double click Client side events there we need a control which gives us a layer effect without showing itself. A transparent Panel is a nice and some time a unique solution for this.
[By(Omer Kamal) :: Date(31/01/2008)]

5 2572
Microsoft Dynamics CRM 4.0 Software Development Kit is now available!
Download the Latest SDK of Microsoft Dynamics CRM 4.0
[By(Omer Kamal) :: Date(12/01/2008)]

4 1843
View more>>

Create and Submit a Tutorial or an Article at Dotnet-Friends using online tools. After recommendation of our team you can be granted an "Online Authour" account. This will make submission of your creativity rapid. Click Add New to go to anonymous User Page.