Search results

  1. G

    ASP.NET VB : Online Form with Email ----CDO?

    Move all the values from the text box controls into a variable and then assign that variable as the body of your email.
  2. G

    Serious VB.NET or C# Programmers Only?

    I got into a serious debate with a fellow .NET developer the other day about the benefits of using Inherited Keyed Collections versus Dictionary(Of type, type) or List(Of type). I say Inherited Keyed Collections are vastly more powerful and useful than Dictionary or Lists and prefer to use them...
Back
Top