best location for code
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
im using vb.net 2008. where is the best location to place the code.for example the code for sql (data reader, ds,queery). Is it better to place code at the header of the page or in the pagename.vb file or in a class I need hints Thanks
y_mmohd wrote:
where is the best location to place the code
you should have different layer (dll ) for that. In your application you should have presentation, Business and Database layer. and you should have to organaized accroding to them.
cheers, Abhijit