Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Wednesday, January 07, 2009

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > ASP.Net > Tips & Tricks
Search:
What's New - What's Hot


How to use Picasa Photo Manager to upload photos to your website.        
Total Hits: 19  |  Today: 1 Author: Muffadal       Rating:  
Read Reviews | Write Review |   Your Rating: 

Picasa is a great photo manager for the windows platform and the best part is that its free. I have been using it for a long time now. And today I am going to show you how to use it to upload photos directly to your website using good old ASP.NET and some APIs from Picasa. I have my website running for quite some time now and I frequently upload photos in my gallery. Being lazy I just wanted to upload the photos on the site and things should be take care of automatically. Hence I used Google Pic...

How to change Page theme dynamically in asp.net        
Total Hits: 60  |  Today: 1 Author: Murali Manohar Pareek       Rating:  
Read Reviews | Write Review |   Your Rating: 

This is a simple code which can be used to change the page themes at run time. This code includes the three page with different method to change the page theme. The Speciality of this code is the third method that "Simply change the page theme on single postback of the page". Basic knowledge of C#, HTML, stylesheets and Java Script is required....

Keep Sites Running Smoothly By Avoiding These 10 Common ASP.NET Pitfalls        
Total Hits: 25  |  Today: 0 Author: Jeff Prosise       Rating:  
Read Reviews | Write Review |   Your Rating: 

One of the reasons ASP.NET is successful is that it lowers the bar for Web developers. You don’t need a Ph.D. in computer science to write ASP.NET code. Many of the ASP.NET people I encounter in my work are self-taught developers who wrote Microsoft® Excel® spreadsheets before they wrote C# or Visual Basic®.Now they’re writing Web applications and, in general, they’re doing a commendable job. But with power comes responsibility, and even veteran ASP.NET developers aren’t immune to mistakes. Year...

Recycling IIS 6.0 application pools programmatically        
Total Hits: 40  |  Today: 0 Author: Alberto Venditti       Rating:  
Read Reviews | Write Review |   Your Rating: 

The need for programmatically executing an application pool recycle can arise for a number of reasons. It happened to me while I was managing lots of similar ASP.NET web applications, hosted on multiple IIS 6.0 web servers, and I had to find a way to reset their cache in a quick and easy way. In particular, I was using the WebSettings mechanism for storing my ASP.NET application configuration settings and, due to the number of web apps to be contacted on many web servers, the multiple calls to G...

CodeSnip: How to Create an Oracle Insert Script Using Substitution Function in UNIX?        
Total Hits: 63  |  Today: 0 Author: Deepankar Sarangi       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article examines the creation of an insert script in Oracle by making use of the substitution function in UNIX. Deepankar begins with a short introduction followed by the various parameters of the function. The author provides a detailed analysis of the code along with relevant screenshots....

Change your asp.net form's action attribute with Response.Filter        
Total Hits: 98  |  Today: 0 Author: Tolgahan ALBAYRAK       Rating:  
Read Reviews | Write Review |   Your Rating: 

Sometimes you need to change the asp.net pages form's action attr. Sure that, there are many ways.. And this is one (simple) of them....

Easy to use web ASP.NET Chessboard Control        
Total Hits: 38  |  Today: 0 Author: Louwgi       Rating:  
Read Reviews | Write Review |   Your Rating: 

I search many websites to find an easy website control chess board to use – but could not find any – so I have created a very easy to use chessboard control. Most other source codes is using GDI graphics and windows forms - The logic I've used here is very easy and anybody can use it on a website. You only need .NET installed and you can copy the usercontrol on any page.

Please note I haven't add any logic on the control but this can easy be build in like you want to....

Sending Email From JavaScript using OutLook Automation        
Total Hits: 41  |  Today: 0 Author: Kushan Thakershy       Rating:  
Read Reviews | Write Review |   Your Rating: 

Sometimes we have very specific requirements for sending emails. I had faced the same problem. Our client wanted to send email by only using Outlook 2003. The Office 2003 was installed only on the client machine, so I had to create a client side code to send an email through Outlook Express 2003. I could easily send email with ASP.NET and SMTP protocol, but the client wanted to use Outlook 2003 to send an email, which inspired me to write the following code. The code is written in JavaScript and...

The .NET Class encapsulates the Amzi! Logic Server for use by .NET applications and applets. It includes:        
Total Hits: 49  |  Today: 0 Author: pistasio       Rating:  
Read Reviews | Write Review |   Your Rating: 

Recently while working on a order processing system, I needed a quick and dirty method to insert rows of a child table. I thought this would be the ideal time to use .NET 2.0's Gridview and SqlDataSource feature set. While I quickly picked up on the update, delete, and select capabilites, the insert functionality didn't appear to work.

