Link to home
Start Free TrialLog in
Avatar of champ_010
champ_010

asked on

Code Behind and Inline Code

Hi,

Silly simple question here, but being cautious since I'm a perpetual novice:

I've been developing an application intended for ASP.NET 1.1 but have been typing inline code with the intention of breaking it up into code behind later (I don't have VS.NET).  I am about to install the .NET Framework 2.0, so I assume since my app is all inline code at the moment, I won't have any problem finishing it by just breaking the inline code into the .NET2.0 way of code behind?

So, the difference is just the framework version installed on my computer and the syntax right?

Thanks

ASKER CERTIFIED SOLUTION
Avatar of Carl Tawn
Carl Tawn
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of champ_010
champ_010

ASKER

Thanks again, Carl!