我如何将值从Linq绑定到sql到文本文档
问题描述:
我有一个基于订单号的文本框orderno,我需要从linqtosql获取订单详细信息,然后最后我想在文本文档.txt文件中显示详细信息.我该怎么办?
i have a textbox orderno, based on the orderno i need to get the order details from linqtosql , then finally i want to display the deatils in text document .txt file .how can i do?