Quantcast
Channel: Mithila Software Blog - Asp.Net
Browsing latest articles
Browse All 10 View Live

Image may be NSFW.
Clik here to view.

Sending SMS using SMPP sample code

There are many sms paid service providers which you can use in your applications either for user verfication or information update push to the end user.When you buy bulk sms pack from your provider...

View Article



Trying out a swiss knife like asp.net email function in asp.net

Whether you are a seasoned web developer or a newbie you might agree to the point that writing email sending code for clients is one of the most frequently used actions in your life.There may be many...

View Article

Dealing with Validation of viewstate MAC failed error in asp.net

If you are testing an asp.net application on your newly created sub-domains or subdomains-in-folders then sometimes , you run into a very nasty problem that shows this error description :"Validation of...

View Article

Creating a Random Alphanumeric String in asp.net

There are sometimes when we need to create an alphanumeric string in asp.net.The small routine below can help you achieve this.Copy and paste this asp random generator method in your application...

View Article

Free swf server control for asp.net developers

Many a times , asp.net developers , need to use flash (now adobe flash !) as a part of their web projects.The handling of those junk looking flash embed codes becomes awkward so we decided to package...

View Article


Using FCKeditor built-in upload file function in asp.net

This video explains how you can use and upload feature in asp.net. This fckeditor in the video has been tweaked for enabling upload for asp.net.- Download fckeditor package file

View Article

Creating unique Image Names for uploaded files in asp.net

While programming a multiuser application in asp.net , for example a social sharing site like - video sharing , photo sharing , social network or so..There is a provision where members can upload their...

View Article

Calculating age in years and months in asp.net c#

There may be many occasions when you need to output the current age of a user in your database with respect to the current date and time especially in profile of user in content management system or...

View Article


How to download an image directly to the disk in asp.net

With just a couple line of codes you can download an image from internet onto your pc with the asp.net code below.if(Directory.Exists(@"c:\localpath")){ localFilename = @"c:\localpath\tofile.jpg";...

View Article


Image may be NSFW.
Clik here to view.

Getting the number of days in a selected month using Calender control

By Himanshu JhaSelect month and calculate all days of this monthTo get the solution to this problem we will useDrag and drop one calender control and name it Calender1 and one Label control name it...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images