Questions tagged as 'html'

1
answer

SELECT HTML tag

Excuse me what happens is that I am new to programming with php and I have a question, when validating a SELECT tag with php, what I want you to do is that the user at the moment of clicking on an option the mail to which will be sent by default...
asked by 25.05.2018 / 17:41
1
answer

Omit the first record and save in B.D. from the second. 2.-Subo file .CSV but if the same file changed the name does not support it

I have the following code in php which generated a file upload .CSV the records should be temporarily saved in the B.D. and he does, but he saves them from the second record and the first always omits it. Why? I can not find my mistake...
asked by 17.05.2018 / 22:07
2
answers

Apply selected on a select with Razor

I have the following code in a file with cshtml extension: @Html.DropDownList("TipoIdentificacionId", null, htmlAttributes: new { @class = "form-control" }) With which I load in a select a list that comes from the database, this does it wel...
asked by 16.05.2018 / 21:02
2
answers

Hide table or form in Javascript

I need to hide an HTLM element when using the function onclick() of Javascript . I have a menu consisting of a submenu of two options, like the one in the image: In the first option (Action) a table is shown and in t...
asked by 21.05.2018 / 11:41
0
answers

meter html in XSL

I am writing an XSL file and the question I have is if I can modify the values of html with variables xsl, for example <div id="menu"> <ul> <xsl:for-each select="recursos/infoCategoria/descendientes/categoria"> <xsl:so...
asked by 22.05.2018 / 17:36
1
answer

Report showing all the fields in BD, up to NULL fields

This is my code where an export is made of all my data stored in my DB (reports), but in my BD I have null fields and when downloading the excel report I download all the data that are stored in the BD and I just need you to show in that report...
asked by 21.05.2018 / 12:27
1
answer

Values of a Select with php

How do I return the values in a select with a foreach? I have two values in my Events table in the event_estate column which are Started and Completed , how do I get the two of them since this way only It gives me only one value and not...
asked by 22.05.2018 / 18:14
1
answer

Fixed table header with horizontal scroll

I have a table in which I need to put a fixed header when it moves down, because there is so much data to show. The problem is that I have many columns to display, and these columns span more than the width of the screen. I have already searc...
asked by 19.05.2018 / 03:25
0
answers

Hide categories in Highcharts "Donate" graphic

I'm working with the highcharts library using the "Dona" type graphic. The point is that I divided it into categories within the categories and I need to hide one of them and I can not do it. Thank you in advance. example: link var color...
asked by 17.05.2018 / 15:35
0
answers

Help with RenderBody MVC error

I have the following error The "RenderBody" method has not been called for layout page Which is because I do not call the RenderBody() method in my layout, my html code is the following: @{ Layout = null; } <!DOCTYPE html>...
asked by 16.05.2018 / 19:02