B
Beemer Biker
I have a C# project VS2005, that uses GridView and Multiview. It is
getting bigger then I originally anticipated and running slow and needs to
be broken up into several pages (yes, I am a newbie and made it one page)
It has been decided to use pintab instead of multiview. I downloaded pintab
and it has more vb examples than c#. It is not too late to start over in
VB if I wanted to. I googled around and found this discussion about which
was better
http://channel9.msdn.com/ShowPost.aspx?PostID=10894
but the members there were comparing VB6 to C# and I have Visual Studio 2005
with latest and greatest. I have found that c# seems to require more
casting than vb does especially when getting a control from a parent. VB
can pretty much enumerate the parent controls and intellisense list them
right away. C# also is multithreaded on forms whereas VB is not. That may
not apply to aspx as I have no separate tasks running mand dont plan to.
This is an in-house research app and needs to be done in a few weeks and I
am tempted to just stick with C# but I was wondering if anyone has a
different opinion.
--
======================================================================
Joseph "Beemer Biker" Stateson
http://TipsForTheComputingImpaired.com
http://ResearchRiders.org Ask about my 99'R1100RT
======================================================================
getting bigger then I originally anticipated and running slow and needs to
be broken up into several pages (yes, I am a newbie and made it one page)
It has been decided to use pintab instead of multiview. I downloaded pintab
and it has more vb examples than c#. It is not too late to start over in
VB if I wanted to. I googled around and found this discussion about which
was better
http://channel9.msdn.com/ShowPost.aspx?PostID=10894
but the members there were comparing VB6 to C# and I have Visual Studio 2005
with latest and greatest. I have found that c# seems to require more
casting than vb does especially when getting a control from a parent. VB
can pretty much enumerate the parent controls and intellisense list them
right away. C# also is multithreaded on forms whereas VB is not. That may
not apply to aspx as I have no separate tasks running mand dont plan to.
This is an in-house research app and needs to be done in a few weeks and I
am tempted to just stick with C# but I was wondering if anyone has a
different opinion.
--
======================================================================
Joseph "Beemer Biker" Stateson
http://TipsForTheComputingImpaired.com
http://ResearchRiders.org Ask about my 99'R1100RT
======================================================================