|
|
|
|
|
Total Hits: 19 | Today: 1
|
Author: Muffadal
|
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...
|
|
|
|
Total Hits: 60 | Today: 1
|
Author: Murali Manohar Pareek
|
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....
|
|
|
|
Total Hits: 25 | Today: 0
|
Author: Jeff Prosise
|
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...
|
|
|
|
Total Hits: 40 | Today: 0
|
Author: Alberto Venditti
|
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...
|
|
|
|
Total Hits: 63 | Today: 0
|
Author: Deepankar Sarangi
|
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....
|
|
|
|
Total Hits: 98 | Today: 0
|
Author: Tolgahan ALBAYRAK
|
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....
|
|
|
|
Total Hits: 38 | Today: 0
|
Author: Louwgi
|
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....
|
|
|
|
Total Hits: 41 | Today: 0
|
Author: Kushan Thakershy
|
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...
|
|
|
|
Total Hits: 49 | Today: 0
|
Author: pistasio
|
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...
|
|
|
|
Total Hits: 89 | Today: 0
|
Author: Akhilesh Reddy
|
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....
|
|
|
|
Total Hits: 58 | Today: 0
|
Author: DotNetSpace
|
Rating:
|
|

This code shows how to configure a timer object to call determined method at some defined intervals....
|
|
|
|
Total Hits: 47 | Today: 0
|
Author: Microsoft
|
Rating:
|
|

This article demonstrates how to implement forms-based authentication by using a database to store the users....
|
|
|
|
Total Hits: 66 | Today: 0
|
Author: Microsoft Corporation
|
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....
|
|
|
|
Total Hits: 36 | Today: 0
|
Author: Microsoft Corporation
|
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...
|
|
|
|
Total Hits: 75 | Today: 0
|
Author: Kundan Narendra.
|
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...
|
|
|
|
Total Hits: 111 | Today: 0
|
Author: Nayan Patel
|
Rating:
|
|

Here is the script to refresh page automatically at certain interval...
|
|
|
|
Total Hits: 102 | Today: 0
|
Author: Joseph Chahine
|
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....
|
|
|
|
Total Hits: 127 | Today: 0
|
Author: ropel.
|
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....
|
|
|
|
|
|