Base solution for your next web application

Activities of "jibbar"

Hi, for our project, we want add some more field when create tanent. now only "TanentName" and "Name" parameter exits. please help me to know the procedure.

Thanks

How I will call to open the POP up when clicking on a menu item without redirecting to a URL.

For Example, I have a menu as below: Template -- Create New Template -- Template List

If I click on the Sub-Menu "Create New Template" I want to open the page in a modal without redirecting in any URL.

Also, I want to show all the Template list Name as Sub-Menu item just under Template List.

How can be done? Kindly Give suggestion.

Thanks in Advance

Hi,

Thanks.

Thanks

Dear,

when i try to run Unit test, show error "required permission not granted". my AppService is:

[AbpAuthorize(AppPermissions.Pages_CreditConsumptions_Create)] public async Task CreateCreditConsumption(CreateCreditConsumptionInput input) { //var creditConsumption = input.MapTo<CreditConsumption>(); var creditConsumption = new CreditConsumption }

So how to declare permission in AppService_test , when run unit test, it can pass?

Thanks in Advance

Hi,

thans its working after install EntityFramework package.

Thanks

Dear,

in new version, what need to use replace of [Index(IsUnique = true)]?

this show error.

Thanks

Hi,

How I can insert HTML file in ASP.NET ZERO. How I can access that HTML file directly without routing.

For example, Want to access an HTML file through this URL localhost:6234/Application/testauth.html

Thanks

Thanks a lot.

Now raising another question,

When using sqlBulkInsert for large data it's getting error if there any redundant data. Is there any solution that sqlBulkInsert will insert all unique data just skipping the row of error.

I tried to create unique key constraints for two columns using below code but showing error.

[Index("IX_FirstAndSecond", 1, IsUnique = true)] public int FirstColumn { get; set; }

[Index("IX_FirstAndSecond", 2, IsUnique = true)] public int SecondColumn { get; set; }

Is there any system to create unique key constraints for multiple columns??

Showing 1 to 10 of 12 entries