|
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Manish K Gupta
|
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...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Maze
|
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. ...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Adnan Aman
|
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...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Anand M
|
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....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: webbuilder
|
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...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: 1anurag
|
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....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Ralph Varjabedian
|
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...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Yazeed Hamdan
|
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....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: .dan.g.
|
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...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Paul Coldrey
|
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...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Jimmy Zhang
|
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 ....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: edwin_vermeer
|
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...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Lukasz Swiatkowski
|
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:...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Jose M. Menendez Poó
|
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...
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: SK Genius
|
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....
|
|
Search Result: Found
50
sites
|
|
|
|
|
|
|