Browse by Tags
All Tags »
Asp.net (RSS)
Prologue On our company website, the one I mention so frequently (or is it infrequently as often as I post…), we have a data display prominently mounted where it can be viewed by people who are not employees. If they visit our facility, they can
Read More...
Prologue A funny thing happened on the way to the… management page. I found a kind of an anomaly taking place when you configure your Membership Provider use one application and your Role Provider is configured to use a different one. What I found is
Read More...
Prologue **Author Note – If you are bewildered by a line (perhaps two) that are red and bold, don’t they that they’re errors, they are corrections/additions. Please see the comments, after the article for comments regarding the highlighted
Read More...
Prologue Recently I've been working on our new corporate website. Some of my previous posts have talked about a web service that I created to use on the new website. When I consume the web service, I've been creating a table and putting the information
Read More...
Prologue My last few posts have dealt with my re-purposing of an XML data feed to a web service. Honestly, this is the first time that I have created a web service that I put into production, so I haven't had a lot of experience with it. In creating the
Read More...
Prologue I wrote last time about an XML data feed that we purchased access to. I've been doing a bit of development to re-purpose that feed for internal consumption. In the process, I've used the XMLDocument object to import and then repackage the feed
Read More...
Prologue In my last few posts, I talked about accessing GroupWise via the SOAP services that they provide. In the last post, specifically we looked at sending and creating messages. I left with the promise that if I could get draft HTML messages to work
Read More...
Prologue In my last post, I talked about accessing GroupWise via the SOAP services that they provide. Specifically, we looked at getting a folder list. In this post I want to expand upon the application that we started and add some more functionality.
Read More...
Prologue In my last post, I talked about accessing GroupWise via the SOAP services that they provide. Specifically, we looked at logging in. In this post we want to expand upon the application that we started and add some more functionality. Problem Our
Read More...
Prologue Unrelated (for a change... as of yet) to the website redesign that I'm doing of our company website, I've been reading and doing the code from a very good book called " ASP.Net 2.0 Programming: Problem-Design-Solution ". In this book it details
Read More...
Prologue In the process of redesigning our company's new website, I've found a number of powerful techniques that will help make it easier to maintain the site. One of the suggestions I found was to use base pages. Basically, have every webpage inherit
Read More...
Prologue I was using a GridView control the other day and found something quite interesting. With all the settings that are there for paging controls, there isn't one that allows you to do first, last, next, previous AND page numbers. I also though it
Read More...
Prologue I had a chance recently to attempt combining ASP.Net code and JavaScript code... For a while, I thought that attempt might be the operative word. I did get it to work, and I learned some valuable things, such as, the difference between the asp:literal
Read More...
Prologue I have slowly been working on redesigning recreating our company website in all ASP.Net 2.0. Currently it's half ASP.Net 1.1 and the other half is classic ASP (ugh). As such, I've been trying to make use of some of the new tools that
Read More...
Prologue Not too long ago, I set forth to rewrite some code that I had created and add some additional functionality. I had created a management interface for some photos that we display on our website. The way I originally created it was to have only
Read More...