October 2005 Entries
I was toying around today with controls from Dart Communciations. Their controls have built in callback technology. That means you don’t have to write one line of code on the client-side for ASP.Net. Anyway…I have these panels that are hidden on my page. When you select a menu button, the panel that corresponds to the button selected is displayed and the data is updated. The problem I was having was – some of the panels have grids on them. At the time the page is rendered there...
We’ll it’s been awhile, but I’m back to the ‘art’ of programming in VB.Net / ASP.Net.Today I was trying to figure out how to set data in a GridView to uppercase. Well, not finding any help out there, I decided to forge my own path. Below is what I’ve discovered.The first step is to create a function that converts the cells contents into uppercase...I want to convert the data in the 9th cell (column) – remember the grid cells are zero based, so visually this...