database table display in gridview using 3 tier architecture ?
help me plz
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Feb 19, 2015, 11:37 PM
Just simple Fetch the data using 3-tier architecture and bind it with grid view in presentation layer
gridview1.DataSource = datasource;;
gridview1.DataBind();
hope this will help you.
Chinna NethaPosted Feb 19, 2015, 11:33 PM
my question is:
how to bind data in gridview using 3 tier architecture in asp.net?
Jignesh TrivediPosted Feb 19, 2015, 10:59 PM
Hi,
Please refer below link it might help, you.
http://www.dotnetfunda.com/articles/show/2708/3-tier-architecture-in-aspnet-a-complete-article
http://www.c-sharpcorner.com/uploadfile/rishiraveendran/understanding-three-tier-architecture/
Joginder BangerPosted Feb 19, 2015, 10:06 PM
http://www.codeproject.com/Tips/662107/Understand-Tier-Architecture-in-Csharp
Grid view bind in asp .net
http://www.aspdotnet-suresh.com/2012/05/aspnet-gridview-examples-and-samples-in.html