User Profile

Collapse

Profile Sidebar

Collapse
nguyen1105
nguyen1105
Last Activity: Mar 30 '07, 05:43 PM
Joined: Jan 19 '07
Location: Montreal Canada
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Yes, the version 3.0 will be released with Windows Vista on January 30, 2007.
    The version of .Net Framework 3.0 on the Microsoft Download site is now official.
    See more | Go to post

    Leave a comment:


  • nguyen1105
    replied to default focus on asp.net button
    in .NET
    Hello,

    Because the focus is right now in Button2, if you hit on TAB, the focus will be shifted to the next control which is the TextBox and not Button1. I don't know why you can get such a behavior.
    See more | Go to post

    Leave a comment:


  • nguyen1105
    replied to Need help drawing a map
    in .NET
    Hello,

    Like you already stated, there is 2 ways to do so: using UI controls (for example button) and using graphics (for example rectangle)

    Using controls: You will draw your 35,000 controls in one or several forms in your code VB.NET after retrieving them from Oracle database and then you create the appropriate event handler to the newly created control.

    Using graphics: You will draw your 35,000 graphics...
    See more | Go to post

    Leave a comment:


  • nguyen1105
    replied to default focus on asp.net button
    in .NET
    I have a problem. In one of my asp.net form, I have two buttons 'reset' and 'submit' and approx 20 textboxes. through javascript, I am setting focus on first textbox. What I am seeing that cursor is blinking in the first text box, and my first button 'reset' also have focus. I want this focus should be on the second button but I am not able to do that. can somebody please help me on this. I am using asp.net 1.1. Other thing is that I have to use...
    See more | Go to post

    Leave a comment:


  • Lack of UI DataGrid in .Net Framework 3.0 Microsoft Presentation Foundation

    Hello,

    It seems that the .Net Framework 3.0 Microsoft Presentation Foundation has no UI DataGrid control. I've verified the package System.Windows. Controls in the .Net Framework 3.0 Microsoft Presentation Foundation and I cannot find any UI control that corresponds to DataGrid. I also verified it in the ToolBox of the Visual Studio 2005. I was wondering that why such an UI control (DataGrid) doesn't belong to the built-in UI controls...
    See more | Go to post
No activity results to display
Show More
Working...