editing pages on CS with FP1
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
editing pages on CS with FP1

 
Post new topic   Reply to topic    Windows Server Forum Index -> Commerce Server
Author Message
mark
Guest





Posted: Tue Sep 06, 2005 8:51 pm    Post subject: editing pages on CS with FP1 Reply with quote

I'm trying to edit pages Product.aspx and Product.aspx.cs and others. So far
no success.
What's going on? I'll change object name in .aspx.cs and page will display
as it did before change.
I'm trying to change which field is retrieved from the DB in lieu of
Description. I've a new Field in Product Properties which has data in it.
But when I substitute it's name where Description used to be I still get
data from Description field.
I want to display more than two items per page - I see the code which does
it - but my changes don't make any differenc ein the way items are
displayed.
If some one can have a "talk" with me I'll appreciate it very much.

Mark
Back to top
Vinayak Tadas[MSFT]
Guest





Posted: Wed Sep 07, 2005 8:53 am    Post subject: RE: editing pages on CS with FP1 Reply with quote

Can you post your sample code?
Thanks
Vinayak Tadas
Microsoft
http://blogs.msdn.com/vinayakt

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security. Please
reply to the newsgroups only


--------------------
From: "mark" <mtschndler@yahoo.com>
Subject: editing pages on CS with FP1
Date: Tue, 6 Sep 2005 15:28:18 -0400
Lines: 16
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-RFC2646: Format=Flowed; Original
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Message-ID: <uudn6lxsFHA.460@TK2MSFTNGP15.phx.gbl>
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: adsl-210-93-101.mem.bellsouth.net 68.210.93.101
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP15.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:3360
X-Tomcat-NG: microsoft.public.commerceserver.general

I'm trying to edit pages Product.aspx and Product.aspx.cs and others. So
far
no success.
What's going on? I'll change object name in .aspx.cs and page will display
as it did before change.
I'm trying to change which field is retrieved from the DB in lieu of
Description. I've a new Field in Product Properties which has data in it.
But when I substitute it's name where Description used to be I still get
data from Description field.
I want to display more than two items per page - I see the code which does
it - but my changes don't make any differenc ein the way items are
displayed.
If some one can have a "talk" with me I'll appreciate it very much.

Mark
Back to top
Zoe Hart [MVP]
Guest





Posted: Wed Sep 07, 2005 4:52 pm    Post subject: Re: editing pages on CS with FP1 Reply with quote

Mark,

I have no idea what your level of programming experience is with .NET and
C#, but are you rebuilding the site after making your changes in
product.aspx.cs?

--
Zoe Hart
Commerce Server MVP

"mark" <mtschndler@yahoo.com> wrote in message
news:uudn6lxsFHA.460@TK2MSFTNGP15.phx.gbl...
Quote:
I'm trying to edit pages Product.aspx and Product.aspx.cs and others. So
far no success.
What's going on? I'll change object name in .aspx.cs and page will display
as it did before change.
I'm trying to change which field is retrieved from the DB in lieu of
Description. I've a new Field in Product Properties which has data in it.
But when I substitute it's name where Description used to be I still get
data from Description field.
I want to display more than two items per page - I see the code which does
it - but my changes don't make any differenc ein the way items are
displayed.
If some one can have a "talk" with me I'll appreciate it very much.

Mark
Back to top
mark
Guest





Posted: Wed Sep 07, 2005 4:52 pm    Post subject: Re: editing pages on CS with FP1 Reply with quote

I'm not sure what you mean by rebuilding? I make changes to the code save
it and expect changes to show up and some do. However most don't - maybe
that's what I'm missing. My .net programming experience is marginal - I've
more experience in HTML and ASP.
Could you elaborate or point me in a right direction.

Mark

"Zoe Hart [MVP]" <zoehart@newsgroup.nospam> wrote in message
news:uWbSD26sFHA.2072@TK2MSFTNGP14.phx.gbl...
Quote:
Mark,

I have no idea what your level of programming experience is with .NET and
C#, but are you rebuilding the site after making your changes in
product.aspx.cs?

--
Zoe Hart
Commerce Server MVP

"mark" <mtschndler@yahoo.com> wrote in message
news:uudn6lxsFHA.460@TK2MSFTNGP15.phx.gbl...
I'm trying to edit pages Product.aspx and Product.aspx.cs and others. So
far no success.
What's going on? I'll change object name in .aspx.cs and page will
display as it did before change.
I'm trying to change which field is retrieved from the DB in lieu of
Description. I've a new Field in Product Properties which has data in it.
But when I substitute it's name where Description used to be I still get
data from Description field.
I want to display more than two items per page - I see the code which
does it - but my changes don't make any differenc ein the way items are
displayed.
If some one can have a "talk" with me I'll appreciate it very much.

Mark


Back to top
Zoe Hart [MVP]
Guest





Posted: Thu Sep 08, 2005 4:53 pm    Post subject: Re: editing pages on CS with FP1 Reply with quote

Changes to the .aspx file can be saved and you'll see the effect because
ASP.NET compiles the .aspx page at the time the page is requested. Changes
to the .aspx.cs file need to be compiled separately before you'll see them
take effect. If you're making your changes through Visual Studio.NET there's
a Build menu from which you can choose Build yourprojectname. Then try
browsing your site and you should see the changes. If you're not using
Visual Studio.NET the .NET framework provides command line utilities for
compiling .NET code. Since I work with Visual Studio.NET I don't have any
experience with the command line utilities, but the .NET Framework SDK
documentation has several topics that address this including one entitled
"Building from the Command Line".

--
Zoe Hart
Commerce Server MVP


"mark" <mtschndler@yahoo.com> wrote in message
news:%23Nm37j7sFHA.1168@TK2MSFTNGP10.phx.gbl...
Quote:
I'm not sure what you mean by rebuilding? I make changes to the code save
it and expect changes to show up and some do. However most don't - maybe
that's what I'm missing. My .net programming experience is marginal - I've
more experience in HTML and ASP.
Could you elaborate or point me in a right direction.

Mark

"Zoe Hart [MVP]" <zoehart@newsgroup.nospam> wrote in message
news:uWbSD26sFHA.2072@TK2MSFTNGP14.phx.gbl...
Mark,

I have no idea what your level of programming experience is with .NET and
C#, but are you rebuilding the site after making your changes in
product.aspx.cs?

--
Zoe Hart
Commerce Server MVP

"mark" <mtschndler@yahoo.com> wrote in message
news:uudn6lxsFHA.460@TK2MSFTNGP15.phx.gbl...
I'm trying to edit pages Product.aspx and Product.aspx.cs and others. So
far no success.
What's going on? I'll change object name in .aspx.cs and page will
display as it did before change.
I'm trying to change which field is retrieved from the DB in lieu of
Description. I've a new Field in Product Properties which has data in
it. But when I substitute it's name where Description used to be I still
get data from Description field.
I want to display more than two items per page - I see the code which
does it - but my changes don't make any differenc ein the way items are
displayed.
If some one can have a "talk" with me I'll appreciate it very much.

Mark




Back to top
mark
Guest





Posted: Thu Sep 08, 2005 8:52 pm    Post subject: Re: editing pages on CS with FP1 Reply with quote

Zoe

I was using VS but didn't open the whole project just individual files and
Build Option wasn't there. Now that I opened the whole solution I see that
option however don't see any of the .aspx.cs files. They are in the
directory and I can open them individually but not from whithin the
Solution.
Thanks for your help - Mark
PS. Are you available for consulting work? if so please contact me direct.

"Zoe Hart [MVP]" <zoehart@newsgroup.nospam> wrote in message
news:OUOM2QHtFHA.3040@TK2MSFTNGP14.phx.gbl...
Quote:
Changes to the .aspx file can be saved and you'll see the effect because
ASP.NET compiles the .aspx page at the time the page is requested. Changes
to the .aspx.cs file need to be compiled separately before you'll see them
take effect. If you're making your changes through Visual Studio.NET
there's a Build menu from which you can choose Build yourprojectname. Then
try browsing your site and you should see the changes. If you're not using
Visual Studio.NET the .NET framework provides command line utilities for
compiling .NET code. Since I work with Visual Studio.NET I don't have any
experience with the command line utilities, but the .NET Framework SDK
documentation has several topics that address this including one entitled
"Building from the Command Line".

--
Zoe Hart
Commerce Server MVP


"mark" <mtschndler@yahoo.com> wrote in message
news:%23Nm37j7sFHA.1168@TK2MSFTNGP10.phx.gbl...
I'm not sure what you mean by rebuilding? I make changes to the code
save it and expect changes to show up and some do. However most don't -
maybe that's what I'm missing. My .net programming experience is
marginal - I've more experience in HTML and ASP.
Could you elaborate or point me in a right direction.

Mark

"Zoe Hart [MVP]" <zoehart@newsgroup.nospam> wrote in message
news:uWbSD26sFHA.2072@TK2MSFTNGP14.phx.gbl...
Mark,

I have no idea what your level of programming experience is with .NET
and C#, but are you rebuilding the site after making your changes in
product.aspx.cs?

--
Zoe Hart
Commerce Server MVP

"mark" <mtschndler@yahoo.com> wrote in message
news:uudn6lxsFHA.460@TK2MSFTNGP15.phx.gbl...
I'm trying to edit pages Product.aspx and Product.aspx.cs and others.
So far no success.
What's going on? I'll change object name in .aspx.cs and page will
display as it did before change.
I'm trying to change which field is retrieved from the DB in lieu of
Description. I've a new Field in Product Properties which has data in
it. But when I substitute it's name where Description used to be I
still get data from Description field.
I want to display more than two items per page - I see the code which
does it - but my changes don't make any differenc ein the way items are
displayed.
If some one can have a "talk" with me I'll appreciate it very much.

Mark






Back to top
mark
Guest





Posted: Fri Sep 09, 2005 12:51 pm    Post subject: Re: editing pages on CS with FP1 Reply with quote

Zoe - I found it !!! - Mark

"mark" <mtschndler@yahoo.com> wrote in message
news:uqZQUbKtFHA.1048@TK2MSFTNGP10.phx.gbl...
Quote:
Zoe

I was using VS but didn't open the whole project just individual files and
Build Option wasn't there. Now that I opened the whole solution I see that
option however don't see any of the .aspx.cs files. They are in the
directory and I can open them individually but not from whithin the
Solution.
Thanks for your help - Mark
PS. Are you available for consulting work? if so please contact me direct.

"Zoe Hart [MVP]" <zoehart@newsgroup.nospam> wrote in message
news:OUOM2QHtFHA.3040@TK2MSFTNGP14.phx.gbl...
Changes to the .aspx file can be saved and you'll see the effect because
ASP.NET compiles the .aspx page at the time the page is requested.
Changes to the .aspx.cs file need to be compiled separately before you'll
see them take effect. If you're making your changes through Visual
Studio.NET there's a Build menu from which you can choose Build
yourprojectname. Then try browsing your site and you should see the
changes. If you're not using Visual Studio.NET the .NET framework
provides command line utilities for compiling .NET code. Since I work
with Visual Studio.NET I don't have any experience with the command line
utilities, but the .NET Framework SDK documentation has several topics
that address this including one entitled "Building from the Command
Line".

--
Zoe Hart
Commerce Server MVP


"mark" <mtschndler@yahoo.com> wrote in message
news:%23Nm37j7sFHA.1168@TK2MSFTNGP10.phx.gbl...
I'm not sure what you mean by rebuilding? I make changes to the code
save it and expect changes to show up and some do. However most don't -
maybe that's what I'm missing. My .net programming experience is
marginal - I've more experience in HTML and ASP.
Could you elaborate or point me in a right direction.

Mark

"Zoe Hart [MVP]" <zoehart@newsgroup.nospam> wrote in message
news:uWbSD26sFHA.2072@TK2MSFTNGP14.phx.gbl...
Mark,

I have no idea what your level of programming experience is with .NET
and C#, but are you rebuilding the site after making your changes in
product.aspx.cs?

--
Zoe Hart
Commerce Server MVP

"mark" <mtschndler@yahoo.com> wrote in message
news:uudn6lxsFHA.460@TK2MSFTNGP15.phx.gbl...
I'm trying to edit pages Product.aspx and Product.aspx.cs and others.
So far no success.
What's going on? I'll change object name in .aspx.cs and page will
display as it did before change.
I'm trying to change which field is retrieved from the DB in lieu of
Description. I've a new Field in Product Properties which has data in
it. But when I substitute it's name where Description used to be I
still get data from Description field.
I want to display more than two items per page - I see the code which
does it - but my changes don't make any differenc ein the way items
are displayed.
If some one can have a "talk" with me I'll appreciate it very much.

Mark








Back to top
Zoe Hart [MVP]
Guest





Posted: Tue Sep 13, 2005 4:53 pm    Post subject: Re: editing pages on CS with FP1 Reply with quote

Mark,

In VS you can right-click on the .aspx file and choose View Code to open the
..aspx.cs file. Also at the top of the Solution Explorer pane there are five
icons. If you hover over them you'll find that the fourth from the left
(second from the right) is the Show All Files option. Click that and you'll
be able to see the aspx.cs files in Solution Explorer underneath their
respective .aspx files.

--
Zoe Hart
Commerce Server MVP

"mark" <mtschndler@yahoo.com> wrote in message
news:uqZQUbKtFHA.1048@TK2MSFTNGP10.phx.gbl...
Quote:
Zoe

I was using VS but didn't open the whole project just individual files and
Build Option wasn't there. Now that I opened the whole solution I see that
option however don't see any of the .aspx.cs files. They are in the
directory and I can open them individually but not from whithin the
Solution.
Thanks for your help - Mark
PS. Are you available for consulting work? if so please contact me direct.

"Zoe Hart [MVP]" <zoehart@newsgroup.nospam> wrote in message
news:OUOM2QHtFHA.3040@TK2MSFTNGP14.phx.gbl...
Changes to the .aspx file can be saved and you'll see the effect because
ASP.NET compiles the .aspx page at the time the page is requested.
Changes to the .aspx.cs file need to be compiled separately before you'll
see them take effect. If you're making your changes through Visual
Studio.NET there's a Build menu from which you can choose Build
yourprojectname. Then try browsing your site and you should see the
changes. If you're not using Visual Studio.NET the .NET framework
provides command line utilities for compiling .NET code. Since I work
with Visual Studio.NET I don't have any experience with the command line
utilities, but the .NET Framework SDK documentation has several topics
that address this including one entitled "Building from the Command
Line".

--
Zoe Hart
Commerce Server MVP


"mark" <mtschndler@yahoo.com> wrote in message
news:%23Nm37j7sFHA.1168@TK2MSFTNGP10.phx.gbl...
I'm not sure what you mean by rebuilding? I make changes to the code
save it and expect changes to show up and some do. However most don't -
maybe that's what I'm missing. My .net programming experience is
marginal - I've more experience in HTML and ASP.
Could you elaborate or point me in a right direction.

Mark

"Zoe Hart [MVP]" <zoehart@newsgroup.nospam> wrote in message
news:uWbSD26sFHA.2072@TK2MSFTNGP14.phx.gbl...
Mark,

I have no idea what your level of programming experience is with .NET
and C#, but are you rebuilding the site after making your changes in
product.aspx.cs?

--
Zoe Hart
Commerce Server MVP

"mark" <mtschndler@yahoo.com> wrote in message
news:uudn6lxsFHA.460@TK2MSFTNGP15.phx.gbl...
I'm trying to edit pages Product.aspx and Product.aspx.cs and others.
So far no success.
What's going on? I'll change object name in .aspx.cs and page will
display as it did before change.
I'm trying to change which field is retrieved from the DB in lieu of
Description. I've a new Field in Product Properties which has data in
it. But when I substitute it's name where Description used to be I
still get data from Description field.
I want to display more than two items per page - I see the code which
does it - but my changes don't make any differenc ein the way items
are displayed.
If some one can have a "talk" with me I'll appreciate it very much.

Mark








Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> Commerce Server All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB