Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Friday, May 09, 2008

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 / What's New
Search Result: Found 50 sites     

Encryption of Connection Strings inside the Web.config in ASP.Net 2.0        
Total Hits: 0  |  Today: 0 Author: Manish K Gupta       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article gives you a general view of the Encryption of Connection string inside the Web.config feature and
how you can use encryption and increase the security and keep the secure connection with the database. The .NET Framework 2.0 allows you to encrypt configuration sections within the Web.config or machine.config files. Encryption support for configuration files is added to the .NET Framework 2.0. The .NET Framework libraries
support for encryption and decryption in code. In this ar...

Trace in EventViewer from IIS        
Total Hits: 0  |  Today: 0 Author: Maze       Rating:  
Read Reviews | Write Review |              Your Rating: 

Sometimes ago I need to trace some error messages from a web application. A good solution for me at that time was to send all output to the EventViewer. I wrote a simple class that worked fine during the development phase. After the first release I noticed that the listener didn't work on the server machine. I started to think what is missing and after more investigations I discovered the following problem. On my computer the web application runs using WebDev.WebServer.exe under my own account. ...

Callback & Controls Rendering (Manually Partial Page Rendering)        
Total Hits: 0  |  Today: 0 Author: Adnan Aman       Rating:  
Read Reviews | Write Review |              Your Rating: 

As Callback doesn’t cause postback and page rendering neither full nor even partial. We can communicate with server (IIS) and our server side code runs there successfully and could rebind our controls like Dropdownlist, Gridview, Listview, Datalist, Repeater or any server side control to which you assign data but problem is when page wont render, its controls wont render and if controls wont render then changes wont reflect and when changes wont reflect there wont be anything at front end to sho...

CREATING HIERARCHICAL CHART USING SVG        
Total Hits: 0  |  Today: 0 Author: Anand M       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is one of my works in which I enjoyed lot. As I was searching for simple and perfect algorithm to create Hierarchical chart using SVG, I found some tips and solutions separately. Now I would like to share with you guys, Creating Hiearchcial charts with SVG....

Cross Page Postback Without Circular Reference Errors        
Total Hits: 0  |  Today: 0 Author: webbuilder       Rating:  
Read Reviews | Write Review |              Your Rating: 

This whole thing started out simple. All I wanted to do was pass a single variable back and forth between two pages in an admin section of a website using cross page postback. Were it not for my use of a master page I would not be writing about this. Without a master all you need to use is find control. However, with a master page things get more complicated. I’ll not go into it more than to say you need to find the control via the clientID and you need to somehow get that id in ways that I cons...

How To Make Anthem Ajax Work With Url ReWriting        
Total Hits: 0  |  Today: 0 Author: 1anurag       Rating:  
Read Reviews | Write Review |              Your Rating: 

Anthem Ajax is one of the best ajax library available around
to write Ajax without writing JavaScript in Asp.Net.
But attempting to combine it with Extensionless Url ReWriting
is quite a challenge.
You can download Anthem Ajax from here.
You can read more about the Url ReWriting Tool used from here.
The Form control used is an extension of this article....

Bullet Proof Cookies        
Total Hits: 0  |  Today: 0 Author: Ralph Varjabedian       Rating:  
Read Reviews | Write Review |              Your Rating: 

Security is a hot topic these days; developers are slowly learning more and more how to make their code more secure and how to learn defensive programming techniques. Years ago defensive secure programming used to be a luxury but not anymore. With the increased threats around us in the computer world, we, as developers, should keep in mind security concepts as we do our coding. One type of applications is web applications and specifically in this article I will be talking about ASP.NET applicati...

LINQ TO SQL All Common Operations (Insert,Update,Delete,Get) in ONE BASE Class        
Total Hits: 0  |  Today: 0 Author: Yazeed Hamdan       Rating:  
Read Reviews | Write Review |              Your Rating: 

