Click here to Skip to main content
15,918,168 members

Comments by laxmi smiley (Top 19 by date)

laxmi smiley 17-Jun-14 7:21am View    
nice explanation. i tried thisCustomer.Coordinates = (string[])iplot[0]; but error
Unable to cast object of type 'System.String' to type 'System.String[]'.
laxmi smiley 12-Jun-14 3:54am View    
i debugged and i am getting values in to viewdata but error
laxmi smiley 6-Jun-14 6:04am View    
i created a strongly typed view of type BookList.
but i am getting compilation error at
@foreach (var item in Model) {
}
laxmi smiley 13-Mar-14 4:18am View    
i tried this way but still
Unable to cast object of type 'System.Collections.Generic.List`1[Mvcsample.Model.product]' to type 'Mvcsample.Model.product'.
laxmi smiley 11-Mar-14 9:47am View    
control is moving to the corresponding action but datavalue field is empty.any suggestion please
data: { stateID:$('#StateDropDown').val()} the value #StateDropDown is new { @id = "StateDropDown" }
public actionresult(string stateID}
{
}