Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
dear masters or administrator

i have web application with standard template visual studio express 2013 (VB.NET)

@my default.aspx page. i have , crud application with grid view and database.. now in fact i want crud and grid view separate . i have planning to copy grid view @about.aspx page but crud still @ default.aspx so the core in case i want input @webform1(default.aspx) output(about.aspx),

so anyone can give me tutorial about my project .

please help me anyone . T_T

thanks
code project
Posted

1 solution

Move the CRUD logic to a different class. Call it the controller.
Keep view (i.e. aspx and aspx.designer) logic separate from the CRUD logic by using this approach.
 
Share this answer
 
Comments
masfajar yunarsyah 8-Sep-14 23:58pm    
#cry , can you give a tutor , or step by step .

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900