submit button
kindly help me to solve this issue.....i have Created a Login website - Validation Controls Registration Page but my submit button doesn't show message code i wrote which was:- Response.Write("YOU HAVE...
View Article.Net Core 3.2 Controller, using route and HttpGet attribute with CreatedAtRoute
I'm sort of fuzzy on this here. So I have a HttpPost operation that ends with return Ok(result). I remember reading that I have to add a route to GetOrder in order for CreatedAtRoute to work. I sort of...
View ArticleHotel ERP system
hello , guys I am working on hotel system can any body share source code with me please, its very important! this's my email "showmore5@gmail.com" thanks very much
View ArticleHow to get an answer to your question
For those new to message boards please try to follow a few simple rules when posting your question.Choose the correct forum for your message. Posting a VB.NET question in the C++ forum will end in...
View ArticleHOW TO ANSWER A QUESTION
Apologies for the shouting but this is important. When answering a question please:Read the question carefullyUnderstand that English isn't everyone's first language so be lenient of bad spelling and...
View ArticleShow DataTable in Json
Hi, I need help for show datatable in Json My project is MVC: My AgendaModel<pre> public List<AgendaModel> MostrarTodosCalendar() { List<AgendaModel> lista = new...
View ArticleFireFox Upload Images
Has anyone come across this problem where firefox won't allow file uploads. On IE works fine. Is there a workaround? Thank you in advance.
View ArticleComplex View Model with Nested Item List / ModelState
I'm sorry to bother you, I just have a question regarding how to validate a list of object when is inside other list... I do have a list of cities, each city has another list of zones, an example could...
View ArticleCheckboxList Styling Problem
Face some problem when using checkbox list.. need some help the checkbox with the text. no matter how i adjust.. it also wont be align... this is my code:<asp:CheckBoxList ID="ChkEditAccess"...
View ArticleAnother NetCore question
Hi all, I have a Winforms application which I want to use a local DAL when a remote Net Core API is not available. Currently I have if statements (lots of them ) such asif(! APIAvailable()) Call the...
View Articleerror server
hello! I have a problem when I want to retrieve data in my application I got this error :erreur du serveur dans l'application '/'. opération non valide. la connexion est fermée in asp.net MVC
View ArticleAngular service error http 400 using .Net core api to accept json, escaped...
I spent all day on this. It just started happening recently. So I package a model in Angular, and create a body of JSON using JSON.stringify(model) Then package it all up and send it as a promise. I...
View Articlepls help
Server Error in '/' Application. Runtime Error Description: An exception occurred while processing your request. Additionally, another exception occurred while executing the custom error page for the...
View ArticleGenerating unique user ID
Good evening everyone, I want to know the best way to generate unique user ID even when number of registered users are more than two million. The current way am using to achieve this is by initiating...
View Articletrying to get some measurement data to ASP from Microsoft SQL?
Hi, I am trying to get some temperature measurement data that I have stored in a SQL data base over on a webpage through asp.net. Instead of getting timestamp with temperature measurement numbers I am...
View ArticleDynamically added controls effecting other controls
I dynamically create 17 checkbox controls to one div which is set to runat="server" and than I am hiding that div, create the same 17 checkbox's to retrieve the checked value from them and create 30+...
View ArticlePDF to Images for encryption
Converting pdf files to image so that i can then encrypt the images converted. In my case pdf to jpg. My code will convert each pdf page to an individual image file. So that if the pdf file contains 3...
View ArticleFullCalendar button or click in day to add new event
Hi, I need help for add a new event in full calendar. I need button ou click in day for open popup where add itens . <pre><script>//Jquery $(function () { CriarEventosCalendario();...
View ArticleGenerating unique user ID
Good evening everyone, I want to know the best way to generate unique user ID even when number of registered users are more than two million. The current way am using to achieve this is by initiating...
View ArticleUpgrading from .Net Core 2.2 to 3.1, SSL and Docker .net core images
Was forced to upgrade yesterday. Went to publish a Docker Container and the 2.2 images were no longer available. So I made it through the code changes; well at least I think I did, but can't run my web...
View Article