This is something that has been nagging me over and over again and I think
there must be a better solution out there.
Some times (usually?) user controls and custom web controls need images such
as icons and other decorations in the form of images. The problem is... how
do you handle that in a...
more >>
That is the question indeed. I have a user control that needs to render some
content, the content is actually made of items. Because of that I would like
to use <Asp:ListItem> as inner contents of my user control as follows:
<uc:MyControl runat=server id=MyControl1>
<asp:ListItem text="item...
more >>
How do I add version information to my assembly when compiling ?
...
more >>