Greetings All!
I'm hoping some of you .NET gurus can help me out. I've search google but I
cannot find the answers I'm looking for.
I have a small business client that would like to replace their current
reservation system which is (badly) written in Access97. Their requirements
are:
...
more >>
Hi,
I am trying to populate 3 paramters in an asp .net (vb) page redirect,
the first one is ok ok and gets populated by the other two get inserted into
the url for the redirect as empty strings! Anyone got any clues?? The code
is below and I have checked that the variables beginning with "g_...
more >>
I have two assemblies, A.dll and B.dll.
A.dll contains two methods. One method, UsesB, uses a type from B.dll
whereas the other, DoesNotUseB, does not.
To cache a native image of A.dll with both methods precompiled, I believe I
can do
ngen A.dll B.dll
I think I could also do
ngen B....
more >>
I work for a software company that's looking to get into .NET. I've
dabbled with the technology for a bit, and had some positive resutls.
My boss is asking me that he wants to buy a framework that delivers a
lot of the common functionality that .NET developers need. Things
like generating Da...
more >>
On the aspx page, I have the following code
<asp:Radiobutton id=heis Text="Yes" Groupname="idiot"
checked="true" runat="server" />
    <asp:Radiobutton id=heisnot Text="No"
Groupname="idiot" runat="server" />
How do I keep track this radiobutton on the code behind
page in vb...
more >>