SNB Solutions
and
Microsoft
ASP.NET
Sign in
|
Join
Home
Contact
Search
Tags
CSS
fancybox
jQuery
Sponsors
advertise here
Navigation
Home
Blogs
Archives
March 2012 (1)
June 2011 (1)
June 2009 (2)
May 2009 (1)
March 2009 (1)
January 2009 (3)
December 2008 (1)
October 2008 (4)
May 2008 (3)
March 2008 (3)
February 2008 (3)
January 2008 (2)
May 2008 - Posts
3
Comments
Using http header to send file
by
stoian bucovich
Here's how you can make use of http header response to send a file direct to the clients browser for download. Protected Sub btn_Click( ByVal sender As Object , ByVal e As System.EventArgs) Handles btn.Click Response.ContentType = "application/x-unknown...
2
Comments
Page errors to app log file
by
stoian bucovich
Here's the simple code that I wrote not long ago to catch exception on page level and write them down in applications log file into applications root directory: Protected Sub Page_Error( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me...
0
Comments
Adding advert rotator to your web app
by
stoian bucovich
I am going to show you how you can easy add cool advertisement banner rotator to your web applications, because in our days most important for your web pages to be successful is to "catch" the eye of your visitors and make them stay as long as possible...
More Posts