Go to DotNetFunda.com
  Welcome, Guest!  
LoginLogin  
{ Submit resources and get monthly gifts !!! }
Submit: Article | Interview Question | Joke | Question | Link || Search  
 Skip Navigation LinksHome > Articles

Articles submitted by registered members

Articles

SEO friendly pagination using asp:DataPager control  New

This article shows how to paginate (SEO friendly) a ListView using DataPager control without enabling ViewState.

ListView Tips and Tricks  

ListView control is one of the most popular and powerful web server control in ASP.NET 3.5. In this article, we will explore most frequently asked questions about ListView control.

Dynamic Menu using XML DataSource ASP.NET ,VB.NET  

I am going to explain how to build dynamic menus using XMLDataSource Asp.Net ,vb.net.

Generating XML from relational database tables  

This article describes how to generate XML string from relational database tables.

Forms Authentication in ASP.NET with C#  

This article describe how to use Forms Authentication in ASP.NET with C#. After reading this article you will be able to create a web application with Forms Authentication. This article also includes downloadable sample project with source code.

ASP.NET Client Side TextBox Validation  

Like most programming tasks, client validation can be as simple or as more complex .In this article I am going to explain the Client Side Texbox Number/Characters Validation with JavaScript .

Working with HttpHandler in IIS 7  

In order to use custom HttpHandler in IIS 6 we simply used to write <httpHandlers> tag inside System.web tag in web.config file but in IIS 7 it is little tricky. In this article, I am going to show how to configure custom HttpHanlder in IIS 7.

Service Oriented Architecture, a real world example in ASP.NET with C#  

Service Oriented Architecture (SOA) a buzzing word in the world of software development these days. In this article, we will try to understand what the SOA is and how to create and consume it in ASP.NET with C#.

Uploading Files with ASP.NET ,VB.NET  

In this article, I will explain how to uplaod files using ASP.NET ,VB.NET.It is a simplest way of uploading the files.

ToolTip for List Items  

Adding tooltips for Items in a dropdownlist control

Reading and Writing Text Files  

Text files provide a common denominator format where both people and programs can read and understand. The .NET Framework includes convenience classes that make reading and writing text files very easy.

C# and ActiveX DLLs  

You may wonder about the idea of calling this DLL in a C# Application. Well, the C# language provides a way to call this COM server in a program. When we compile a C# program, Intermediate Language is generated and it is called as Managed Code. A Visual Basic 6.0 DLL is Unmanaged, meaning it is not generated by the Common Language Runtime, but we can make this VB DLL interoperate with C#, by converting it into a .NET compatible version. The following example shows how to create a simple server by using Visual Basic 6.0 and implementing it in a C# client program.

Brief Notes about Windows Communication Foundation  

In this article , im going to brief about WCF ( Windows Communication Foundation)

Introduction to ADO.NET  

To my surprise, there are still software development houses that still initiate a Development using languages like VB6 and obviously using ADO. In most of the time when someone has a Problem about ADO, I fail to referrer them to an article about Introduction to ADO.NET. So I thought I should write one that will tell them how great it is to build Applications in .NET and ADO.NET is the best thing that has ever happened to Database Programming. In this Article, we are going to introduce those who are still experiencing ADO Problems.

About Web.Config Files  

I would like to share what I have understood about working with more than one Web.config file from my latest ASP.NET application.

Remoting.Net vs Web Services  

Both .Net Web services and .Net Remoting are Microsoft solutions for distributed application. Before choosing one of them for application development, let’s identify the differences between these technologies.

Difference between asp:LinkButton, asp:ImageButton, asp:Button and asp:HyperLink control  

In this article, I am going to describe what are the main differences between asp:LinkButton, asp:ImageButton, asp:Button and asp:HyperLink control and how/where to use them effectively.

How to Serialize and DeSerialize an object into XML  

In this article, I am going to show how to Serialize and DeSerialize an object (can be a collection object or an object) into XML format using ASP.NET System.Xml.Serialization.XmlSerializer class.

How to pass a value from User Control to the Page  

In the process of developing an application, there are situations when you need to pass a particular value from user control to its calling page. This article describes solution to that type of problem in an easy to follow steps.

Getting all stored procedures from a database  

Hi all, Here how you can get all the stored procedure from a database. Hey not only the name but the stored procedures definitions also.

Navigate to: Current Page 1 | Page 2 | Page 3 | Page 4 | Page 5 |


Question: Why to use www.dotnetfunda.com google search?
Answer: This search has been especially optimized to search technical articles. You may find to-the-point results in comparison with other search.
Google
About Us | Contact Us | Privacy Policy and Terms of Use | Link Exchange | Members | Go Top
All rights reserved to DotNetFunda.com. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks.
This site is best viewed with a resolution of 1280x720 (or higher) and Microsoft Internet Explorer 6.0+ or Firefox 2.0+.