No announcements
Found 208293 threads
-
0 Votes
Number of rows returned by a DataReader
User-408371289 posted Hi, Is there any way to know how many rows the data reader returns after executing a SQL statement? For now, I am doing the follwing: if ...Unanswered | 8 Replies | 7712 Views | Created by Anonymous - Monday, March 22, 2004 3:49 PM | Last reply by Anonymous - Thursday, June 24, 2021 10:24 AM -
0 Votes
Error 404 on External Cache 1.1
User2146683875 posted Error 404 on External Cache ...Answered | 26 Replies | 8668 Views | Created by Anonymous - Thursday, May 20, 2021 10:44 AM | Last reply by Anonymous - Wednesday, June 23, 2021 6:03 PM -
0 Votes
Theme system and injecting the theme name to layout file?
User-183185495 posted I am storing the name of my theme in the configuration Appsettings Table which is derived from the Iconfiguration service. My question is ...Unanswered | 5 Replies | 1945 Views | Created by Anonymous - Thursday, May 27, 2021 8:45 PM | Last reply by Anonymous - Thursday, June 10, 2021 9:09 AM -
0 Votes
Python-Django Web IIS configuration on VM
User-1715881447 posted Hello guys, i configured IIS for python Django web Application on VM but i am getting this error. anyone have any idea ...Unanswered | 9 Replies | 4121 Views | Created by Anonymous - Wednesday, February 6, 2019 7:35 AM | Last reply by Anonymous - Friday, June 4, 2021 1:18 PM -
0 Votes
Passing dropdown values to HttpGet api in Angular
User1099429166 posted Dear All, I am very much new to Angular . I have a text file that has the following Product ...Unanswered | 1 Replies | 2058 Views | Created by Anonymous - Friday, May 28, 2021 6:03 PM | Last reply by Anonymous - Thursday, June 3, 2021 5:43 PM -
0 Votes
Is there a way to get a link query to return a row from a table?
User2130491911 posted So I am trying to access a database table that has a field that I need to match and if there is a match I need to select data out a field in that table. ...Answered | 6 Replies | 2208 Views | Created by Anonymous - Friday, May 28, 2021 9:55 PM | Last reply by Anonymous - Wednesday, June 2, 2021 9:12 PM -
0 Votes
Sum and Case to linq
User956519895 posted Need help to convert sql to linq in c# SELECT SUM(CASE WHEN Evaluation.StatusId = 3 THEN 1 END)AS ...Unanswered | 1 Replies | 2449 Views | Created by Anonymous - Monday, May 31, 2021 2:05 PM | Last reply by Anonymous - Tuesday, June 1, 2021 5:59 AM -
0 Votes
Redirect to 404 if there is "?" (Question mark) in the url
User1494574938 posted Friends, I am trying to redirect a page if there is a "?" in the URL using web.config, but it is ...Unanswered | 1 Replies | 2349 Views | Created by Anonymous - Friday, May 28, 2021 8:14 AM | Last reply by Anonymous - Saturday, May 29, 2021 7:46 AM -
0 Votes
How to pass value of selectedOwnerLevel from angular to web api when action post asp.net core 3.1 ?
{ const formData = new FormData(); formData.append('file', this.fileToUpload,this.fileToUpload.name); console.log(this.selectedOwnerLevel); // it ...Unanswered | 2 Replies | 1006 Views | Created by Anonymous - Thursday, May 27, 2021 3:21 PM | Last reply by Anonymous - Friday, May 28, 2021 3:16 PM -
0 Votes
How to create a View (ASPX)
User1997074450 posted New to MVC How to create a View (ASPX) and make it work in visual studio 2019?Answered | 2 Replies | 1720 Views | Created by Anonymous - Thursday, May 27, 2021 1:29 AM | Last reply by Anonymous - Friday, May 28, 2021 8:59 AM -
0 Votes
how to make view pages FULL SIZE and not a tiny small centered box?
User2142845853 posted asp.net mvc 4.7 with bootstrap and razor, on a view page; create a new controller entry add a view, shared layout to share the navbar, create a view ...Unanswered | 10 Replies | 3732 Views | Created by Anonymous - Tuesday, May 25, 2021 2:15 AM | Last reply by Anonymous - Wednesday, May 26, 2021 10:01 AM -
0 Votes
Walking into an antipattern? Fetching data multiple FKs many layers deep ...
User-146510594 posted Using SQL and EF Core, I need to efficiently fetch data scattered across many tables. There are ~50 tables, with many tables having multiple ...Unanswered | 6 Replies | 1487 Views | Created by Anonymous - Tuesday, May 25, 2021 4:06 PM | Last reply by Anonymous - Wednesday, May 26, 2021 9:21 AM -
0 Votes
How to solve the 503 error
User-654285747 posted I have a .net core application and when I publish it to the iis default site, I get HTTP error 503. When I was troubleshooting, I found that the IIS ...Answered | 1 Replies | 1646 Views | Created by Anonymous - Tuesday, May 25, 2021 6:13 PM | Last reply by Anonymous - Wednesday, May 26, 2021 2:31 AM -
0 Votes
Razor RedirectToPage 400 Error
User-1104215994 posted Hi guys, I am trying to redirect to a page in the controller action in my localhost, but I am getting 400 errors. (Stock.cshtml is under ...Answered | 10 Replies | 2013 Views | Created by Anonymous - Saturday, May 22, 2021 2:07 PM | Last reply by Anonymous - Tuesday, May 25, 2021 5:44 PM -
0 Votes
Bootstrap Modal
User1979860870 posted Hi Instead of below code i want to create BootStrap Modal & how to replace this code with Modal catch ...Unanswered | 1 Replies | 2093 Views | Created by Anonymous - Sunday, May 23, 2021 5:52 AM | Last reply by Anonymous - Monday, May 24, 2021 9:05 AM -
0 Votes
IIS does not recognize Windows authentication via PowerShelll
User623077956 posted I am trying to update the status of Windows authentication in IIS, I tried to execute with the command: "Set-WebConfigurationProperty ...Unanswered | 1 Replies | 1312 Views | Created by Anonymous - Sunday, May 23, 2021 9:08 AM | Last reply by Anonymous - Monday, May 24, 2021 2:11 AM -
0 Votes
Add Record
User1979860870 posted Hi I have below aspx page . Kindly guide what should be done to Add Record <button ...Unanswered | 1 Replies | 2771 Views | Created by Anonymous - Sunday, May 23, 2021 12:29 PM | Last reply by Anonymous - Sunday, May 23, 2021 2:11 PM -
0 Votes
Editing SQL database items and Model Binding attributes?
User281366353 posted Problem: I want to update an SQL database record and not create a new database entry. The ASP.Net Core MVC application I am working on ...Answered | 1 Replies | 1415 Views | Created by Anonymous - Saturday, May 22, 2021 4:49 PM | Last reply by Anonymous - Saturday, May 22, 2021 5:26 PM -
0 Votes
Server Error in '/' Application.
User1979860870 posted Hi Server Error in '/' Application. Parser Error Description: An error occurred during the parsing of a resource required to service ...Answered | 1 Replies | 1596 Views | Created by Anonymous - Saturday, May 22, 2021 12:05 PM | Last reply by Anonymous - Saturday, May 22, 2021 2:01 PM -
0 Votes
Rewrite dynamic URL
User-1165198546 posted Hello everybody, I have a URL like ...Unanswered | 4 Replies | 2837 Views | Created by Anonymous - Tuesday, May 11, 2021 9:40 AM | Last reply by Anonymous - Friday, May 21, 2021 5:26 PM - Items 1 to 20 of 208293 Next ›
No announcements