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



Latest Contents added to [Dot]net Friends

Title Rating Views
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)]

Please Rate 196
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)]

Please Rate 218
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)]

Please Rate 190
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 583
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 448
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 718
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 684
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 357
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 644
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 2159
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 1581
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 597
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 516
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 1260
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 759
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 1903
Get your Mouse Coordinates using Javascript
Finding Mouse coordinates of the Page (window object)
[By(Omer Kamal) :: Date(02/02/2008)]

4 603
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 632
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 1102
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 1247
Use Microsoft AJAX Library and add Client Capabilities in you web application.
The documentation for AJAX features in ASP.NET includes overviews, tutorials, and API reference topics. We suggest the following progression of documentation to help you to get started.
[By(Omer Kamal) :: Date(12/01/2008)]

4 923
What is AJAX and Microsoft AJAX Library?
An introduction to AJAX Technology and Microsoft AJAX Library.
[By(Omer Kamal) :: Date(11/01/2008)]

4.9 1025
Developing Windows-based Applications with Visual C# .NET Exam Sheet
This Exam Sheet contains the distilled, key facts about developing and implementing Windows-based applications with Microsoft Visual C# .NET and Microsoft Visual Studio .NET. Review this information as the last thing you do before you enter the testing center, paying special attention to those areas where you feel you need the most review. You can transfer any of these facts from your head onto a blank sheet of paper immediately before you begin the exam.
[By(Jefry Thomson) :: Date(28/11/2007)]

5 4852
Creating a new table in SQL Server from ADO.NET DataTable
You created a DataTable from some Data Source and now you will like to save it to your Database.
[By(Dotnet Friends) :: Date(07/11/2007)]

5 376
Get schema information using the FillSchema() method of a DataAdapter using ADO.NET
How use FillSchema() method of a DataAdapter in ADO .NET
[By(Dotnet Friends) :: Date(07/11/2007)]

3.75 899
How to Get all Table names of a Database using ADO. NET?
Getting all Table names of database using System.Data.OleDb and System.Data.SqlClient Objects
[By(Dotnet Friends) :: Date(07/11/2007)]

4.2 1971
Getting Schema of a Table using GetSchemaTable
GetSchemaTable is used to get schema of the Queried Table from the Databe. The result can be used to discover the schema components.
[By(Dotnet Friends) :: Date(07/11/2007)]

4.5 718
AJAXified your SharePoint Webpart with using AJAX Update Panal
UpdatePanels are a very useful addition to ASP.NET AJAX, and represent the simplest way to convert existing, standard ASP.NET controls and parts to take advantage of Ajax techniques. However, there are some changes within Windows SharePoint Services which may get in the way of working with ASP.NET AJAX.
[By(Omer Kamal) :: Date(12/10/2007)]

4 2234
Windows SharePoint Services v3.0 vs Microsoft Office SharePoint Server 2007
If you are curious about the office SharePoint 2007 Technology or you a Starter this Article will be a good introductin for you.
[By(Jefry Thomson) :: Date(11/10/2007)]

4.5 1976
Create a small Search Engine. How to search all columns of all tables in a database for a given keyword?
Search engines saves there Data in larg databases. They index their Database always according to the most searched keywords. Here we will have a look on a small example that how can we search a given keyword in our database.
[By(Jefry Thomson) :: Date(10/10/2007)]

4 732
Create a Rollover ImageButton Web User Custom Control and add it to your ASP .NET Or SharePoint Site
In this easy Tutorial we are going to explain that how can we creae a Web User Control which will have a Rollover/Mouseover effect for an ImageButton
[By(Omer Kamal) :: Date(08/10/2007)]

5 2319
Create a Simple Web Part for SharePoint 2007 using Visual Studio Extensions for SharePoint 2007 Development
This Tutorial will create a Simple WebPart for Office SharePoint 2007 (MOSS 2007 and WSS 3.0). We will Create the SimpleWebPart in 12 easy Steps.
[By(Omer Kamal) :: Date(07/10/2007)]

4.5 5497

Note: For faster response please use Forums >> for your questions instead of the comments area! (Admin)