Search:

Type: Posts; User: Teslaza

Search: Search took 0.03 seconds.

  1. Re: Convert.ToDateTime influenced by regional settings

    Thanks for link.
  2. Convert.ToDateTime influenced by regional settings

    Hi

    i have the following code which initially display a date when a form loads from a database record via SqlDataReader


    Me.txtStartDate.Text =...
  3. Replies
    15
    Views
    18,194

    Re: limit combobox to list?

    Exactly what I was looking for. Thank you!
  4. Replies
    4
    Views
    870

    Re: Back button retains page information

    Hi tg

    The autocomplete setting is disabled, but even with it enabled it should still work correctly. When I enable that setting in my IE it still works correctly.

    Toolbars and extensions (all...
  5. Replies
    4
    Views
    870

    Re: Back button retains page information

    UPDATE:

    So I managed to get my hands on a virtual machine image of the PC. I have basically uninstalled every application on the VM and still have the same issue.
    Through some experimentation I...
  6. Replies
    4
    Views
    870

    Back button retains page information

    Hi, I have a web form on which a user scores individuals and then submits the scores with a button at the bottom of the page.

    The problem is that this information is private and should not be...
  7. Re: Some Link buttons on GridView not working

    Wow, THANK YOU so much :D. Would not have been able to figure that one out.
  8. [RESOLVED] Some Link buttons on GridView not working

    Hi
    I've implemented group and grand totals on a gridview as per http://www.dotnettwitter.com/2011/02/group-total-grand-total-in-grid-view.html.

    My problem is that the last few link buttons does...
  9. Re: Gridview Header Text only changes after second button click

    You sir, are a gentleman and a scholar. Perfect Solution. Thank you.
  10. [RESOLVED] Gridview Header Text only changes after second button click

    Hi, not sure why this happens so if anyone can shine some light here it would be much appreciated. The Headertext of my column only changes after clicking the button a second time round, why is this?...
  11. Re: Size of Mantissa from Decimal as Integer

    Muchas gracias
  12. [RESOLVED] Size of Mantissa from Decimal as Integer

    Hi

    Looking for a function to achieve the following

    f(123.4567) Returns 4
    f(123.4) Returns 1 // or 2 if easier to implement
    f(123.00) Returns 2
    f(123) Returns 0 // or 2 if easier to...
  13. Re: Send network message to Android device

    I managed to find a solution. I used openfire(jabber server), agsXMPP (xmpp library) and xabber (android jabber client) for anyone who might be looking to achieve the same functionality.
  14. [RESOLVED] Send network message to Android device

    Hi, I've looked and searched through the forums but have not found anything relating to my issue thus far...

    My android phone (galaxy s5) and windows computer are both connected on the same...
  15. Replies
    3
    Views
    1,234

    Re: Help with XML nested elements

    Wow, great stuff. Thank you techgnome for the xml literal suggestion and kevininstructor for the great example with breakdown.
  16. Replies
    3
    Views
    1,234

    [RESOLVED] Help with XML nested elements

    Hi
    I'm not really sure if it is a something simple that I am just not grasping or something which might require a different approach.
    I am trying to achieve the following result below (I have...
  17. Re: Textbox control problem with italic font

    You sir, are my hero. Thank you for taking the time to respond. The result is perfect. I owe you a pint.
  18. [RESOLVED] Textbox control problem with italic font

    Hi everyone

    I have a textbox control on one of my windows forms. Font set to 'Microsoft Sans Serif', size 72pt. The text is set to right aligned.
    Now if I enter the character '9' and set the...
Results 1 to 18 of 18



Click Here to Expand Forum to Full Width