Click here to Skip to main content
15,909,051 members

Comments by Member 11970999 (Top 11 by date)

Member 11970999 24-Dec-15 0:52am View    
iam getting that error while my using datetimepicker for a textbox
Member 11970999 29-Oct-15 6:30am View    
"/Home/Index?data=1&data=2&data=3&name=" this is my href
public ActionResult Index(int[] data,string name)
{
return View();
}
this is my controller looks like
Member 11970999 29-Oct-15 6:25am View    
i changed list<int> to int[] but its taking only one value
Member 11970999 29-Oct-15 6:11am View    
now its working but its taking only first value from the list
Member 11970999 29-Oct-15 6:05am View    
my index accepts list<int> data as param