locked
how to use ajax controls in windowapplication RRS feed

  • Question

  • how to use windows forms with ajax controls


    srinivas
    Wednesday, April 14, 2010 7:52 AM

Answers

All replies

  • You can host an IE control in a windows form and use that to run an asp.net application, including the option to use Ajax controls. However it's not possible to directly use ajax controls on winforms.
    • Proposed as answer by Dimitri Toonen Wednesday, April 14, 2010 11:17 AM
    Wednesday, April 14, 2010 9:46 AM
  • Hi SRINIVASPONUGUPATI,

    You can use your ajax controls in windows forms, according to these link:

    WebBrowser Control

    Reference for Visual Basic Developers

    Document property

    However, it's not recomand to do so. Since what you can do uses the ajax controls in windows form, you can use the windows form's controls to do it better. Why not use the easier and better one. And if you want to get some postback from the ajax controls, it's not easy as it done by using winform's controls.

    Hope this helpful to you, and have a nice day!

     


    Sincerely,
    Eric
    MSDN Subscriber Support in Forum
    If you have any feedback of our support, please contact msdnmg@microsoft.com.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
    Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
    • Marked as answer by eryang Tuesday, April 20, 2010 1:31 AM
    Thursday, April 15, 2010 3:35 AM
  • Hi SRINIVASPONUGUPATI,

    I marked the answer, if you have any further question, please feel free to unmark it, and we will discuss this issue again.

    Have a nice day!


    Sincerely,
    Eric
    MSDN Subscriber Support in Forum
    If you have any feedback of our support, please contact msdnmg@microsoft.com.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
    Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
    Tuesday, April 20, 2010 1:31 AM