none
Hyperlink button RRS feed

  • Question

  • I want a code such that when the Hyperlink button click event is triggered ,the code checks for a predefined text in the textbox if it matches then it navigates to next page ,and displays an error message to re-enter the correct value.I am working on Windows Phone 7 application  in C #.Thank u
    Sunday, January 23, 2011 4:42 PM

Answers

  • Hi,

    Why don't you simply use a Button and use the event Button_OnClick ?

    Regards,

    • Proposed as answer by Neddy Ren Wednesday, January 26, 2011 9:41 AM
    • Marked as answer by Neddy Ren Thursday, January 27, 2011 2:36 AM
    Sunday, January 23, 2011 4:59 PM

All replies

  • Hi,

    Why don't you simply use a Button and use the event Button_OnClick ?

    Regards,

    • Proposed as answer by Neddy Ren Wednesday, January 26, 2011 9:41 AM
    • Marked as answer by Neddy Ren Thursday, January 27, 2011 2:36 AM
    Sunday, January 23, 2011 4:59 PM
  • Why don't you simply use a Button and use the event Button_OnClick ?

    Hi K.V.Sriharsha:

    Welcome to the MSDN Forum.

    I think Link.fr has given you a good suggestion to resolve your issue. Based on your description, use a button and button click event will help you to solve your issue more simply than hyperlink. 

    If you have any questions, please feel free to tell us.

    Best Regards


    Please remember to mark the replies as answers if they help and unmark them if they provide no help. Welcome to the C# Forum! If you have any feedback, please tell us.
    Tuesday, January 25, 2011 8:27 AM