Posted on: 4/1/2014 7:38:46 AM | Views : 426

In my project I want to read one Value from SQLStatment and thru this value want to get the detail from odbc.
I'll give example: I have this data in one SQL tables: Sr. Order# Sku SkuDescription Sku_Image Sr.Master

I want that my ODBC connection read the "SKU" Field from SQLStatment and get the data from other fields and show in Grid Table.
Other option is I'll create 3 more fileds in current table and insert the data in theses tables after that it'll show in Grid Table which already available in .aspx page. This ODBC is live data and will always changing so if this data I'll show its better !! How to make this in c# code ?

Go to the complete details ...