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: { int ChunkSize = 10000; string sFileFullPath = Server… more →
KaushaL.NETKaushal wrote 6 months ago: This is a mere note to remember for future rather than a blog entry. While I am working on code to d … more →
Kaushal wrote 6 months ago: Core ASP.NET Card, Get it Free Core ASP.NET: This Refcard summarizes the most commonly used core fun … more →
Kaushal wrote 6 months ago: Here is another requirement (perhaps a common requirement!) I needed to implement in one of on-going … more →
Kaushal wrote 8 months ago: Cross browser compatibility struggle is getting upsetting while working with asp:Menu Server Control … more →
Kaushal wrote 8 months ago: While working on DNN 5.0 site, I was trying to have a left menu navigation using AJAX Accordion. Eve … more →
Kaushal wrote 11 months ago: You would obviously have come across the “Browser Compatibility” issues many times while designing a … more →
Kaushal wrote 1 year ago: I have seen many posts over forums asking for how to send emails in asp.net. In this blog post, I am … more →
Kaushal wrote 1 year ago: I needed to generate Medium (250 X 250) and small (150 X 150) size images from Large (500 X 500) siz … more →
Kaushal wrote 1 year ago: I was having a requirement to Stream Audio files in one of my on-going ASP.NET application; While I … more →
Kaushal wrote 1 year ago: I needed to read my SMTP email settings defined under system.net section in my web.config file. In o … more →
Kaushal wrote 1 year ago: The Scenario may come where application needs data to be updated automatically. The Question comes; … more →
Kaushal wrote 1 year ago: Recently, I came across a post in the asp.net forums (This one > http://forums.asp.net/t/1313476. … more →
Kaushal wrote 1 year ago: I was having a requirement with my on-going project, in which I need to display the Blog RSS on Home … more →
Kaushal wrote 1 year ago: Many web pages feature images that can be maximized and restored within the same page. There is a si … more →
Kaushal wrote 1 year ago: I have seen posts today asking for Asynchronous Request to Server which will Query the Database for … more →
Kaushal wrote 1 year ago: In one of my previous blog post, I Described about Mutually Exclusive CheckBox inside GridView. In t … more →
Kaushal wrote 1 year ago: I was having a development requirement in which i have to implement CheckBoxes inside GridView. Scen … more →
Kaushal wrote 1 year ago: In this post; I will try to explain use of Recursion method to clear TextBoxes in nested Container C … more →
Kaushal wrote 1 year ago: Check out my article on “Code to upload file to FTP Server in ASP.NET using C#”. Check o … more →