Thursday, 25 November 2010
Disabling tab pages on a Tab Control
›
Sometimes there can be a requirement, which we have to prevent users from accessing certain tab pages on a tab control. But there’s no strai...
3 comments:
Thursday, 18 November 2010
Show an image saved in a SQL Table on an ASP.Net Image Control
›
In a previous entry I have shown, how to store images to a database table . Now I will show you how to retrieve it and show it on a ASP.Net ...
6 comments:
Saving an image to a SQL Database Table
›
Sometimes it’s not the best of method, to store images in to the database, since it’ll take lot of database space. But there are times, that...
Wednesday, 17 November 2010
Changing App.config contents at runtime
›
Sometimes it is required to change the contents of ‘App.config’ file. Assume if we are allowing user to override things like taxrates, which...
Monday, 15 November 2010
Using FileSystemWatcher to monitor multiple directories
›
In a previous example I have showed how to use ‘FileSystemWatcher’ class to monitor a directory. But there are times that we need to monitor...
5 comments:
‹
›
Home
View web version