|
|
|
|
|
Total Hits: 2 | Today: 2
|
Author: mayafit
|
Rating:
|
|

Recently I have stumbled on an interesting problem : I was working on a project and developed some user controls to use in this project.After a while i have started another project and wanted to use the same user controls for the new project.The problem was that i couldn't find a way to share the controls between the projects i a way that will separate the controls from the projects that use them....
|
|
|
|
Total Hits: 1 | Today: 0
|
Author: Baidehish Dwibedy
|
Rating:
|
|

PassProt is a password storage and encryption/decryption tool intended for personal use. Often we deal with remembering or writing down the tons of user ids and passwords used in daily life, e.g. accounts in banks, work, libraries, insurance and the list goes on. To avoid writing these passwords in an unsecured location like a piece of paper or a file in work/home computer or in the PDA, this tool is developed. You have to remember ONLY one password as long as you have this tool and associated f...
|
|
|
|
Total Hits: 3 | Today: 0
|
Author: anichin
|
Rating:
|
|

Microsoft's Starter Kits provide a great hands on experience for developers and make the learning process of the .Net technology real fun. One of them is Microsoft Personal Web Site Starter Kit. It provides a complete, ready to run, ready to customize, interactive Web site for sharing photos, posting your r�sum�, categorized links and more....
|
|
|
|
Total Hits: 3 | Today: 0
|
Author: bgs264
|
Rating:
|
|

I had a requirement to be able to quickly record call history for a customer when they telephoned; which was to be implemented in a footer of a .net master page; thus appear on every page of the website. Since there were over 500 customers in the system, a dropdown list would have been too large and it would have been too complex to introduce some sort of search-engine in the footer of a master page....
|
|
|
|
Total Hits: 1 | Today: 0
|
Author: aa2max
|
Rating:
|
|

An easy to setup and use, no-frills content management system with asp.net and MS Access. If you need to setup a small site, or quickly add some pages to an existing site, or let someone else update pages on your website. This simple system was the quick answer. This system can be a basic framework to build up a more advanced content management system. Or you can integrate this into your existing website to update some pages quickly from your web browser....
|
|
|
|
Total Hits: 1 | Today: 0
|
Author: Igor Krupitsky
|
Rating:
|
|

My Internet service provider gives me a static IP number but constantly changes it. This makes it difficult to remotely access my home PC from work. This simple program is designed to solve the problem of keeping track of your changing IP number....
|
|
|
|
Total Hits: 4 | Today: 0
|
Author: Marc Clifton
|
Rating:
|
|

This is a simple demonstration of managing user account information on a server using ASP.NET. I decided that this might be a good way to get my feet wet in the whole ASP.NET environment, and the trials that I went through to get this far, might be of interest (and amusement!) to everyone else.
I am very much indebted to the numerous people on CP, who have helped answer some of my very basic questions. You all know who you are, and I thank you very much for your help....
|
|
|
|
Total Hits: 2 | Today: 1
|
Author: Peter Vogel
|
Rating:
|
|

In an earlier column , I talked about how to treat a User Control as an object, but I skipped over how to get your User Control to fire an event. Firing events isn't an ASP.NET-specific topic but because it's critical to integrating User Controls with their host page, it's worth discussing here....
|
|
|
|
Total Hits: 1 | Today: 0
|
Author: Emre Onyurt
|
Rating:
|
|

Hello, I have been searching blogs and articles about ASP.NET password recovery systems for a while. Almost all resources about this topic suggest that standard password recovery control comes with Asp.Net 2.0. However password recovery control has some limitations. Of course it works without any problem, but some developers want more options. In this article we will talk about writing our own password recovery system. For example we don�t want to send password to user�s email addr...
|
|
|
|
Total Hits: 2 | Today: 0
|
Author: linush
|
Rating:
|
|

It's not hard to find code examples on how to do custom paging in ASP.NET, but I haven't found any good examples on using a user control to do so. This example shows you how to construct your own user control to perform custom paging; thus, promote code reuse by dropping the control on every page that needs the same functionality. The user control shown in this example uses several events to control the page navigation, if you're not so familiar with how events/delegates work you'll probably hav...
|
|
|
|
Total Hits: 4 | Today: 0
|
Author: _ShreekUMAr_
|
Rating:
|
|

A basic obligation for Web sites is to permit only some members or only authenticated users to access certain pages and perform desired operations. In such case, the application must ask the user for his/her user name and password. The application must also embrace a way to conceal information from anonymous users (users who are not logged in/not authenticated/guest users). In this article, I'll show you how to use ASP.NET controls and ASP.NET membership services to create an application that ex...
|
|
|
|
Total Hits: 2 | Today: 0
|
Author: V Sridhar Chary
|
Rating:
|
|

Standard ASP.NET controls (such as the Textbox and GridView controls), Web User Controls, and even custom controls, can be used as Web Parts. When you treat a standard control as a Web Part, the control is represented in the Web Part framework with the GenericWebPart class. I have a situation where I have to use user controls as web parts and able to edit them with the custom editor parts, so that I can utilize our organization's existing user controls as web parts. But I was unable to edit them...
|
|
|
|
|
|