Search:

Type: Posts; User: daarsk

Search: Search took 0.01 seconds.

  1. Replies
    16
    Views
    3,443

    Re: Button click and hold

    @KGC
    Thanks, I have now got an idea on what it all means. I can see where I went wrong and my adventure on the learning curve continues :bigyello:

    @Joacim
    Thanks, I understand now. Just goes...
  2. Replies
    16
    Views
    3,443

    Re: Button click and hold

    This is what I have put together so far. But clicking the buttons does nothing...

    <asp:Label ID="Label1" runat="server" Text="0" />
    <input type="button" ID="ButtonUp" Value="Up" />
    <input...
  3. Replies
    16
    Views
    3,443

    Re: Button click and hold

    I did read post #5, maybe I should have quoted it when posting #7. Sorry.

    I'm not here to upset anyone, but clearly my level of expertise is very very low. So I can understand how this could be...
  4. Replies
    16
    Views
    3,443

    Re: Button click and hold

    I do love a good argument... but... I still need a button click and hold function please. :bigyello:

    Thanks
  5. Replies
    16
    Views
    3,443

    Re: Button click and hold

    I also found this, but I can't get it to work.
    http://stackoverflow.com/questions/16471387/asp-net-numericupdownextender-with-button-hold-support
  6. Replies
    16
    Views
    3,443

    Re: Button click and hold

    Thanks for moving thread (sorry)

    I'm afraid my knowledge of Java sits somewhere between 0 and null. I guess I put the code between <script type="text/javascript"> tags on my aspx page? Then how...
  7. Replies
    16
    Views
    3,443

    Re: Button click and hold

    Yes it is. ASPX with VB code behind
  8. Replies
    16
    Views
    3,443

    [RESOLVED] Button click and hold

    I have an asp Button1 increasing Label1 by value 1 on each click (VB), how would I get the label to increase by holding the button instead of click click click.

    Thanks James
  9. Re: SELECT "next/previous" FROM table WHERE id=@id

    Thanks. DESC was needed. Pointed me in the right direction and I now have exactly what I needed.

    I created 2 more functions on my tableadapter
    GetIdMin:


    SELECT MIN (Id)
    FROM People
    WHERE...
  10. Re: SELECT "next/previous" FROM table WHERE id=@id

    Thanks.

    SQL Server, correct.

    I have plugged those statements into a table adapter with function names GetNext and GetPrevious (without DESC in "previous" statement)

    Then I have code...

    ...
  11. Re: SELECT "next/previous" FROM table WHERE id=@id

    Sorry, titled the thread wrong, shouldn't be WHERE id=@id, should be WHERE gender=@gender, but question is still the same.
    Thanks
  12. [RESOLVED] SELECT "next/previous" FROM table WHERE id=@id

    This maybe SQL question, but maybe not entirely...

    If I have db table (People) as follows
    id gender
    1 male
    2 male
    3 female
    4 male
    5 female
    6 male
Results 1 to 12 of 12



Click Here to Expand Forum to Full Width