jmohan
04-25-2012, 01:48 PM
How to load data into dropdownlist using linq in 3 tier architecture?
HI
I expect my dropdown to load in 3 tier architecture using linq concept.
In the user interface layer, I will use my function as
Datatable tbl=new DataTable();
tbl=loadDropDown("table name");
Dropdownlist1.datasource=tbl;
Dropdownlist1.databind();
where, the function should return the result as table for Dropdown datasource
Please help me.
Thanks in Advance,
MOhan J
HI
I expect my dropdown to load in 3 tier architecture using linq concept.
In the user interface layer, I will use my function as
Datatable tbl=new DataTable();
tbl=loadDropDown("table name");
Dropdownlist1.datasource=tbl;
Dropdownlist1.databind();
where, the function should return the result as table for Dropdown datasource
Please help me.
Thanks in Advance,
MOhan J