A search of the internet uncovered only disclaimers and workarounds, including the templated column footer that I had used with 1.1 Datagrids. What I neede...

A Thorough Examination of "Disabling the Back Button."        
Total Hits: 89  |  Today: 0 Author: Akhilesh Reddy       Rating:  
Read Reviews | Write Review |   Your Rating: 

I have had a lot of people ask, "How to I ‘disable’ the back button?" or, "How do I prevent a user from clicking the back button and going back to the previous screen?" In fact, this is one of the most commonly asked questions on the ASPMessageboard and, sadly, the answer is quite simple: You CANNOT disable the back button of the browser....

How to configure a Timer object        
Total Hits: 58  |  Today: 0 Author: DotNetSpace       Rating:  
Read Reviews | Write Review |   Your Rating: 

This code shows how to configure a timer object to call determined method at some defined intervals....

How To Implement Forms-Based Authentication in Your ASP.NET Application by Using C# .NET        
Total Hits: 47  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article demonstrates how to implement forms-based authentication by using a database to store the users....

Building Secure ASP.NET Applications: Authentication, Authorization, and Secure Communication        
Total Hits: 66  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

IPSec is a technology provided by Windows 2000 that allows you to create encrypted channels between two servers. IPSec can be used to filter IP traffic and to authenticate servers. This How To shows you how to configure IPSec to provide a secure (encrypted) channel....

How To: Use IPSec for Filtering Ports and Authentication        
Total Hits: 36  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

Internet Protocol security (IPSec) is a protocol, not a service, that provides encryption, integrity, and authentication services for IP-based network traffic. Because IPSec provides server-to-server protection, you can use IPSec to counter internal threats to the network, including eavesdropping, tampering, man in the middle attacks, IP spoofing, and other password-based attacks. IPSec is completely transparent to applications because encryption, integrity, and authentication services are imple...

SSI - Server Side Includes ... some tricky things        
Total Hits: 75  |  Today: 0 Author: Kundan Narendra.       Rating:  
Read Reviews | Write Review |   Your Rating: 

I think many people still don’t use the SSI- Server Side Includes, because they don’t know the importance or how to take advantage of this kind of facility, or because they’re in the earlier stage of learning ASP, like myself.
I’ll try to explain by giving a simple example – when you’re writing a long document (about 50 pages) in Microsoft Word, and you need your company’s logo in each page, what will you do? At least, everyone knows that we can use 'Header & Footer', so we need to put in fir...

How to auto refresh page        
Total Hits: 111  |  Today: 0 Author: Nayan Patel       Rating:  
Read Reviews | Write Review |   Your Rating: 

Here is the script to refresh page automatically at certain interval...

CodeSnip: Simple Array Shuffler        
Total Hits: 102  |  Today: 0 Author: Joseph Chahine       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this code snippet Joseph demonstrates how to shuffle an array in a very simple and intuitive manner.
ShuffleArray is a function that takes an array as argument, shuffles it, and returns another array holding the shuffled items....

ASP.NET Tip: Using the LoginName and LoginStatus Controls        
Total Hits: 132  |  Today: 0 Author: Eric Smith       Rating:  
Read Reviews | Write Review |   Your Rating: 

Besides the new LoginView control that Microsoft added to ASP.NET 2.0, you could use a couple of handy controls in conjunction with your web site security: LoginName and LoginStatus.
The LoginName control simply displays the user name if the user is logged in. If the user isn't logged in, nothing is rendered to the page. You can combine this with the LoginView control as follows:


ASP.NET Tip: Using the LoginView Control        
Total Hits: 130  |  Today: 0 Author: Eric Smith       Rating:  
Read Reviews | Write Review |   Your Rating: 

ASP.NET 2.0 has added a number of controls to simplify developers' lives when it comes to routine, repeated tasks that are common to web applications. This tip discusses the LoginView control, which works hand in hand with the other security features of ASP.NET.
Most web applications that have any sort of user authentication need to show different content based on whether or not the user is logged into the application. The simplest example is showing a Log In link to unauthenticated users and...

Using URL rewriting to make money from google and search engines        
Total Hits: 127  |  Today: 0 Author: ropel.       Rating:  
Read Reviews | Write Review |   Your Rating: 

Easy way in asp.net to do MOD URL base from a table in the database. Need a way to create nice URLS that search engines like for a content page. The goal of this was to be able to add content pages to a site, and automatically have the URL rewritten and pull from a DB. The content site has an article summary page and an article detail page....


1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  Next >> 


DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net