Ask a Question related to ASP.NET Building Controls, Design and Development.

  1. #1

    Default Atlas and VS2003!!!

    is there any way to create an asp.net control in VS2005 and then use it
    by any
    means in VS2003 ??

    is there a way to acheive this by any means ???

    anyone did it before please help,

    thanks a million

    Sharing makes All the Difference

    Sharing makes All the Difference

    --
    Sent via .NET Newsgroups
    [url]http://www.dotnetnewsgroups.com[/url]

    Dave Johnson Guest

  2. Similar Questions and Discussions

    1. [Atlas Beta1] how to manually trigger an async postback
      Hello, I have developed a custom ASP.NET WebControl and I am now testing a possible Atlas integration, to take advantage of the UpdatePanel...
    2. Atlas not working properly after my control is added
      I have a Web Control that is affecting the correct functioning of Atlas and I don't know why. I put together a very small sample control along with...
    3. asp:fileupload within Atlas Update Panel
      I am having problems retireving the file information when you place an asp:fileupload control inside an Atlas UPdate Panel. Has any body got a...
    4. Select Button In Datagrid not working (VS2003/FW1.1)
      I've got two pages, each displaying a datagrid with a Select button column. With one the Select command is handled in the codebehind and works...
    5. httpModule fails to load following upgrading to VS2003
      Different cause, modules are loading - will repost real issue please ignore!!! only
  3. #2

    Default Re: Atlas and VS2003!!!

    It can be done. You'll have to compile it with .NET 1.x, though, not with
    VS2005.
    Just make sure you don't use any .NET 2.0 objects or constructs.

    --

    Riki

    "Dave Johnson" <esharpcoder@gmail.com> wrote in message
    news:eiuqNpmoGHA.148@TK2MSFTNGP04.phx.gbl...
    is there any way to create an asp.net control in VS2005 and then use it
    by any
    means in VS2003 ??

    is there a way to acheive this by any means ???

    anyone did it before please help,

    thanks a million

    Sharing makes All the Difference

    Sharing makes All the Difference

    --
    Sent via .NET Newsgroups
    [url]http://www.dotnetnewsgroups.com[/url]


    Riki 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