May 2008 - Posts

2
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...
1
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