473,383 Members | 1,874 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

modify web forms on a different server.CANT see the DESIGN VIEW!

Hi
I have a website (ASP.NET project using C# ) which is already put up on the
server. I need to make some modification to some web pages.So the project
files were copied to the a different server where I could modify tha pages.

But when I open the .aspx pages with Visual studio.net, then I just see
the HTML code & no design view of the page. How should I edit the page when
in Visual Studio I cant see the design view.

Just in case this is useful....on the server, in the project directory there
are .aspx files but no C# files.But In the HTML code the Codebehind
attribute refers to the .cs file for tha page.

Please help. Its urgent!!!
--
pmud
Jul 21 '05 #1
4 1709
You don't have all of the code.

The files that are on the server, after an install, are only the HTML and
the DLL. The C# files are not copied to the server, so copying files off of
the server will not allow you to modify the site.

You can disassemble the DLLs. You may or may not get useful stuff out of
doing that.

Much better: to back to the original source code. If that has been lost,
then look at disassembling. If that doesn't work... you're toast... start
over.

--- Nick

"pmud" <pm**@discussions.microsoft.com> wrote in message
news:BC**********************************@microsof t.com...
Hi
I have a website (ASP.NET project using C# ) which is already put up on the server. I need to make some modification to some web pages.So the project
files were copied to the a different server where I could modify tha pages.
But when I open the .aspx pages with Visual studio.net, then I just see
the HTML code & no design view of the page. How should I edit the page when in Visual Studio I cant see the design view.

Just in case this is useful....on the server, in the project directory there are .aspx files but no C# files.But In the HTML code the Codebehind
attribute refers to the .cs file for tha page.

Please help. Its urgent!!!
--
pmud

Jul 21 '05 #2
Hi Nick,

Thanks for the reply. But I have a doubt , i.e, if I have to modify the web
pages, what all will I need? I need the original project folder with the C#
files & the solution file & the .csproj file aslo?And then I would open the
..csproj file for the project which will open the project properly so that I
can edit it??

Please reply soon.

Thanks
"Nick Malik" wrote:
You don't have all of the code.

The files that are on the server, after an install, are only the HTML and
the DLL. The C# files are not copied to the server, so copying files off of
the server will not allow you to modify the site.

You can disassemble the DLLs. You may or may not get useful stuff out of
doing that.

Much better: to back to the original source code. If that has been lost,
then look at disassembling. If that doesn't work... you're toast... start
over.

--- Nick

"pmud" <pm**@discussions.microsoft.com> wrote in message
news:BC**********************************@microsof t.com...
Hi
I have a website (ASP.NET project using C# ) which is already put up on

the
server. I need to make some modification to some web pages.So the project
files were copied to the a different server where I could modify tha

pages.

But when I open the .aspx pages with Visual studio.net, then I just see
the HTML code & no design view of the page. How should I edit the page

when
in Visual Studio I cant see the design view.

Just in case this is useful....on the server, in the project directory

there
are .aspx files but no C# files.But In the HTML code the Codebehind
attribute refers to the .cs file for tha page.

Please help. Its urgent!!!
--
pmud


Jul 21 '05 #3
You need the complete source code. The original project folder should
contain it. You would need to open the CSPROJ file (or a solution file that
refers to the CSPROJ file). Then, you would have no difficulty.

--- Nick

"pmud" <pm**@discussions.microsoft.com> wrote in message
news:BB**********************************@microsof t.com...
Hi Nick,

Thanks for the reply. But I have a doubt , i.e, if I have to modify the web pages, what all will I need? I need the original project folder with the C# files & the solution file & the .csproj file aslo?And then I would open the .csproj file for the project which will open the project properly so that I can edit it??

Please reply soon.

Thanks
"Nick Malik" wrote:
You don't have all of the code.

The files that are on the server, after an install, are only the HTML and the DLL. The C# files are not copied to the server, so copying files off of the server will not allow you to modify the site.

You can disassemble the DLLs. You may or may not get useful stuff out of doing that.

Much better: to back to the original source code. If that has been lost, then look at disassembling. If that doesn't work... you're toast... start over.

--- Nick

"pmud" <pm**@discussions.microsoft.com> wrote in message
news:BC**********************************@microsof t.com...
Hi
I have a website (ASP.NET project using C# ) which is already put up on
the
server. I need to make some modification to some web pages.So the

project files were copied to the a different server where I could modify tha

pages.

But when I open the .aspx pages with Visual studio.net, then I just see the HTML code & no design view of the page. How should I edit the page

when
in Visual Studio I cant see the design view.

Just in case this is useful....on the server, in the project directory

there
are .aspx files but no C# files.But In the HTML code the Codebehind
attribute refers to the .cs file for tha page.

Please help. Its urgent!!!
--
pmud


Jul 21 '05 #4
Hey Nick,

Thanks a lot. Your reply has been a great help...

"Nick Malik" wrote:
You need the complete source code. The original project folder should
contain it. You would need to open the CSPROJ file (or a solution file that
refers to the CSPROJ file). Then, you would have no difficulty.

--- Nick

"pmud" <pm**@discussions.microsoft.com> wrote in message
news:BB**********************************@microsof t.com...
Hi Nick,

Thanks for the reply. But I have a doubt , i.e, if I have to modify the

web
pages, what all will I need? I need the original project folder with the

C#
files & the solution file & the .csproj file aslo?And then I would open

the
.csproj file for the project which will open the project properly so that

I
can edit it??

Please reply soon.

Thanks
"Nick Malik" wrote:
You don't have all of the code.

The files that are on the server, after an install, are only the HTML and the DLL. The C# files are not copied to the server, so copying files off of the server will not allow you to modify the site.

You can disassemble the DLLs. You may or may not get useful stuff out of doing that.

Much better: to back to the original source code. If that has been lost, then look at disassembling. If that doesn't work... you're toast... start over.

--- Nick

"pmud" <pm**@discussions.microsoft.com> wrote in message
news:BC**********************************@microsof t.com...
> Hi
> I have a website (ASP.NET project using C# ) which is already put up on the
> server. I need to make some modification to some web pages.So the project > files were copied to the a different server where I could modify tha
pages.
>
> But when I open the .aspx pages with Visual studio.net, then I just see > the HTML code & no design view of the page. How should I edit the page
when
> in Visual Studio I cant see the design view.
>
> Just in case this is useful....on the server, in the project directory
there
> are .aspx files but no C# files.But In the HTML code the Codebehind
> attribute refers to the .cs file for tha page.
>
> Please help. Its urgent!!!
> --
> pmud


Jul 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: ALthePal | last post by:
Hi, I'm not sure if we are able to or even how to loop through the web forms in a VB.NET project during design time. In MSAccess we are able to go through the database -> forms collection and...
7
by: aaaaaa | last post by:
Hi, I created some forms and during the wizard I chose the Datasheet View, and when I open the forms from the main objects window they open up in datasheet view. But when I created a switchboard...
19
by: James Fortune | last post by:
I have a lot of respect for David Fenton and Allen Browne, but I don't understand why people who know how to write code to completely replace a front end do not write something that will automate...
9
by: AP | last post by:
I personally cannot stand the Allow Design Changes property set to anything other than design view. Is there a way to loop through all forms and set this property to design view only? There always...
5
by: moondaddy | last post by:
I'm setup with a new ISP where we were given an account which we could setup multiple domains. To do this we were given a root directory where we setup a folder for each domain. then we mapped...
4
by: pmud | last post by:
Hi I have a website (ASP.NET project using C# ) which is already put up on the server. I need to make some modification to some web pages.So the project files were copied to the a different server...
7
by: Jeff | last post by:
I plan to write a Windows Forms MDI application for a medical office. Users must be able to select a patient and view related information on multiple forms; with1-4 forms opened at the same time...
0
by: Jeremy Wallace | last post by:
Folks, Here's a write-up I did for our developer wiki. I don't know if the whole rest of the world has already figured out how to do this, but I hadn't ever seen it implemented, and had spent a...
8
by: zufie | last post by:
Hi, I created some forms using the "Create form using Wizard". However, I cannot view the forms I created with Wizard unless I click on the Design View icon. I checked the forms' properties...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.