populate a formview using linq - vs2010 c#
Using Linq I have built a query which I return to a gridview. This works fine but I want to populate a formview with the same data, can anyone point me to a decent how开发者_如何学C-to article please?
thanks
Try to assign your query result to a DataSource
property, then try to execute DataBind()
method.. it should work.. if not, please provide us some code...
Regards..
精彩评论