Community developer blogs

KaushaL.NET [Microsoft MVP - ASP.NET]

Website

Recent Posts

  • Tried first video on youtube

    Posted: 15 Jun 2009 at 05:44 by Kaushal

    I give a try with windows live movie maker > you like it (also wish to make you think!)

  • The Same Parents [Seven Lives Many Faces]

    Posted: 05 Jun 2009 at 17:32 by Kaushal

    Just tried with Windows Movie Maker…

  • Steve Ballmer – going crazy

    Posted: 22 May 2009 at 05:05 by Kaushal

    just look at the awsome videos… Steve Ballmer: Going Crazy: Steve Ballmer: Developers:

  • pooh… is that really u?

    Posted: 22 May 2009 at 04:33 by Kaushal

    Just look at what I found from my MCA II Sem CONM book… 

  • An Indian Wife’s Poem

    Posted: 10 May 2009 at 05:55 by Kaushal

  • File download problem: filename with spaces truncated in FF and replaced by underscore in IE

    Posted: 07 May 2009 at 09:06 by Kaushal

    This is a mere note to remember for future rather than a blog entry. While I am working on code to download file from server. I write below code: { [...]

  • OnKeyPress event - event.keyCode and event.which (validating for numarics)

    Posted: 05 May 2009 at 16:26 by Kaushal

    I am trying to validate textbox for numeric entry, while I added this code to accomplish in page_load event: textbox.Attributes.Add(“onkeypress”, “return (window.event.keyCode == 45 || window.event.keyCode == 13 || window.event.keyCode == 8 || window.event.keyCode == 9 || window.event.keyCode == 189 || window.event.keyCode == 109 || (window.event.keyCode >= 48 && window.event.keyCode <= 58) )”); It worked fine in [...]

  • DotNetNuke - Invalid URI: The hostname could not be parsed error

    Posted: 04 May 2009 at 10:19 by Kaushal

    Generally, I would like to blog post any errors that I face duing development. So that it would be helpful to me for my future reference in case I face it again as well as for the sake of any blog readers who may face same error. Talking about the error “Invalid URI: The hostname could [...]

  • Issue: Session Auto Expire Earlier in ASP.NET

    Posted: 04 May 2009 at 10:17 by Kaushal

    There are possible work-a-round and solution to work upon “session auto expire earlier” issue. Setting SessionTimeOut in web.config would no be enough to have your session persist for the said time or you want it to be. Here I have found some solution which worked in my case: Read More…

  • Core ASP.NET Card, Get it Free

    Posted: 04 May 2009 at 10:10 by Kaushal

    Core ASP.NET Card, Get it Free Core ASP.NET: This Refcard summarizes the most commonly used core functions and controls in ASP.NET Try it! Its free but requires registration. Read More…

  • Create PDF files on-the-fly in ASP.NET (Using Crystal Report!)

    Posted: 04 May 2009 at 09:59 by Kaushal

    Here is another requirement (perhaps a common requirement!) I needed to implement in one of on-going project website application. I needed to generate a PDF file as output from the inputs entered by end-user in a form. On [...]

  • AJAX Accordion Control “Flickering” Issue while implementing in DotNetNuke Site

    Posted: 27 Apr 2009 at 09:31 by Kaushal

    While working on DNN 5.0 site, I was trying to have a left menu navigation using AJAX Accordion. Even, I got succeeded in implementing that but i come accross an issue of - flickering the Accordion control in  IE while opening and closing and navigating thru panes. After googling, I came to know about the solution [...]

  • asp:Menu Server Control - Cross Browser Compatibility (Safari/Chrome)

    Posted: 16 Mar 2009 at 06:31 by Kaushal

    Cross browser compatibility struggle is getting upsetting while working with asp:Menu Server Control. Anyhow, It was not rendering/working well with Safari and Chrome. A bit of googling… and I have a solution for this. I have added below small piece of code snippet in my MasterPage’s Page_Load event Read More…

  • AJAX Accordion Control “Flickering” Issue while implementing in DotNetNuke Site

    Posted: 16 Mar 2009 at 06:28 by Kaushal

    While working on DNN 5.0 site, I was trying to have a left menu navigation using AJAX Accordion. Even, I got succeeded in implementing that but i come accross an issue of - flickering the Accordion control in IE while opening and closing and navigating thru panes. After googling, I came to know about the [...]

  • Cross Browser (CSS) Compatibility (setting Browser Specific Property values of controls)

    Posted: 01 Jan 2009 at 15:42 by Kaushal

    You would obviously have come across the “Browser Compatibility” issues many times while designing a webpage. For example, assigning a CSS class to any control may render well with IE but it may not get rendered that perfect way in Mozilla; and if you fix for Mozilla then IE rendering may get affected. But, we [...]

  • Freelancing in .NET/MS Technology

    Posted: 13 Nov 2008 at 03:01

    Contact me @ kaushal.parik@hotmail.com for Freelance work on .NET/ASP.NET/C#.NET/VB.NET/SQL SERVER/MS Technologies. My Details: Working in .NET Technologies since 2004 (ASP.NET 1.1,2.0,3.x - VB/C#) Awarded as Microsoft Most Valuable Professional (MS-MVP) - MVP Profile Most Active member over on-lin

  • Linkin Park widget

    Posted: 22 Sep 2008 at 04:57 by Kaushal

          

  • Visualize your .NET code with nAML!

    Posted: 12 Sep 2008 at 07:36 by kaushalparik27

    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 limi

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

    Posted: 11 Sep 2008 at 07:50 by kaushalparik27

    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

  • South Asia MVP Open Day 2008 at Goa, India

    Posted: 11 Sep 2008 at 06:04 by kaushalparik27

    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…

Events coming up

  • Mar 15

    DevWeek 2010

    London, United Kingdom

    DevWeek is Europe’s leading independent conference for software developers, database professionals and IT architects, and features expert speakers on a wide range of topics, including .NET 4.0, Silverlight 3, WCF 4, Visual Studio 2010, REST, Windows Workflow 4, Thread Synchronization, ASP.NET 4.0, SQL Server 2008 R2, LINQ, Unit Testing, CLR & C# 4.0, .NET Patterns, WPF 4, F#, Windows Azure, ADO.NET, Entity Framework, Debugging, T-SQL Tips & Tricks, and more.

Related blogs

  • عفیف احمد جنجوعہ

    Post related to my personal experience with the various frameworks, development tools and technologies, programming languages and libraries at hand. Development tools inlcude visual studio/ netbeans/ eclipse. Frameworks include .net/ Java. Languages c/ cpp/ php/ java/ c#/ asp.net. And various libraries and software factories

  • espertini.com | .net playground

    personal / technical weblog of Davide Espertini, a web developer located in Milano, Italy. He talk about ASP.Net, JavaScript, BlogEngine, DotNetNuke, Design, JQuery and much more about the IT world.

  • Artes y malas artes !!

    Artes y malas artes !! - No sólo de software vive el hombre?

Related podcasts

We'd love to hear what you think! Submit ideas or give us feedback