Click here to Skip to main content
15,906,567 members

Comments by ammoti (Top 15 by date)

ammoti 28-Sep-14 21:22pm View    
Oww ok,
I confused that my code and those example what's missing. To be honestly I could not apply into my code missing&wrong part.
ammoti 28-Sep-14 21:22pm View    
Deleted
Oww ok,
I confused that my code and those example what's missing. To be honestly I could not apply into my code missing&wrong part.
ammoti 28-Sep-14 18:50pm View    
to be honestly I want to do like in this link http://jsfiddle.net/835xehna/4/
I have multiple spam which has DueDate value. but my code not run like countdown. I mean counter not work.
ammoti 24-Sep-14 16:23pm View    
but I need run some code behind code do you have any suggest?
ammoti 11-Aug-14 17:48pm View    
first of all, thanks for reply

you're absolutely right I did not understand what is the problem I am not sure maybe it can be about route configuration because when it worked it try to run HomeController.

as I said I am newbie :)

but my code which try to show look like

public virtual ActionResult Index()
{
IndexUsersTypeViewModel viewModel = new IndexUsersTypeViewModel();
ViewBag.PageIndex = this.GetPageIndex();
ViewBag.PageSize = this.GetPageSize();
ViewBag.SearchValue = this.GetSearchValue();

return View(viewModel);
}
.