Quantcast
Channel: CodeProject Latest postings for ASP.NET
Browsing all 3938 articles
Browse latest View live

Power BI Embedded : Cant doCross Filtering selecting multiple rows on a table...

Copy Code We have embedded different visuals from a PBIX file onto a asp.net core razor view. We have achieved that when a user clicks on a row in a table visual, detect the item and corssfilter the...

View Article


exportar datos de sql server a archivo .csv con C# asp.net

Copy Code Hello group, a question please. The data from my databases all come outin a single string per row in the .csv file, how can I print it in a cell per field in the .csv file? I attach images...

View Article


A question about routing attribute

Hi, What does [Route("id:guid")] mean in the following code? (This code is a part of an API)Copy Code[HttpGet] [Route("id:guid")] [ActionName("GetCard")]publicasync Task<IActionResult>...

View Article

A question about CreatedAtAction() method

Hi, What does Copy Code CreatedAtAction(...) method do in the following code (a part of an API code)?Copy Code//Add single card [HttpPost] [Route("id:guid")]publicasync Task<IActionResult>...

View Article

MVC 5 Prevent Users From Going Back After Logging In or Out Using Identity...

I am building an app using MVC 5 and I ran into a common issue that has been asked over and over but I can't seem to find the right answer using .NET Identity. Once the user logs in, they should not be...

View Article


Send Email using Classic ASP

I am getting the error below Microsoft VBScript compilation error '800a0408' Invalid character /AspClassic/mail.asp, line 24...

View Article

ASP.NET Gridview load data

Hi all, where in the lifecycle of an asp.net page do you load the data for a gridview? In Page_Load (which runs twice and check on !IsPostback is needed), in Page_LoadComplete (runs once) or in...

View Article

Milliseconds from excel

Copy Code Having trouble importing competition results from Excel to MS SQL Server with Asp.Net. Worked well until I added milliseconds. They are lost on import. Anyone with good tips on what the...

View Article


SELECT DISTINCT

Copy Code SELECT DISTINCT does not work the way I want. SELECT DISTINCT works for the class column but not for name_event column If "MyId"is e.g. CW and there are 4 lines there but name_event should...

View Article


aspnet core use TempData error!

Hi, I write a page and use TempData to transfer information to other view. the code like this TempData["TP"]=tpDoc; //tpDoc is a xml file In another view, I use System.Xml.XmlDocument tpDoc =...

View Article

is there any code for capture screenshot and retrive system information in...

if you know than described the code

View Article

Image may be NSFW.
Clik here to view.

VS2017 Code behind function to disable check Box on Combo Box Text Value

Hello, Quick intro, My name is Jason and recently a work colleague retired and had developed several ASPX websites of which I have been tasked to support. My previous background of programming is...

View Article

How to add a reference of dll in web application with out visual studio...

Hi, I am trying to update one of my ASP.Net C# web application which does not has source code. I have been asked to add 5 new fields in cust.aspx and cust.aspx.cs. So I have created a new dll (which...

View Article


Initial design question on an ASP.NET Core MVC project.

I am starting on a project, together with other developers. The customer is a community and wants to have a website where people can apply for a service. According to their family status, the persons...

View Article

ASP.Net MVC and querySelectorAll usage

Please see the code.C#Copy Codeusing (Html.BeginForm("Login", "Default", new { ReturnUrl = ViewBag.ReturnUrl, data = Request.QueryString["data"] }, FormMethod.Post,new { id = "idtest1", onsubmit =...

View Article


ASP.Net MVC: How unauthorize access redirect user to login page

suppose i am developing a site with ASP.Net MVC core. i have created a empty project where i add two controller. one is Home and login controller. Home controller's index action is not protected by...

View Article

API Architecture design

Can you please help on the best approach to build an API in JAVA/Dotnet which has mainframe as database. Basically we need to expose product data information so that consumer can use them for their...

View Article


video conference feature

I am developing online learning portal in ASP.NET MVC web-application and I want develop video conference feature inside web-app. Please help me in creating this application, because I am new in...

View Article

Image may be NSFW.
Clik here to view.

Auto reply chatbot?

can anyone provide pointers on how to develop Auto reply chatbot in asp.net site?===================================================== The grass is always greener on the other side of the fence

View Article

document.activeElement.id not working in safari

document.activeElement.id is not working in safari

View Article
Browsing all 3938 articles
Browse latest View live


Latest Images