Well, with limited memory on my computer, I needed an easy way to access the table data and perform simple CRUD operations on it. I ended up trying DBViewer.
Update Site URL for DBViewer is at:
http://www.ne.jp/asahi/zigen/home/plugin/dbviewer/
After installing the plugin, you will also need to install the JDBC driver as well for DBViewer to work. Installation of [...]
15 Nov, 2009
Posted by: Mr Otter In: .NET
I just hating with for my Visual Studio to recover from its periodic hangs. I was thinking about it.. man. why not I just do the .NET development on my Eclipse IDE? Surely, all I need is a XML editor for the front end files, i.e. .ascx and a .NET editor for the CSharp codes?
Well, [...]
15 Nov, 2009
Posted by: Mr Otter In: .NET| DNN
If you have worked on a DNN project, one of the problems are that the images entered using the HtmlModule is hardcoded with the location of the context path. This essentially means that any changes in the context path of the web application will result in a tonne load of missing images.
Well, I did remember [...]