Archive for the '.NET' Category
Generic Application Validations
30Apr09
To validatethe user input in any application we write code or use some validation controlsand we repeat this task on each and every page of application. So why not writea generic solution for that which can handle the job and also which can bereusable for any application.
I am sorryto say I am not going to [...]
Filed under: .NET, ASP.NET, ASP.NET Controls | Leave a Comment
Generic Email Templates
15Nov07
Almost every website like to communicate with its users by automatic emails for example “Registration Details”, “Forget Password” or even “Newsletters“. So you need to have some kind of mechnisim to design a template for each email type visually and will able to parse them before sending.
I have worked on this on some project and [...]
Filed under: .NET | 1 Comment
Tags: automatic, email, generic, newsletters, parser, templates