asp.net - .vb or .aspx

liunx

Guest
Ok, which do people recommend? Most of the tutorials I have seen and books I have read seem to put the code in <script></script> tags outside the html but still in the same file, but visual studio.net doesn't seem to like that. I can't get any of the drop downs (within VS) unless I put all my code in a seperate .vb file to be compiled seperately (i.e. codebehind).

So what do people think?i prefer using the codebehind... it helps keep my pages clean. just my $.02
 
Back
Top