First you need to make the database with stored procedures (name should be similar which you use in properties of sqldatasource )as we discuss in earlier lessons.
1) Design of Detail view to see HTML code click here.....
2) Properties for Detail view
3) Properties of SqlDataSource
4) Add Stored Procedures in SqlDataSource.
5)
Code for .aspx
*********************************************************************************
Initially need to make stored procedures of insert,delete,update and display. And use those in detail view without coding with SqlDataSource properties as shown in pictures.
********************************Web config ****************************
***************************.aspx **********************************
There is not any coding in .aspx or default.aspx because this detail view interface is without coding
6) Running interface.
No comments:
Post a Comment