Search

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

Matching Posts

  • Re: Visual Web Developer 2008 Express Edition SP1

    Hi, I am sorry for the late reply.I included SQL Server 2008 Express Edition to install while installing the Visual Web Developer 2008 Express Edition SP1.But after installation,I got the following message: Microsoft Visual Web Developer 2008 Express Edition with SP1 has been installed successfully. The following component could not be downloaded: Microsoft SQL Server 2008 Express Edition(x86). Setup cancelled automatically because a component could not be downloaded . I checked in Add/Remove Programs
    Posted to Visual Web Developer 2008 Express (Forum) by pcs on 8/9/2009
  • Re: Create solution and project in inetpub\wwwroot folder

    Hi, I created a blank solution in inetpub\wwwroot folder.Later I created ASP.net web application by going to File-New-Project..I added the project to the solution. It works fine.Thanks for your assistance. Thanks, pcs
  • Create solution and project in inetpub\wwwroot folder

    Hi, I have to create a new project in Visual Studio 2003 .I like to have the project and the solution in inetpub\wwwroot folder. when I created File -New-Project,the project was created in the in inetpub\wwwroot folder but the solution file was created in My Documents folder. Please let me know how to have the solution file and the project in the inetpub\wwwroot folder.Please advise. Thanks, pcs
  • Re: Create solution and project in inetpub\wwwroot folder

    Hi, I created a web application project in VS 2003 .I would like to have aspx pages and solution file in the same intepub/wwwroot folder. I don't want to have the solution file in My Documents folder.Please advise. Thanks, pcs
  • Visual Web Developer 2008 Express Edition SP1

    Hi, I want to develop Silverlight applications.I am having Visual Web Developer 2008 Express Edition. To install silverlight tools,first I need to install Visual Web Developer 2008 Express Edition SP1. Questions: 1.I am also having Visual Web Developer 2005 Express Edition.I am not sure if I have to upgrade Visual Web Developer 2005 Express Edition with SP1?Is it O.k if I just install Visual Web Developer 2008 Express Edition SP1 ?Please advise. 2.Please send me the links to download Visual Web Developer
    Posted to Visual Web Developer 2008 Express (Forum) by pcs on 7/21/2009
  • Changes to the class library and webservice after migrating to 3.5

    Hi, I have to migrate a web application from .net framework 1.1 to 3.5. Questions: 1.The application is using 3 class libraries.After migrating the web application from .net 1.1 to 3.5, if I have to make any changes to the methods in the class library that was developed using .net framework 1.1 (Visual Studio 2003) how to do it?I am not sure because we only reference the class library dll in the web application.Please explain in detail. 2.The application is also using webservices.If I have to make
  • Re: Changes to the class library and webservice after migrating to 3.5

    Hi, I have the source code for the class library project and the webservice project as well. Questions: 1. I am not sure as to how the class library dll in the webapplication is upgraded to .net framework 3.5? when I migrate the webapplication using the conversion wizard,will the class library dll also be migrated from .net framework 1.1 to .net framework 3.5? 2.So if make changes to the class library source code developed in Visual studio 2003(.net version 1.1),how will the dll be changed to 3.5
  • Migrate webapplication from 1.1 that uses webservices to 2.0

    Hi, 1. I have to migrate webapplication that was developed in 1.1 to 2.0 2. The webapplication has 3 webservices. 3.By migrating the application from 1.1 to 2.0 ,will the webservices also that was developed using 1.1 version be converted to 2.0? I need to know that if I should only convert the application to 2.0? 4.Is it possible to migrate a webservice using 1.1 to 2.0? I am not sure.Please guide me. Thanks, pcs
  • Re: Display the ouptut in the expected order?

    Hi, Thanks for your answer.I am still not very clear So basically my lblChoices.Text will be equal to e.g "Selection 2:Fri Selection1:Mon Selection3:Sun" But I am asked to display in the order mentioned below: Selection1:Mon Selection2:Fri Selection3:Sun Can you please explain in detail ,I am still confused as to what changes I have to make .... Please guide me. Thanks, pcs
    Posted to Web Forms (Forum) by pcs on 6/10/2009
  • Display the ouptut in the expected order?

    Hi, I am developing a web application.There are 7 textboxes inside the table . The user has to enter 1,2,3 in any order in the 7 cells. i.e The user has to make 3 selections.The 7 textboxes represent 7 days in the week. I have to display the final output as Selection1: Selection2: Selection3: protected void submit_Click( object sender, ImageClickEventArgs e) { int i = 0; StringBuilder s = new StringBuilder (); if (TextBox1.Text != string .Empty) { i = i + 1; s.Append(Selections(TextBox1.Text) + "Mon"
    Posted to Web Forms (Forum) by pcs on 6/10/2009
Page 1 of 12 (114 items) 1 2 3 4 5 Next > ... Last »