CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    May 1999
    Posts
    18

    .NET component in Internet Explorer

    Please tell me if I can include a .NET component in a webpage . I know it can be made wit ActiveX controls but I have no idea about .NET components.
    Thanks!


  2. #2
    Join Date
    Sep 2001
    Location
    mh,india
    Posts
    45

    Re: .NET component in Internet Explorer

    you can download it from the microsoft site and directly use them as server-side controls on your web forms and they don't
    behave like ACTIVEX Dude....you can download the .NET components from the following site::
    http://msdn.microsoft.com/downloads/...ls/default.asp

    I HOPE THIS HELPS.

    Regards,
    Workoholic12

    S/W Developer
    India.

  3. #3
    Join Date
    May 1999
    Posts
    18

    Re: .NET component in Internet Explorer

    Thank you very much!
    I was hoping the .NET components could behave like applets. Well , I will have to use Java appplets on client ...


  4. #4
    Join Date
    Jan 2001
    Location
    Singapore
    Posts
    71

    Re: .NET component in Internet Explorer

    hi,
    Surely you can use any .net control in IE just like ActiveX control and java applet. Check the following url(or .net sdk docs):
    http://samples.gotdotnet.com/quickst...eSourcing.aspx


  5. #5
    Join Date
    May 1999
    Posts
    18

    Re: .NET component in Internet Explorer

    Well, thank you very much, this is what I was looking for.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured