Gary
|
| Posted: 11/24/2002, 5:10 AM |
|
This is really pissing me off now.
Spent the last 1.5 hours trying to get a link on a page.
Every time I LOOK at the aspx code page I end up deleteing the whole site
and restarting.
Every page aspx, html and ccs get completly out of sync and becomes
unworkable.
Couple of hundered quid and it's pretty usless really.
I've been coding .NET for 8 months now.
Hoping for a quick way to do what I've 'conquered' but this an't it.
--
Gary
|
|
|
 |
Bo Ugljesic
|
| Posted: 11/24/2002, 4:54 PM |
|
Hi Gary,
What do you use to code .net vs.net?
Bo
"Gary" <gary@gaelmart.com> wrote in message
news:arqj46$487$1@news.codecharge.com...
> This is really pissing me off now.
> Spent the last 1.5 hours trying to get a link on a page.
> Every time I LOOK at the aspx code page I end up deleteing the whole site
> and restarting.
> Every page aspx, html and ccs get completly out of sync and becomes
> unworkable.
> Couple of hundered quid and it's pretty usless really.
> I've been coding .NET for 8 months now.
> Hoping for a quick way to do what I've 'conquered' but this an't it.
>
>
> --
> Gary
>
>
|
|
|
 |
Gary
|
| Posted: 11/25/2002, 4:41 AM |
|
VS. NET
"Bo Ugljesic" <service@altekcomputer.com> wrote in message
news:arrsbs$d1c$1@news.codecharge.com...
> Hi Gary,
>
> What do you use to code .net vs.net?
>
> Bo
> "Gary" <gary@gaelmart.com> wrote in message
>news:arqj46$487$1@news.codecharge.com...
> > This is really pissing me off now.
> > Spent the last 1.5 hours trying to get a link on a page.
> > Every time I LOOK at the aspx code page I end up deleteing the whole
site
> > and restarting.
> > Every page aspx, html and ccs get completly out of sync and becomes
> > unworkable.
> > Couple of hundered quid and it's pretty usless really.
> > I've been coding .NET for 8 months now.
> > Hoping for a quick way to do what I've 'conquered' but this an't it.
> >
> >
> > --
> > Gary
> >
> >
>
>
|
|
|
 |
Bo Ugljesic
|
| Posted: 11/25/2002, 5:39 AM |
|
Hello Gary,
Here is how I develop with .net and ccs and has been working great for me.
1) I build a site with ccs, creat all the forms etc..
2) Publish the site where I will be working on it in vs.net like
c:\inetpub\wwwroot\mynetsite.
3) Publish the site to a temp dir where any new ccs form will be created.
(c:\inetpub\wwwroot\mynetsiteccs)
Now I can work on the site in vs.net and if the project needs a new form,
just create it with ccs and publish to the temp dir and copy the files need
for the form into your production dir. Example if you create form1 then copy
form1.aspx and form1.aspx.cs to the root of your site and
form1dataprovider.cs to component dir of your site. Include them in the
project and you are ready to add mods in vs.net.
CCS is a framework and like most frameworks won't do everything that you
need and realisticly it shouldn't have to that's what vs.net is for. But it
can remove you from the burden of creating most data, search, grid forms and
create the basic structure of the site.
This would not be optimal if you need the sites to be php,asp,.net and jsp,
but for my projects the development is mainly asp.net and it's raised my
productivity level two fold.
"Gary" <gary@gaelmart.com> wrote in message
news:art5p9$p0c$1@news.codecharge.com...
> VS. NET
>
> "Bo Ugljesic" <service@altekcomputer.com> wrote in message
>news:arrsbs$d1c$1@news.codecharge.com...
> > Hi Gary,
> >
> > What do you use to code .net vs.net?
> >
> > Bo
> > "Gary" <gary@gaelmart.com> wrote in message
> >news:arqj46$487$1@news.codecharge.com...
> > > This is really pissing me off now.
> > > Spent the last 1.5 hours trying to get a link on a page.
> > > Every time I LOOK at the aspx code page I end up deleteing the whole
> site
> > > and restarting.
> > > Every page aspx, html and ccs get completly out of sync and becomes
> > > unworkable.
> > > Couple of hundered quid and it's pretty usless really.
> > > I've been coding .NET for 8 months now.
> > > Hoping for a quick way to do what I've 'conquered' but this an't it.
> > >
> > >
> > > --
> > > Gary
> > >
> > >
> >
> >
>
>
|
|
|
 |
|