Hi. I have been working on an ASP.NET site, using ASP.NET 1.1. I do not want
to upgrade to ASP.NET 2.0 yet, because my host will charge me for the move
to their server that has ASP.NET 2.0.
Most of the pages on the site have instances of Web controls, like calendars
showing events and Forms to...
more >>
My PC is a mess and I need to start clean.
I am trying to uninstall the original version of .NET Enterprise Architect
but the wizard insists How on the orginal disc which I do not have.
How do I force an uninstall?
Thanks ...
more >>
Is there an easy way to format data in a textbox control?
I have a textbox control bound to a dataset and I would like the datetime
data to be formatted as "MM/dd/yyyy" instead of the standard display format.
Thanks....
more >>
Hello;
I have as the startup object a mdi container form (parent). On that form is
a button and a status bar control. When the button is clicked another form
is shown. Its mdiparent property is set to the first form before being
shown. I would like to update the staus bar on the parent f...
more >>
Hello,
I'm using the Generic List class in System.Collection.Generics to
implement a strongly-typed list of my own class. I want to implement the
Find methods and have to use the Predicate delegate to do this.
As I understand it: I create a method which returns a bool and takes in
an obj...
more >>