Welcome to AspAdvice Sign in | Join | Help

.Net Discoveries

An attempt to pass along some answers I have discovered in my .Net coding.

Browse by Tags

All Tags » GridView   (RSS)
Using the AJAX Control Toolkit’s CollapsiblePanel in a GridView
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...
Targeting a Control in the EmptyDataTemplate
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...
Working with an ObjectDataSource
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...
Customizing the Paging Control For a GridView
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...