jquery Programming Glossary: themeselectlist
Calling WebMethod returning IList<T> from Jquery Ajax with NHibernate And MVC http://stackoverflow.com/questions/16910982/calling-webmethod-returning-ilistt-from-jquery-ajax-with-nhibernate-and-mvc WebMethod public IList ThemeSelectList GetThemesForSelectedCategory string themeCategoryId IList ThemeSelectList themeSelectList new List ThemeSelectList int emailLayoutThemeCategoryId Convert.ToInt32 themeCategoryId using var trans session.BeginTransaction.. session.BeginTransaction EmailThemeBusinessLogic emailThemeBusinessLogic new EmailThemeBusinessLogic session null themeSelectList emailThemeBusinessLogic.GetThemes emailLayoutThemeCategoryId trans.Commit return themeSelectList that i am trying to call.. session null themeSelectList emailThemeBusinessLogic.GetThemes emailLayoutThemeCategoryId trans.Commit return themeSelectList that i am trying to call from a java script function that is function GetThemesForSelectedCategory event event event window.event..
|