Posts by gvb • 11 points
3 posts
-
0
votes0
answers69
viewsQ: Load a partial view into the modal bootstrap
Following , I’m trying to load my partial view into the modal but I’m not getting it. I’ve tried several ways, including with the @Html.Parcial , However, if you do so, the string company_details…
-
0
votes0
answers51
viewsQ: How to group a table by date in the C# and entityframework?
Next, I have this table : CREATE TABLE [dbo].[lcr_LogLastAccess] ( [Id] INT IDENTITY (1, 1) NOT NULL, [logl_Company] VARCHAR (100) NULL, [logl_Name] VARCHAR (100) NULL, [logl_Login] VARCHAR (100)…
-
1
votes0
answers35
viewsQ: How to make items within the site responsive?
I am creating a labeled Forms inside a view and I would like that when this zoom or go to small Content does not deform. How to do this? <head> <link rel="stylesheet" href="~/css/site.css"…