Encrypting Connection Strings

Submitted by planetsourcecode on
If you are a ASP.NET developer then you know that all the information is stored in web.config file and its is plain file which can be easily open in any text Editor like Notepad or word pad . We store all the important information like connection strings, user names, passwords.That means we are handling sensitive information in a unsafe text file.

Introduction to Java

Submitted by admin on

 

Java was developed in the year 1991 and was formally announced in 1995. Basically, java is based on C and C++. The character of java is inherited from both of these two languages. Syntax of java is related to C and Object Oriented facial from C++.

Now java is used to create web sites including interactive content, iphone applications, applications for devices like pagers and cell phones etc.

Key Features of Java

Guide to the HyperLinkField

Submitted by planetsourcecode on
If we use GridViewin asp.net, we see Hyperlinkfield, at first time we thought that it is very easy to use but at another second we get confuse how to use it so I am going to focus on using it in a Gridview which is populated from database the main thing of HyperLinkField is work like a regular hyperlink in our GridView. The main four properties are here concerned are: 1). DataTextField,

Replace “\n” with “<BR\>”

Submitted by planetsourcecode on
We got some problem in storing newline character in database. This will help the developers in most of the development conditions.There are lot of times we accept user input in a textarea or a multiline textbox and save it to a database. But while displaying the data from the database, you will find that the line breaks are not displayed properly, infact there will be no line breaks. We will need to convert all the new line characters (”\n” character) to “