Questions tagged [dotvvm]

DotVVM is an ASP.NET Core framework that can build line-of-business applications and SPAs without writing tons of Javascript code. You only have to write a viewmodel in C# and a view in HTML and DotVVM will generate the rest for you.

http://www.dotvvm.com

DotVVM is an OWIN-based ASP.NET framework that can build line-of-business applications and SPAs without writing tons of Javascript code. You only have to write a viewmodel in C# and a view in HTML and DotVVM will generate the rest for you.

89 questions
1
vote
0 answers

Add trigger/commit character to VisualStudio Html Completion

I am trying to create extension for framework in which combination of html markup and custom experessions is used. I would like to trigger and commit completion session for those experessions. Is there any easy way to add custom characters to…
1
vote
1 answer

Context in DotVVM inner ViewModel is null

I am making a DotVVM application, in which I want to display either logout button or login form on every page. Therefore I made custom control that uses ViewModel to handle login, or logout. Since I want this control on every page I put it inside my…
Mylan719
  • 93
  • 9
0
votes
0 answers

DotVVM Combobox control dynamic event handler

I have created a control in dotvvm to show a textbox with a value if it's in view mode, otherwise show a combobox if mode is in add or edit.
edoms06
  • 89
  • 2
  • 11
0
votes
0 answers

DotVVM Datepicker manual input

I'm trying the datepicker with bootstrap control in DotVVM just like what the documentation said. https://www.dotvvm.com/docs/4.0/controls/businesspack/DatePicker In the said example, it was allowing the user to input a date manually, but when I…
edoms06
  • 89
  • 2
  • 11
0
votes
1 answer

DotVVM implementing Toastr.js

I want to implement toastr.js in dotvvm. I created an exception filter which catch all the exception errors on the viewmodel: public class ErrorLoggingActionFilter : ExceptionFilterAttribute { protected override async Task…
edoms06
  • 89
  • 2
  • 11
0
votes
1 answer

DotVVM - How to integrate/reference DevExpress webforms controls in DotVVM pages?

I have a webforms app that uses asp.net controls and devexpress controls. The page is already converted to use the DotMVVM "dot" prefix instead of "asp" and I need to adjust also the "dx" prefix for all the DevExpress controls. In the original…
Samad
  • 13
  • 3
0
votes
0 answers

dothtml page with errors is showing as a completely blank page

when I run dothtml pages out of Visual Studio 2022 that may include a front-end error (for example there's a viewmodel value call on a dot:textbox that doesn't exist) the page simply returns a blank page with no content whatsoever. I used to get the…
0
votes
1 answer

DotVVM - IncludeInPage displayed for a split of second during page load

When I use IncludeInPage property of DotVVM control, this control is rendered for a split of second during page load. Include in page contains value binding and while it is not evaluted this control is displayed I guess. This is quite disturbing.…
Miroslav Adamec
  • 1,060
  • 1
  • 15
  • 23
0
votes
1 answer

DotVVM. System.IO.FileNotFoundException Microsoft.Cloud.Monitoring.UsageCounters.dll

I'm trying to connect DotVVM to migrate the application to net core. When I try to open a simple web page, I get an error. Error in Dotvvm Application: System.IO.FileNotFoundException: Could not load file or assembly…
0
votes
1 answer

DotVVM Master Page and inheritance

I am considering using DotVVM for an existing webforms application. (It is a Government Intranet app) It uses Web Experience Toolkit and CDTS- Centrally Deployed Templates Solution which can at any time automatically replace files such as master…
0
votes
1 answer

DotVVM extension install errors on Visual Studio 2019

I'm attempting to install DotVVM in Visual Studio 2019. Right now I can find it when I 'manage extensions' and it downloads and installs without error. However when I restart Visual Studio post installation I get an error stating 'The DotVVM package…
Seril
  • 499
  • 4
  • 9
  • 22
0
votes
1 answer

Can DotVVM GridView columns be defined dynamically?

Is it possible to create a DotVVM GridView (Business Pack and Bootstrap versions OK) with the columns dynamically defined? I am modernizing an application where some pages use grids that are customized with what columns to include and some…
Dave Sing
  • 1
  • 2
0
votes
1 answer

DotVVM Markup Conrtrol Property Not Returned

I'm working on authoring a DotVVM Markup Control. This control has one link label that may be dynamic, and so I have a property for it in my code-behind file. Markup
Dave Sing
  • 1
  • 2
0
votes
1 answer

dotvvm: System.IO.FileLoadException: Assembly with same name is already loaded

I am trying to use multi language at my website via dotvvm. First page is loading correctly but when i want to change culture an exception throws. my startup.cs: public class Startup { private readonly IConfiguration Configuration; public…
Devrim Altınkurt
  • 2,887
  • 1
  • 10
  • 7
0
votes
1 answer

DotVvm DataPager not paging

I have a GridView which is bound to a GridViewDataSet. The grid displays correctly along with the Pager. When you try to change the page an error is thrown in the background and the page does not change. View Code
Gary Kirk
  • 1
  • 1