Showing posts with label VB.NET. Show all posts
Showing posts with label VB.NET. Show all posts

Saturday 22 March 2014

How to send emails using HTML Templates in ASP.NET using C#/VB.NET

Hi Friends,in this article i will explain about Send Email using HTML template or HTML formatted email in ASP.NET.
I already explained in the previous articles about How to Create Simple RDLC Report in ASP.NET,Create your own captcha image generator in ASP.NET using C#.NET/VB.NET and Filter and Sorting in GridView using DataView.

Write the following lines in web.config file.

Sunday 29 December 2013

Monday 18 November 2013

VB.NET: ByVal Versus ByRef Example Or Difference between Byval and ByRef

Hi friends.in this article i will explain about ByVal Versus ByRef Example Or Difference between Byval and ByRef.
By Value and By Reference are two ways of passing arguments to a method. If you pass a value by value, means you send a copy of the value to a method and so changes made to that copy wont affect the original variable in a caller method.

Thursday 7 November 2013

ASP.NET AjaxFileUpload Control With Progress Bar using C# or VB.NET || Drag and Drop the multiple files using AjaxFileUpload Control With Progress Bar in ASP.NET using C# or VB.NET

Hi friends,in this article I will explain about ASP.NET AjaxFileUpload Control With Progress Bar using C# or VB.NET || Drag and Drop the multiple files using  AjaxFileUpload Control With Progress Bar in ASP.NET using C# or VB.NET.
I already explained in the previous articles about Ajax AsyncFileUpload control example in asp.net to upload files to server using C#/VB.NETAjax ModalPopUpExtender Example to edit the GridView row values in ASP.NET and How to use Ajax FilteredTextBoxExtender for validating in ASP.NET

How To Use the AdRotator Control in an ASP.NET Application

© 2012-2018 Aspdotnet-Kishore.blogspot.com. All Rights Reserved.
The content is copyrighted to Kishore and may not be reproduced on other websites without permission from the owner.