Go Back   CodingForums.com > :: Server side development > ASP.NET

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-25-2012, 01:48 PM   PM User | #1
jmohan
New Coder

 
Join Date: Apr 2008
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
jmohan is an unknown quantity at this point
Smile How to load data into dropdownlist using linq in 3 tier architecture?

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
jmohan is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:45 PM.


Advertisement
Log in to turn off these ads.