Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~383 People Reached
Favorite Forums
Favorite Tags
Member Avatar for sadaquat_1

I am using asp.net mvc 5 , Entity framework 5, i have following tables: 1. orderid customerid 1 2 2 3 3 1 orderid productname quantity 1 A 10 1 B 15 1 C 20 i.e I want to make a report like following: Total Quantity per customer: total total …

Member Avatar for pritaeas
0
105
Member Avatar for sadaquat_1

I have a placeholder control where i have added the files from my folder. I have also binded a check box with each file How i can download the files if checkbox is clicked. string strDir = Request.QueryString["d"] == null ? FileBrowerProperty.IntialPath : Request.QueryString["d"]; //read the directory DirectoryInfo DirInfo = …

Member Avatar for new_nano
0
278