Base solution for your next web application

Activities of "mabood"

Hi Anwar Thank you for your reply. Although the site you provided is using the same template that we use, we couldn't create an account to see the admin panel. It seems it's not fully functional yet. Can you provide a functional site or application?

Thanks, Max

We have built a web-based / SaaS application based on ASP.Net Zero and looking for an experienced developer to join us in Melbourne in completing and launching the project. Any examples of your work that you could send us would be appreciated. Looking forward to you joining our team during this exciting period.

I have downloaded the latest version of asp.net zero. When I want to run it for the first time I receive the following error: "Unable to set property 'Provider' of undefined or null reference" in librrySetting.js at line abp.Clock.provider. When I debug the code, Abp.Clock is undefined. I also receive the following error when I try to create new tenant for the first time: "Cannot perform runtime binding on a null reference" Any help would be appreciated Thanks

Hi there, I am aspzero for a RTL project and I have found some bugs/issues when you change the template language to a RTL one. please see the attachments for detail. [attachment=2:th4rekmv]login-bug.png[/attachment:th4rekmv] [attachment=1:th4rekmv]menu-bug.png[/attachment:th4rekmv] [attachment=0:th4rekmv]search-bug.png[/attachment:th4rekmv] Can you please let me know when you can fix them? Thanks, Max

Hello, I am trying to create one master child entry form in asp.net zero MPA. I don’t want to save master data first and child data one by one. All data should be saved at once in one form.I have attached sample form design to this post I don’t know how to pass the values of form to service abp.services.app. In all my forms I have used $form.serializeFormToObject for passing data to create function but in case of master and child I don’t know how to pass table of items to create function. Can any one help me in this problem? public class Invoice { public virtual date InvoiceDate { get; set; } public virtual string InvoiceNumber { get; set; } public virtual ICollection<Item> Items { get; set; } } public class Item { [ForeignKey("InvoiceId")] public virtual Invoice invoice { get; set; } public virtual int InvoiceId { get; set; } public virtual string Type { get; set; } public virtual int Qty{ get; set; } public virtual int Amount { get; set; } }

Question

Hi, I am trying to write an application based on aspnetzero. I have created one Multi-Page application and using J Table for my grids. I want to have filtering option like user's list but when i click search button in my list it refreshes the whole page and the value of my filter textbox becomes empty. I have checked everything with user's list and everything looks same. I don't know what i have done wrong. Any help would be appreciated.

Showing 1 to 6 of 6 entries