Search

You searched for the word(s): userid:367161

Matching Posts

  • Webservice and Interface question.

    I have 2 simple projects. 1 is a simple console app. 1 is a simple Webservice. Here is the code: Console app: *** using System; using System.Collections.Generic; using System.Text; //using WebService1; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { Service1.Service1 s1 = new ConsoleApplication1.Service1.Service1(); string val = s1.HelloWorld(); Console.WriteLine(val); // Not work IContract1 i1 = (IContract1)s1; string val1 = i1.HelloWorld(); // Not work //IContracts
    Posted to XML Web Services (Forum) by Sailu_tp on 8/24/2007
  • Re: advantages of webforms over winforms in intranet?

    Check out: www.visualwebgui.com
    Posted to Architecture (Forum) by Sailu_tp on 5/17/2007
  • Re: Modular ASP.NET 2.0 Architectures?

    cklein: xzg3: I'm interested in hearing how other developers are going about designing ASP.NET 2.0 applications that are modular. Here's an example of what I mean: It's very difficult to do modular development in ASP.NET 1.0 or 2.0, just the nature of Web. You will have a lot of version control, build management problem. Modular development may not be a good fit for today's web project. If you really want to go Modular, check out DOTNETNUKE. Forget Web Client Software Factory, just another crap from
    Posted to Architecture (Forum) by Sailu_tp on 1/20/2007
  • Re: Modular ASP.NET 2.0 Architectures?

    Is Vista needed for this or will it work on XP Prof/Win Server 2003. Sai
    Posted to Architecture (Forum) by Sailu_tp on 1/19/2007
  • Drag and drop controls/shapes using Forms/Asp.net.

    Hi I am in need of developing functionality which will allow the users to drag and drop Shapes and images on a designer/Form and allow them to draw shapes. I am looking for a 3rd party library/product (either winform or asp.net) which provides any of this functionality. If you are aware of any please let me know. Thanks
    Posted to Architecture (Forum) by Sailu_tp on 12/4/2006
  • Re: Dynamically loading user controls

    Thanks. It is working now.
    Posted to Web Forms (Forum) by Sailu_tp on 11/17/2006
  • Dynamically loading user controls

    Hi, I created some user controls in an Asp.Net 2.0 web application and I am dynamically loading them on to a web form using the following code. usercontrol1 uc = (usercontrol1)Page.LoadControl( "usercontrol1.ascx" ); panel1.Controls.Add(uc); It is giving error "The type or namespace name 'userControl1' could not be found (are you missing a using directive or an assembly reference?)." The problem is sometimes I am getting a clean build and sometimes I am getting this error without any change in the
    Posted to Web Forms (Forum) by Sailu_tp on 11/16/2006
  • How to listen to a web service for a message receive.

    How to listen to a web service for a message receive. Is it possible to listen to a webservice (WS) when a message is received by the WS. Thanks, Sailu
    Posted to XML Web Services (Forum) by Sailu_tp on 6/16/2006
  • Http 404 error.

    Hi I am trying to do clean install of DNN 4.0 version on Window server 2003. I have read and re-read the documentation and a lot of posts, given permissions to Network Service, but i am unable to figure out what is the problem. I am following all the steps correctly but still i continue to get this error when i browse to this url: http://localhost/DotNetNuke/Install/Install.aspx . I will appreciate anyone's help as i have already spent a lot of time on this: The page cannot be found The page you
    Posted to Getting Started (Forum) by Sailu_tp on 5/15/2006
  • Re: Message vs Service.

    Please refer to this url if you would like to know more about this topic: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=385522&SiteID=1 Thanks, Sailu.
    Posted to Architecture (Forum) by Sailu_tp on 5/5/2006
Page 1 of 11 (110 items) 1 2 3 4 5 Next > ... Last »