Dotnet: asp.net Datalist insert update delete exampleDotnet: asp.net Datalist insert update delete example

I want to show you how to use datalist for CRUD operation in asp.net. I created one table 'customer' with CustomerID(Primary Key) and CustomerName as two fields in database. Following is the HTML sour…

Read more »
24 Apr 2014

Difference between String and StringBuilder class in Asp.Net C#Difference between String and StringBuilder class in Asp.Net C#

Introduction: In this article i am going to explain the difference between String and StringBuilder class in ASP.NET with C# and When to use String and when to use StringBuilder and why? It is one…

Read more »
15 Apr 2014

How to Encrypt and Decrypt a String or password in asp.netHow to Encrypt and Decrypt a String or password in asp.net

In asp.net for encryption and decryption follow these  steps: Step1:  Create a class and make 2 function in this class . one for encrypting the string and another for decrypting that string. Step2: …

Read more »
12 Apr 2014

How to Compress and Resize/Scale Your Image in ASP.NET C#How to Compress and Resize/Scale Your Image in ASP.NET C#

Description: While working on asp.net application it is sometimes required to resize the image as per application requirement. Suppose there is image upload functionality in your website where user c…

Read more »
12 Apr 2014
 
Top