New Post: AJaxList error - doesn't work when called with "Content"
Hi,I am trying to implement the AjaxList helper and want to pass the Json content to a specific view to create the custom ajax list but whenever I try to return a new AjaxList with the "Content"...
View ArticleNew Comment on "Installation"
Will it be possible to convert all views into Razor syntax? MVC 4 is out and old style views are outdated. Also, how can I contact you if I will have troubles incorporating your stuff into my existing...
View ArticleUpdated Release: 3.0 (Nov 03, 2012)
added Grid helperadded XML Documentationadded textbox helperadded Client Side API for AjaxListremoved .SearchButton from AjaxListAjaxForm and Confirm helpers have been merged into the Form...
View ArticleReleased: 3.0 (Nov 03, 2012)
added Grid helperadded XML Documentationadded textbox helperadded Client Side API for AjaxListremoved .SearchButton from AjaxListAjaxForm and Confirm helpers have been merged into the Form...
View ArticleUpdated Release: 3.0 (Nov 03, 2012)
added Grid helperadded XML Documentationadded textbox helperadded Client Side API for AjaxListremoved .SearchButton from AjaxListAjaxForm and Confirm helpers have been merged into the Form...
View ArticleNew Post: AjaxDropdown using MVC 4 in VB
o wrote:you should return data.Select(Function(o) New SelectableItem (it's a class from awesome)instead of SelectListItemHi,I am just test driving awesome mvc helpers in MVC 4. It seems the...
View ArticleNew Post: AjaxDropdown using MVC 4 in VB
they work on mvc4, the prodinner demo application is on mvc4 (http://prodinner.codeplex.com)SelectableItem is in Omu.AwesomeMvc just like beforethey were built against MVC3 so that they would work with...
View ArticleUpdated Release: 3.0 (Nov 03, 2012)
added Grid helperadded XML Documentationadded textbox helperadded Client Side API for AjaxListremoved .SearchButton from AjaxListAjaxForm and Confirm helpers have been merged into the Form...
View ArticleReleased: 3.0 (Nov 03, 2012)
added Grid helperadded XML Documentationadded textbox helperadded Client Side API for AjaxListremoved .SearchButton from AjaxListAjaxForm and Confirm helpers have been merged into the Form...
View ArticleReleased: 3.0 (Nov 03, 2012)
added Grid helperadded XML Documentationadded textbox helperadded Client Side API for AjaxListremoved .SearchButton from AjaxListAjaxForm and Confirm helpers have been merged into the Form...
View ArticleUpdated Release: 3.0 (Nov 03, 2012)
added Grid helperadded XML Documentationadded textbox helperadded Client Side API for AjaxListremoved .SearchButton from AjaxListAjaxForm and Confirm helpers have been merged into the Form...
View ArticleNew Post: TextBox type password
How set input type to password? @Html.Awe().TextBox("txtPassword")
View ArticleNew Post: TextBox type password
the TextBox helper will create an input type=text, and you cant make it type=password atm, you could use the Html.Password heplper
View ArticleNew Post: TextBox type password
Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code...
View ArticleNew Post: TextBox type password
Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code...
View ArticleNew Post: TextBox type password
Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code...
View ArticleNew Post: TextBox type password
i'ts Html.PasswordFor you should see that using intellisence
View ArticleNew Post: how change ajax dropdown value on js
@Html.Awe().AjaxDropdownFor(o => o.MyField)$("#MyField").val(response.Id); $("#MyField").change();
View Article