Click here to Skip to main content
15,914,066 members

Comments by gauravupadhyay (Top 10 by date)

gauravupadhyay 8-May-14 6:51am View    
Hi,
Thanks I tried your solution. It is very nice implementation of file upload. How ever i need to use ajax file upload control with multiple file selection.
gauravupadhyay 23-Sep-13 1:11am View    
Deleted
@Raja Sekhar S : you are right .
gauravupadhyay 18-Sep-13 7:11am View    
rollup will not give him desired result what he wants is
Sno | Sname | Marks | Total
001 | abcde | 90 | -
002 | fghij | 80 | -
003 | lmnop | 70 | -
004 | qrstu | 60 | -
005 | vwxyz | 50 | 350


while rollup add one new row to the table .
gauravupadhyay 12-Jul-13 0:45am View    
I got this after using ---return View(emp.ToList());

[InvalidOperationException: The model item passed into the dictionary is of type 'System.Collections.Generic.List`1[<>f__AnonymousType1`6[System.Int32,System.String,System.String,System.String,System.Nullable`1[System.Int32],System.String]]', but this dictionary requires a model item of type 'System.Collections.Generic.IEnumerable`1[Mvc4application.Models.Employee]'.]


return View(emp.ToList());


Is there any way to use return list to use as model in ASP.NET MVC View
gauravupadhyay 11-Jul-13 9:36am View    
I am creating a MVC app and using RAZOR View engine .i am not using aspx.