Hi,
im in the process of making a site, and i have quite a few pages that allow users to insert and edit data.
So i would like to know, what is the best way to manage data, such as inserting, editing deleting
So far im uing codebehind, and i have a whole big list of code in the codebehind, and i think its slowing the page down a little, and i also have all my insert sql etc in the codebehind, i read from somewhere this isnt a good idea, as its more exposed to SQL attacks.
Does anyone know the best way that i can manage my data queries, that will be effective on the performance side?
Thanks.
...
Go to the complete details ...