Newbie Web Service Question regarding User Controls

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default Newbie Web Service Question regarding User Controls

    Can I return a user control from a Web Service?

    I have a Web Page that has a Placeholder on it and I wish to populate
    this placeholder with a "user control" that is build in a Web Service.
    Billy Boy Guest

  2. Similar Questions and Discussions

    1. Two question about ASP.NET Custom Controls [Newbie]
      1) I am developing custom controls and was wondering how I can implement the URL ~ deal. ~/page/page.aspx How do I translate ~ to the web...
    2. newbie question on Custom Controls in C#
      I have just started working on an ASP.Net 1.0 project as my first forray into ASP.Net (or ASP for that matter), and have a general question about...
    3. web service newbie dataset question
      Could someone please tell me whether the following is possible? I'm especially murky about step #5 :-) I'd be very grateful for pointers to an...
    4. Newbie question: using .net web service with vb6 client
      Hi, I'm relatively new to web services. What I have is a .Net Web Service which returns a dataset. I'm calling the web methods via a VB 6 client....
    5. Question: Handle Events From Web User Controls
      I was reading an article that talked about using the OnBubbleEvent overrides function to handle events from a web user control...
  3. #2

    Default Re: Newbie Web Service Question regarding User Controls

    No, that is not possible. The usercontrol is not serializable.

    --
    Greetz,
    Jan
    ________________________
    Read my weblog: [url]http://weblogs.asp.net/jan[/url]

    "Billy Boy" <b.b@ntlworld.com> schreef in bericht
    news:aeba0aa9.0403030720.be6f909@posting.google.co m...
    > Can I return a user control from a Web Service?
    >
    > I have a Web Page that has a Placeholder on it and I wish to populate
    > this placeholder with a "user control" that is build in a Web Service.

    Jan Tielens Guest

  4. #3

    Default Re: Newbie Web Service Question regarding User Controls

    I'm not total sure what you mean but thanks for replying anyway ...

    May be I should browse/post a question regarding the subject.

    Once again thanks

    Billy
    Billy Boy Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139