KaushaL.NET

Archive for September 2008

Visualize your .NET code with nAML!

Posted by: Kaushal on: September 12, 2008

Understanding the architecture and code in software application plays as major factor while building good software products.
Along with specification, examples and tools, a new visual modeling technique being introduced, termed as “nAML” (.NET
Application Modeling Language), which overcomes the limitation of typical modeling languages in a revolutionary way! Nothing
much to say, just download (FREE) it and [...]

How to send an email with attachment in asp.net 2.0

Posted by: Kaushal on: September 11, 2008

I have seen many posts over forums asking for how to send emails in asp.net.
In this blog post, I am going to post code snippet to send email in asp.net (with / without attachment).
MoreOver, for Complete FAQ for the System.Net.Mail namespace found in .NET 2.0 (Click here for System.Web.Mail). This is an excellent resource [...]

South Asia MVP Open Day 2008 at Goa, India

Posted by: Kaushal on: September 10, 2008

There will be South Asia MVP Open Day 2008 at Goa, India near around mid of November! Goa is a marvalous city with its lively culture, sumptuous food, and of course the beaches! I am eagerly waiting for!!
Read More…

Generate Thumbnail images in ASP.NET

Posted by: Kaushal on: September 8, 2008

I needed to generate Medium (250 X 250) and small (150 X 150) size images from Large (500 X 500) size images as Product images to display in a shopping cart application.
To generate thumbnail images (for scenario I wrote above, or to display iconic Product images within GridView along with Product Details):
Read More…

Streaming Audio Files in ASP.NET

Posted by: Kaushal on: September 6, 2008

I was having a requirement to Stream Audio files in one of my on-going ASP.NET application; While I googled, I found that to Stream Audio files in a webpage, we need to use <object> tag.
The <object> element can support many different media types, like:

Pictures
Sounds
Videos
Other Objects

We just need to add the Windows Media Player reference using [...]

Accessing Web.Config File SMTP Mail Settings Programmatically

Posted by: Kaushal on: September 5, 2008

I needed to read my SMTP email settings defined under system.net section in my web.config file. In order to use eNewsLetter and other SiteAdmin CMS modules that sending email notifications; you can setup your web.config to defind SMTP services settings.
Below is one example of SMTP email setting defined in web.config file:
(Under <configuration> Section)
<system.net>
<mailSettings>
<smtp deliveryMethod=”Network” from=”testuser@domail.com”>
<network [...]

Auto Postback or Refresh page for every defined time interval

Posted by: Kaushal on: September 5, 2008

The Scenario may come where application needs data to be updated automatically. The Question comes; Is there a way by which we can auto refresh a page for specific time interval so as to update the Content(automatically).
The ultimate goal is; we want to refresh our page automatically at a defined time interval. First, if you [...]

Renaming a DataBase (MS-SQL)

Posted by: Kaushal on: September 4, 2008

Check out this excellent article:
It’s not often you’ll need to rename a database, but when you do what looks like a trivial task can be complicated in a hurry. Today we’ll review the techniques used to rename a database and discuss some of the more interesting problems that can arise from renaming [...]

The Life

Posted by: Kaushal on: September 4, 2008

Tags:

To Pooja…

Posted by: Kaushal on: September 2, 2008

Rescue me from the mire
Whisper words of desire
Rescue me – darling rescue me
With your arms open wide
Want you here by my side
Come to me – darling rescue me
When this world’s closing in
There’s no need to pretend
Set me free – darling rescue me
I don’t wanna let you go
So I’m standing in your way
I never needed anyone [...]

Tags:

Victims

  • 39,135 Hits

Calendar

September 2008
M T W T F S S
« Aug   Jan »
1234567
891011121314
15161718192021
22232425262728
2930  

Archives

KaushaL Parik (Microsoft MVP – ASP.NET)