re:
!> I want to put the code in the same file
When you create a new web site, the initial default.aspx created has a code-behind file.
Just delete that initial file and create a new file ("File", New File").
Then, name the file, select the desired programming language
and *unselect* the checkbox which says ""Place code in separate file".
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
>I just started using asp.net 2.0 and the book I am looking at shows that you now have the option to pub your code in
>separate files (not the default) as it was in 2003.
[quoted text clipped - 7 lines]
>
> Tom
tshad - 14 Dec 2007 07:56 GMT
> re:
> !> I want to put the code in the same file
[quoted text clipped - 6 lines]
> Then, name the file, select the desired programming language
> and *unselect* the checkbox which says ""Place code in separate file".
That was what I was looking for.
Thanks,
Tom
> Juan T. Llibre, asp.net MVP
> asp.net faq : http://asp.net.do/faq/
[quoted text clipped - 13 lines]
>>
>> Tom