Search

You searched for the word(s): userid:723975

Matching Posts

  • Dynamic ToolTip

    Is it possible to load a ToolTip dynamically and change its display time? What I have is a database full of instructions. I would like is to hover over a Label or Textbox and it queries the database and display the instructions as the ToolTip. Is this possible? Thanks.
    Posted to Getting Started (Forum) by KyD on 11/24/2009
  • Re: DLNA Player

    No, I have not. I put the project on the burner because I couldn't find any resources.
    Posted to Visual Basic .NET (Forum) by KyD on 11/23/2009
  • Re: Asp.net design problem

    You can do a partial page update with the UpdatePanel in AJAX. Have you installed it? It's free. AJAX http://www.asp.net/ajax/ [How Do I:] Implement Dynamic Partial-Page Updates with ASP.NET AJAX? http://www.asp.net/learn/ajax-videos/video-78.aspx
    Posted to Web Forms (Forum) by KyD on 9/17/2009
  • Re: Get variable vaule

    string.split .... but maybe we can come up with something else. is this data from a database, or a flat file, or an array, or node? is the data handed to your procedure one line at a time or all at once? And, what are you trying to do with the data?
    Posted to Getting Started (Forum) by KyD on 9/17/2009
  • Re: how to Underline a Perticular string in Vb.net

    The code is old. Can you send the string to the literal object and format the literal object instead? You should be usring style. <asp:literal id="lit" style="text-decoration: underline;">
    Posted to Visual Basic .NET (Forum) by KyD on 6/23/2009
  • DLNA Player

    Hi, I have a DLNA server setup and it works fine. I would like to write a small app play the music, vids and pics. however, when I googled "DLNA VB.net" i am not getting an samples to use. So my questions are; is it possible to view the DLNA files via VB.net? If so, how? Thanks for reading my post.
    Posted to Visual Basic .NET (Forum) by KyD on 6/19/2009
  • Re: how to store the images in database..

    You will need to create a blob space in the db to mainitain the binary. BUT, generally for web applications you will not store the actual image in the db; but the path to the image file in the db. The image is stored as a file on the server. The page will load faster that way. See: http://databases.aspfaq.com/database/should-i-store-images-in-the-database-or-the-filesystem.html See: http://www.codewalkers.com/c/a/Database-Articles/Storing-Images-in-Database/ Other: http://www.google.com/search?q
    Posted to Getting Started (Forum) by KyD on 3/27/2009
  • Re: IE8 & CSS

    When in doubt ... stick to the basics. I just added margin : 0px auto ;
    Posted to Client Side Web Development (Forum) by KyD on 3/26/2009
  • Re: Converting feet into decimal

    I found this post. Hopefully it helps: http://mathforum.org/library/drmath/view/58323.html
    Posted to Getting Started (Forum) by KyD on 3/20/2009
  • Re: Converting feet into decimal

    what was the eqaution you used to get 37.7778? How do you have 7 and 7/3 ? Do you mean 7 + 1 and 1/3 ? which is 8 and 1/3?
    Posted to Getting Started (Forum) by KyD on 3/20/2009
Page 1 of 38 (374 items) 1 2 3 4 5 Next > ... Last »