silverlight controls for .net ? same behavior?

Last post 06-29-2009 9:13 AM by sandy060583. 5 replies.

Sort Posts:

  • silverlight controls for .net ? same behavior?

    07-10-2007, 9:12 PM
    • Member
      34 point Member
    • teebo
    • Member since 06-19-2007, 6:22 PM
    • Montreal
    • Posts 38
    Hello , I haven't played around with the silverlight controls yet but I was wondering if it was easy to keep some existing server side code - in let's say some aspx.cs files - and modify them so they could be triggered by a silverlight layer ? In other words, how can I translate some asp.net html pages into silverlight ? Are there equivalents for labels, submit buttons, forms, etc ?
    Filed under:
  • Re: silverlight controls for .net ? same behavior?

    07-11-2007, 4:10 AM
    • Contributor
      3,121 point Contributor
    • sujitm
    • Member since 05-23-2007, 9:01 AM
    • Pune
    • Posts 512
    - Sujit

    Dont forget to click "Mark as Answer" on the post that helped you.
    This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
  • Re: silverlight controls for .net ? same behavior?

    03-08-2009, 12:09 AM
    • Member
      16 point Member
    • netlistener
    • Member since 03-08-2009, 5:03 AM
    • Posts 3

    There are some great free silverlight controls here including a richtextbox that can import/export to html, a treeview, a fieldset and more.  For things like labels and submit buttons you could use the HTML dom bridge that is included in silverlight to handle these situations.

  • Re: silverlight controls for .net ? same behavior?

    03-26-2009, 1:35 AM
    • Member
      6 point Member
    • RachnaSK
    • Member since 01-30-2009, 8:21 AM
    • Posts 3

    I took the latest Silverlight controls from here .... The latest release here : http://silverlight.codeplex.com/

    Rachna Kejariwal

  • Re: silverlight controls for .net ? same behavior?

    03-31-2009, 1:31 AM
    • Member
      725 point Member
    • Rimbik
    • Member since 02-25-2009, 6:09 AM
    • Mumbai, India
    • Posts 247

    Ofcourse you can do almost everything in Silverlight but not the wau u did for normal asp.net app.

    With Silverlight u wont find the System.Web.UI whereas it is System.Windows namespace. So u gotta write Windows Form kinda code. No ASp.NET code u will be writting here.

    Regardign controls: Al most all the control available in ASP.NET are available in equivalent version of Silverlight. So u can do everything u do with those ASP.NET controls.

    Silverlight execution process is kind of javaScript so security is a concern. There are lot of things that u can do easily ASP.NET are not allowed to do it Silverligght. Like u can not use System.Diagnostics library directly. For these kind of security issues u can condiser Web Service or WCF.

    Controls: : Lot many free open source controls are availavle codeplex site.

    Soumen, India,

    (Mark as answer if satisfied)

  • Re: silverlight controls for .net ? same behavior?

    06-29-2009, 9:13 AM
    • Member
      651 point Member
    • sandy060583
    • Member since 05-23-2007, 4:49 AM
    • Ahmedabad
    • Posts 176

    hi


    please refer following article..



    http://silverlight.net/quickstarts/htmlbridge1.aspx



    Please mark the answer if it helps you

    Ramani Sandeep

    http://ramanisandeep.wordpress.com


Page 1 of 1 (6 items)