Posts by Cyberlacs • 935 points
83 posts
-
1
votes2
answers190
viewsQ: In Development Code First how do I relate the Aspnetusers table to other tables
I am developing a system for real estate and need to relate the Table Aspnetusers with the tables that the system will have and with cardinality one for many, this I want so that the system can pass…
-
1
votes0
answers94
viewsQ: Actionresult search result does not return all results for View Pagedlist
I noticed that on my application before adding to View the Paged List he received all items returned from Actionresult responsible for the research, then from the implementation of the Paged List I…
-
1
votes1
answer4041
viewsQ: How to pass Viewbag values to a Javascript Function in an ASP.NET MVC application
I have the following Actionresult Controller in my application. In this Actionresult I have two Viewbag that captures a Longitude and Latitude values from a Google API. The values arrive perfectly…
-
0
votes0
answers477
viewsQ: How to get User’s location - City State
I wonder how do I get user location so that I can make my systems automatically select the city of Dropdownlist City. Through a blog the author teaches how to make this development that I even tried…
-
2
votes0
answers46
viewsQ: Error reading HTM file for HTML conversion to JSON file
In this Topic I created Been asked how to download zip file from Box server and unzip it on my hosting service which occurs perfectly. After the previous events described, I want to read the html,…
-
2
votes1
answer260
viewsQ: Routine to download and unzip zip file on the server itself
I need to develop on my website (ASP.NET MVC) a routine that downloads from another server a zip file made available weekly and unzip in my own hosting service. This routine can be triggered by a…
-
3
votes1
answer143
viewsQ: How to return independent accentuation search on Asp.Net MVC systems
I have a problem in a system in relation to the search that does not return result for accentuation reasons. I would like to know how to make the accent be ignored in the system ? Note the system is…
-
0
votes1
answer27
viewsQ: Field Textbox search Company and Category and Field Dropdownlist Cities search Cities how to do Includes in SQL - Asp.Net MVC
I developed a Code First Asp.Net MVC In this development I created a relationship very much and I want to do a research that includes this relationships in a research, below I describe better in…
asp.net-mvcasked Cyberlacs 935 -
0
votes1
answer164
viewsQ: How to include class in Asp.Net MVC search
I developed a Code First system in Asp.Net MVC In this development I created a relationship far too and I want to do a research that includes this relationships in a survey, below I describe better…
-
0
votes1
answer649
viewsQ: To change the column name of a table using the Add-Migration Code First Asp.Net MVC command
I have a table already created and I want to change the column name without them being deleted, because it already has a lot of information. I did the procedure of renaming the property Street to…
-
2
votes3
answers97
viewsA: Group repeated values of Dropdownlist fill sql statement
I did this way, which did not escape the tips provided in the forum @gato @Ronivaldo Roner private ApplicationDbContext db = new ApplicationDbContext(); public ActionResult Index() { ViewBag.cidade=…
-
2
votes3
answers97
viewsQ: Group repeated values of Dropdownlist fill sql statement
I’m taking information from a table and filling out a DropDownList, but I have a lot of information repeated and I would like to group the values so that they are not repeated in the DropDownList.…
-
1
votes0
answers26
viewsQ: Meta-box Wordpress plugin function does not return image with size set
I installed in Wordpress the plugin Metabox and added the field Image Advanced, in the file Function.php added to the following a custom thumbnails with this setting. add_image_size(…
-
1
votes1
answer1060
viewsA: How do I get id of a category using the return of the category name of the single_cat_title() Wordpress function;
I managed to solve the problem. $page_object = get_queried_object(); $categoriaID = get_cat_ID($page_object->cat_name); $args = array('post_type' => 'post', 'category' => $categoriaID,…
-
0
votes1
answer1060
viewsQ: How do I get id of a category using the return of the category name of the single_cat_title() Wordpress function;
Friends I have a menu with the following links from Categories Products and News I want you to click on any of the links and my page Category.php return only the posts of the category to which it…
-
2
votes2
answers498
viewsA: Auto Refresh in Xamarin application.
Friends I solved the problem and to better detail and share what I could do, I had to answer my own question and not only comment I imported the library: using Android.OS; I initialized Handler:…
-
3
votes2
answers498
viewsQ: Auto Refresh in Xamarin application.
I am developing an application that in the main screen will have some buttons, and these buttons access a URL sending commands on and off all this through Httpclient and persisting all this…
-
1
votes1
answer40
viewsQ: Htttpurlconnection functions missing in Xamarin Forms development (Java System Conversion to C#)
I have a system developed in Android Studio and am passing to Xamarin Forms in C# and this happening some errors that I am not able to solve Summarizing what my system does: It takes the html page…
-
0
votes0
answers77
viewsQ: Validation Validationsummary in a modal receive Json message
My application has a View Create which is opened through a modal and the Controller which was a Actionresult became a Jsonresult then return Json after the request [Httppost]. The [Required] Field…
-
0
votes2
answers1535
viewsQ: Error running project in Visual Studio 2015 - Process with an id 7256 is not running
I’m trying to run a project I developed and this error is happening. Process with an id 7256 is not running. What I must do to solve this problem.
-
0
votes2
answers471
viewsQ: How to leave the json of two or more object classes on the same level in Asp.Net MVC
I have 3 classes being Contact, Sector, Unit so I have Contact with one to many relationship with Sector and Unit generating Json with many layers, making it impossible for Jquery Bootgrid to access…
-
0
votes1
answer33
viewsA: Insert only items in a Dropdownlist that have already been used in the main register?
Resolved the way below. But I leave it open. to those who have a better solution. var setoresEmCadastro = db.Contatos.GroupBy(s => s.SetorId).ToList(); var sd = new List<Setor>(); foreach…
-
0
votes1
answer33
viewsQ: Insert only items in a Dropdownlist that have already been used in the main register?
I would like to insert in the DropDownList only the sectors that have already been used in contact registration. In my ContatosController in the ActionResult in the method Index I did this, but the…
-
3
votes1
answer1102
viewsQ: How to print text within a @if{ } condition in Asp.Net in cshtml file?
I have the following situation <td> @Html.DisplayFor(modelItem => item.HoraInicial) às @Html.DisplayFor(modelItem => item.HoraFinal) <br /> @Html.DisplayFor(modelItem =>…
-
10
votes2
answers487
viewsQ: How to sort by two properties in Linq
I have the following syntax and it’s not working return View(trabalhos.Where(a => a.Usuario == User.Identity.Name && a.Data.Month == DateTime.Today.Month && a.Data.Year ==…
-
1
votes1
answer31
viewsA: Error Visual Studio 2015
Friend this mistake did not happen to me, but searching the internet I found something that can help you Apparently the file Performancedebuggerswimlanesview.html may be corrupted and it is in the…
visual-studio-2015answered Cyberlacs 935 -
1
votes1
answer1302
viewsA: Post Office AR and Sedex Checker Digit
Friend checking on the internet I managed to find the manual of the mail, where it informs how to calculate the code verifier, check there page 51 Page 51 | 02 - Algorithmic Digit Checker Generation…
-
6
votes1
answer843
viewsQ: Dataannotations for checking between Start Time and End Time
I have two fields of type [Datatype(Datatype.Time)], being Start Date and End Date, and I cannot let the user enter the End Date less than the Start Date for the purpose of calculating hours worked.…
-
0
votes0
answers316
viewsQ: Problems with Jsonconvert.Serializeobject and Stringcontent
I am developing an application Xamarin Forms that will persist data via web service (PHP - Mysql), but I have problems sending data via POST I have the event below and the same from the message of…
-
6
votes1
answer95
views -
2
votes0
answers101
viewsQ: Intel XDK - Soft Phone App
I developed an application with Intel XDK for internal use on local network, which is responsible for listing all the company extensions, I would like to implement in the click of the list items the…
-
0
votes0
answers159
viewsQ: SELECT FROM table compare values and insert or change
I would like to compare information coming from PHP Json and persist in WEBSQL. Have a moment I should know if the information coming from Mysql: Has already been registered Amended Unexciting Below…
-
5
votes2
answers388
viewsQ: Will Websql really be discontinued?
I’m having a lot of problems trying to run a program developed in HTML 5, Javascript, Ajax, JSON, Indexeddb, Mysql, PHP, along with the Intel XDK IDE. The program is quite simple it captures…