Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using C# Asp.Net in my project , I have added description for all the columns of a particular table in SQL Server.

Column Name --> Description

cAppNo --> Application No

cFName --> First Name

cMName --> Middle Name

So my requirement is that I need to fill a dropdownlist with column descriptions of the columns , so how can I retreive description.Is it possible at all? Can I use Linq.Also if I know know the description of a particular column , is it possible to retrieve the actual value of that column based on the description.I mean the value suppose in column cFName is John , so how canI get that value if I know the decription.Please let me know if that can be achieved.Any suggestions are welcome.Thanks

share|improve this question
@ThitLwinOo , how do I retrieve it in c# , is it possible ,can this be done using Linq. – freebird May 24 '12 at 7:07
Hi, it should be done same as normal data retireving process. Get connection to DB, then execute sql script (select desired columns list). – Thit Lwin Oo May 24 '12 at 8:14

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.