ASP.NET 3.5 event dropdownlist problem

Last post 07-02-2009 11:56 PM by zhixuen. 5 replies.

Sort Posts:

  • ASP.NET 3.5 event dropdownlist problem

    06-30-2009, 8:47 PM
    • Member
      75 point Member
    • zhixuen
    • Member since 01-05-2009, 11:59 PM
    • Singapore
    • Posts 130

    Hi All,

    I have migrated from VS 2005 TO VS 2008 by using C#.

    In VS 2005 I able to select control from dropdownlist at the top of the MENUBAR.

    However in VS 2008 only showing class name in the type dropdownlist.

    The dropdownlist for members have a lot of control and event but when I selected one of the control it will redirect me to design page. is it the shortcut has been taken out from VS 2008 OR using C# doesn't have this type of features. Before that I was VB user.

    Anyone can help me ?

     

    Thanks

  • Re: ASP.NET 3.5 event dropdownlist problem

    07-01-2009, 2:54 AM
    • Member
      12 point Member
    • 3KyNoX
    • Member since 06-29-2009, 10:16 AM
    • Montpellier, France
    • Posts 43

    "

    In VS 2005 I able to select control from dropdownlist at the top of the MENUBAR.

    However in VS 2008 only showing class name in the type dropdownlist.

    "


    what do u mean ? Got example ? screen of your problem ? code ?

    Each time someone let a stupid comment... http://tinyurl.com/m7nucg

    Every time u see an error message............ http://tinyurl.com/klkcbq
  • Re: ASP.NET 3.5 event dropdownlist problem

    07-01-2009, 7:39 PM
    Answer

    C# editor does not provide event generation, this is VB only feature, sorry.

    Thanks

    ------------------------------------------------------------

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Re: ASP.NET 3.5 event dropdownlist problem

    07-01-2009, 9:48 PM
    • Member
      75 point Member
    • zhixuen
    • Member since 01-05-2009, 11:59 PM
    • Singapore
    • Posts 130

    Thanks Mikhail,

    Why C# doesn't provided this kind of feature ?

     

  • Re: ASP.NET 3.5 event dropdownlist problem

    07-02-2009, 1:15 PM

    Each team decides which feature set to provide for its typical user base. I can't make a statement for C# team :-), but historically VB editor (back from VB3 times) generated events while C++ editor used dropdowns for navigation only. C# selected C++ model - perhaps to make it more familiar to developers coming to managed code from C++.

    Thanks

    ------------------------------------------------------------

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Re: ASP.NET 3.5 event dropdownlist problem

    07-02-2009, 11:56 PM
    • Member
      75 point Member
    • zhixuen
    • Member since 01-05-2009, 11:59 PM
    • Singapore
    • Posts 130

    Thanks you Mikhail,

    Problem Resolved. :-)

Page 1 of 1 (6 items)