I am going to show you how easy is to call a stored procedure using the Entity Framework. First of all you need to create the stored procedure which you want to call (in case it doesn’t already exist), in… Read More ›
C#
Bind GridView Control at Runtime
There are times when you don’t want to configure the GridView’s control DataSource property to point to some build in types of data sources, such as EntityDataSource or SqlDataSource. You know though and have access to what kind of data… Read More ›