German Wear Discount Shop - Click Here Write for Dotnet-friends and earn for your each submission [Dot]Net-Friends
Skip Navigation Links
Home
Latest
Fast Code
Articles
Tutorials
Online Resources
Forums
Login   | Hi, Guest


Our Web Services & RSS FeedsAccess our Latest work either at your Desktop or in your own Website.
Use our Web Serivces or RSS Feeds. Read about accessing Web Services here>

::Latest at Dotnet Friends::

Forum: What are Friends talking about?

Topic is Open Topic: how to send an Email using c# .net in window applications.
Last by omerkamal on Yesterday, 16:03
Started by prabha on Yesterday, 10:13
[Messages(2) :: Views(26)]
Forum Name: Visual C# .NET
Topic is Open Topic: How to get Windows UserName in ASP .NET Web application
Last by omerkamal on 14/08/2008
Started by govind_ind12 on 14/08/2008
[Messages(2) :: Views(68)]
Forum Name: Web Development with ASP .NET
Topic is Open Topic: how can we get the all the users information in the LAN in c#
Last by omerkamal on 12/08/2008
Started by prabha on 12/08/2008
[Messages(2) :: Views(42)]
Forum Name: Visual C# .NET
Topic is Open Topic: how to include image in c#
Last by omerkamal on 12/08/2008
Started by prabha on 12/08/2008
[Messages(2) :: Views(19)]
Forum Name: Visual C# .NET
Topic is Open Topic: how can we disable a button in c# window application
Last by omerkamal on 11/08/2008
Started by prabha on 11/08/2008
[Messages(2) :: Views(31)]
Forum Name: Visual C# .NET
Topic is Open Topic: Grid View - Button
Last by govind_ind12 on 11/08/2008
Started by govind_ind12 on 11/08/2008
[Messages(1) :: Views(23)]
Forum Name: Visual C# .NET
Go to Forums >>

Latest Articles at ASP .NET

Cancelling an Asynchronous PostBack in ASP.NET Ajax

The behavior of an asynchronous PostBack is quite similar to a synchronous PostBack. In an asynchronous model, all the server side events occur, as they do in a synchronous model. The Microsoft AJAX Library also raises client side events. However when the page is rendered, asynchronous PostBack renders only the contents of the UpdatePanel, whereas in a synchronous PostBack, the entire page is recreated and sent back to the browser. In one of the previous articles, I had shown how to cancel a synchronous PostNack using ASP.NET. In this article, we will see how to cancel an asynchronous PostBack. (Read more)
[By(Suprotim Agarwal)]

ASP.NET AJAX DropDownExtender - Tips and Tricks

The DropDownExtender is an ASP.NET AJAX control that can be attached to almost any ASP.NET control to provide a drop-down menu. In this article, we will see some tips and tricks that can be applied to a DropDownExtender control. (Read more)
[By(Suprotim Agarwal)]

Calling Functions/Methods Synchronously and Asynchronously Using Delegates

This article examines the use of delegates to call functions and methods synchronously and asynchronously. (Read more)
[By(Muhammad Adnan Amanullah)]

ASP.NET MVC Framework Controller Action Security

The ASP.NET MVC Framework allows developers to build web applications in a more flexible way. Using the MVC Framework you bypass the headaches of ViewState and Postbacks and also enable your application for testing. In this article we are going to take a look at the Controller Action Role-Based Security. (Read more)
[By(Mohammad Azam)]

GDI Tutorial

In this tutorial you will learn how to use GDI to draw an image or text on your ASP.NET Web page (Read more)
[By(fikri)]
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 15
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 43
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)]

Login to Rate 37
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 346
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 252
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 412
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 385
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 168
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 422
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 1452
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 1097
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 388
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 339
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 735
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 432
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 929
Get your Mouse Coordinates using Javascript
Finding Mouse coordinates of the Page (window object)
[By(Omer Kamal) :: Date(02/02/2008)]

4 426
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 405
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 464
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 826
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.



New Cool Friends
redgum
younus
annie
melhacker
ronke
< All Members >