|
|
Browse by Tags
All Tags » ASP.NET » Generics (RSS)
-
An app I am currently working on uses the paradigm of moving items from one listbox to another instead of doing a DB call for each user interaction.
I needed a way to nicely move stuff from left to right and right to left and keep it sorted. By using Generics I found a quick way to sort the data and rebind it to the control. What I ...
-
An app I am currently working on uses the paradigm of moving items from one listbox to another instead of doing a DB call for each user interaction. I needed a way to nicely move stuff from left to right and right to left and keep it sorted. By using...(...(read more)
-
An app I am currently working on uses the paradigm of moving items from one listbox to another instead of doing a DB call for each user interaction. I needed a way to nicely move stuff from left to right and right to left and keep it sorted. By using...(read more)
-
Blog Article
On a recent project we had the requirement to produce a web application as part of the main deliverable, but also to provide a services layer or implementation, that will allow external clients within the same organization to interact with the underlying system.
The underlying system is a combination of SQL data access and web ...
|
|
|