Ads by Lake Quincy Media
| Next Tip?
Home » Archive

Articles in the Asp.net Category

Asp.net, Asp.net, CSharp »

[6 Jul 2009 | 2 Comments | 241 views]

Hi All,
The image processing is a very typical task, but still it is simple to do. There are application where we need to create the thumbnail of the uploaded images, at that time we need to resize the image. here is the sample code through which we can resize the image easily..
We just need to use the 2-3 main name spaces that are
1. System.Drawing
2. System.Drawing.Imaging
3. System.Drawing.Drawing2D
with the use of these name spaces we can do our task. i have made a function by which we can create the thumbnail of …

Asp.net, CSharp »

[11 Jun 2009 | One Comment | 2,192 views]

Sending Email Through ASP.NET using C#
The following Sample Code is the code which can be used to send mails through ASP.Net C#…. its a working code for me…..

<pre>using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.
WebParts;
using System.Web.UI.HtmlControls;
using System.Net.Mail;
public partial class Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void Button1_Click(object sender, EventArgs e)
{
//Calling the function SendMail
Response.Write( SendMail(“meetuchoudhary@gmail.com”,”meetudmeet@gmail.com”,”meetudmeet@yahoo.com”,”Test Mail”,”Test Mail Body”));

Asp.net »

[21 Feb 2009 | 2 Comments | 669 views]

Introduction
In a simple creating an aspx page dynamically is a very tedious job. Whenever we think for dynamically creation scenarios stuck in mind about the overload to server etc. But with the help of this article one can attain the same as easily as creating another simple aspx page.
Need and Requirement
Now next words came to mind that what is the need to create an aspx page dynamically? Let me explain it:

You need to create a page, based on selected requirement at the moment.
Need to create a page from static html …

Get Adobe Flash playerPlugin by wpburn.com wordpress themes