I have been playing with LINQ to SQL for a bit, it is a great and easy to use along with the designer that ships with VS.NET 2008. so i wanted to create a FACADE layer that integrates with LINQ to SQL classes, the old school way is to create a public class (Manager) and this class calls your Database mappers to get/set the required info, now LINQ TO SQL replaces the mapper classes and the way to do your operations is to open the dataContext and start defining queries to perform such operations....

ToDoList 5.5.2 - A simple but effective way to keep on top of your tasks        
Total Hits: 0  |  Today: 0 Author: .dan.g.       Rating:  
Read Reviews | Write Review |              Your Rating: 

5.5 sports a new Find Tasks dialog that allows searching on multiple attributes simultaneously eg. Find tasks having category 'a', allocated to 'b' and due before 'c'. You can also choose whether two rules are 'OR-ed' together or 'AND-ed', with the one caveat that 'AND' always takes binds more tightly than 'OR'. Consider the simple logic A AND B OR C. If you enter the rules exactly as shown then the result will be (A AND B) OR C. However, if what you wanted was A AND (B OR C) then you would need...

Simple Component Inheritance In ExtJS        
Total Hits: 0  |  Today: 0 Author: Paul Coldrey       Rating:  
Read Reviews | Write Review |              Your Rating: 

ExtJS is a really cool Javascript library that contains great form building components. But, like all things you start using it in anger and it isn't long before you find something it can't do out-of-the-box and you want to extend it. I had a form made up of standard Ext.form components but then I wanted to output a couple of DIVs in the amongst the other form elements so that I could render some special content to them. Specifically, I had a report that is broken into sections and each can have...

Schemaless C#-XML data binding with VTD-XML        
Total Hits: 0  |  Today: 0 Author: Jimmy Zhang       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article introduces a new C#-XML data binding technique based entirely on VTD-XML (http://vtd-xml.sourceforge.net) and XPath. The new approach differs from traditional C# XML data binding tools in that it doesn't mandate schema, takes advantage of XML's inherent loose encoding, and is also more flexible and efficient ....

An introduction to LINQ for db4o        
Total Hits: 0  |  Today: 0 Author: edwin_vermeer       Rating:  
Read Reviews | Write Review |              Your Rating: 

There are some very nice additions to the new C# 3.0 language. For instance Automatic Properties, Object and Collection Initializers, Extension Methods, Lambda Expressions, Anonymous Types and of course LINQ. As a developer you probably often write code for accessing data with OLEDB, DAO, ODBC, ADO or ADO.NET. Or maybe you are using an object relational mapper like NHibernate or even ActiveRecord. You probably noticed that each time you needed more coding than you wanted. In this demo applicatio...

Notifying Windows Explorer about files in use        
Total Hits: 0  |  Today: 0 Author: Lukasz Swiatkowski       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is the standard way Windows Explorer notifies the user that some file is in use, and therefore it cannot be “changed” in any way (that is renamed, moved, deleted, etc.) Of course there is the way for an application to notify Windows Explorer about which files are in use. For example Microsoft Office applications do that. When Windows Explorer is notified, the message saying that the file is in use looks different:...

A Professional Ribbon you will use        
Total Hits: 0  |  Today: 0 Author: Jose M. Menendez Poó       Rating:  
Read Reviews | Write Review |              Your Rating: 

Because of the lack of good free Ribbon controls on the web, I decided to write one myself. I've analyzed previous work on ribbon-controls, including those on CodeProject. Unfortunately, most existent controls are merely bad tries. Why? well, some lack nice rendering, some lack resizing features, some lack almost everything. Of course, well developed Ribbon controls are available at a price. This ribbon is free. Why not WPF? Well mainly, because I needed the Ribbon to add it to my existing WinFo...

Game Programming - One        
Total Hits: 1  |  Today: 1 Author: SK Genius       Rating:  
Read Reviews | Write Review |              Your Rating: 

The aim of these tutorials is initially to show you how to create a simple game, from scratch, without the help of higher level API's like XNA or DirectX which automate half the process for you. All we will be using, is a windows form and GDI+ to do some basic drawing, and for a little extra convenience a few of the form's events....


1   2    3    4    Next >> 

Search Result: Found 50 sites
DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net