|
|
|
|
|
Total Hits: 16 | Today: 0
|
Author: Microsoft Corporation
|
Rating:
|
|

When your application displays error messages, it should not give away information that a malicious user might find helpful in attacking your system. For example, if your application unsuccessfully tries to log in to a database, it should not display an error message that includes the user name it is using....
|
|
|
|
Total Hits: 75 | Today: 0
|
Author: Arlen Navasartian
|
Rating:
|
|

This is a grid like Facebook Inbox style. This grid gives us the possibility of binding data and adding Facebook style events like removing the current row, expanding a row, and linking to another page.
The control uses the following methods:
* Send a jQuery AJAX request to a web server to get news in JSON format * Create rows and columns and bind data to table rows * Set the control style after data binding * Interact with user * Change and set styl...
|
|
|
|
Total Hits: 26 | Today: 0
|
Author: Ritesh Ramesh
|
Rating:
|
|

Using an HttpHandler to upload files can be quite handy while designing multiple file uploads, large file uploads, resumable file uploads, and reporting on the progress of an upload. I’m sure there are many more uses for this....
|
|
|
|
Total Hits: 88 | Today: 0
|
Author: DrABELL
|
Rating:
|
|

To make the ASP.NET web-page look-n-feel more "application-like" it is sometimes useful to restrict the right mouse click event on the page (see the working demo at: www.webinfocentral.com)...
|
|
|
|
Total Hits: 30 | Today: 0
|
Author: Prakash Hirani
|
Rating:
|
|

In div, when you give style float:left and give a width, then the div will adjust automatically into the container whenever you remove any in between div.
When you are using datalist to display image listing and using JQuery to delete any image, then if you delete any in between image then the page will not get refreshed and the image will be deleted but it will display the empty space there as follows. You can see the empty space in the second line right most in the following image....
|
|
|
|
Total Hits: 66 | Today: 0
|
Author: Jeffrey Palermo
|
Rating:
|
|

On October 6, 2007, Scott Guthrie officially unveiled the ASP.NET MVC Framework at the AltNetConf in Austin, TX. It's interesting he chose to present it for the first time at this particular venue because the target audience contained some of the most avid open-source software users including users of the MonoRail MVC framework. What could have been perhaps his most hostile and critical audience turned into happy campers after he presented the details and goals of ASP.NET MVC....
|
|
|
|
Total Hits: 242 | Today: 0
|
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: 493 | 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: 151 | 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: 202 | 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: 104 | Today: 0
|
Author: DotNetSpace
|
Rating:
|
|

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

This article demonstrates how to implement forms-based authentication by using a database to store the users....
|
|
|
|
Total Hits: 96 | 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: 69 | 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: 178 | 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: 227 | 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: 207 | 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....
|
|
|
|
Total Hits: 340 | Today: 0
|
Author: Alexander Kleshchevnikov.
|
Rating:
|
|

The problem I want to discuss in this article appears only in Internet Explorer. When absolutely positioned layer (div) is overlaid with a dropdown or some AtiveX component. In such situation z-index style sheet property does not work and layer shows under such object. For instance, take a look at the picture:...
|
|
|
|
|
|