3,415 questions with ASP.NET tags

Sort by: Updated
1 answer

Header database vaue in repeater

DataSet dsk = ORSQLSelectRecord("SELECT * FROM cust.TEC_abc"); Repeater3.DataSource = dsk; Repeater3.DataBind(); Session["dsek"] = dsk; protected void…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,415 questions
asked 2021-07-07T01:23:48.357+00:00
sh su 1 Reputation point
answered 2021-07-07T07:00:17.413+00:00
Yijing Sun-MSFT 7,071 Reputation points
1 answer

Header with database value in repeater

Hi I have a repeater control with header having database value. But how can I show that value. pls explain.

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,415 questions
asked 2021-07-06T09:28:59.573+00:00
sh su 1 Reputation point
answered 2021-07-07T06:38:54.43+00:00
Yijing Sun-MSFT 7,071 Reputation points
1 answer One of the answers was accepted by the question author.

Count days out of gridview row databound in one cell

First - Thanks for helping a newbie. Doing this in VB.net / asp.net. Goal - During a GridView RowDataBound, I want to... Check each row and see if Column 5 is Blank If not blank convert to date and see if that date is less than 365 of today If less…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,415 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,665 questions
asked 2021-07-05T16:21:35.097+00:00
Phillip Vong 121 Reputation points
commented 2021-07-06T16:43:04.827+00:00
Phillip Vong 121 Reputation points
1 answer One of the answers was accepted by the question author.

preventing the automatic redirect on a view when running

i nested my create page into my index view and im pretty sure the "Child actions are not allowed to perform redirect actions" error im getting is due to that. when i press the create button inside of the create view i get no error. how do i…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,397 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,415 questions
asked 2021-07-05T13:31:59.963+00:00
Asistance Request 21 Reputation points
commented 2021-07-06T15:15:25.477+00:00
Asistance Request 21 Reputation points
1 answer One of the answers was accepted by the question author.

Copy data from table to another table

I have two tables, the main one is called [dettaglioMateriale] the second is called [fuoriUso] through a button I have to copy two columns of the relevant row from the main one to the second one the colums are IDdettaglio…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,415 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,348 questions
asked 2021-07-06T08:44:34.23+00:00
Tabboz 41 Reputation points
accepted 2021-07-06T10:01:49.093+00:00
Tabboz 41 Reputation points
1 answer One of the answers was accepted by the question author.

Set day and month on only-year-selector-boostrap-datepicker

Hi. I have a datepicker for selecting only years (since I want to retain fix the day and month) This is the form for my model: And I want fix the day and month when I select the year: How can I set model=>Date.value =…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,397 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,415 questions
asked 2021-06-11T09:24:43.137+00:00
SSRS-VS 46 Reputation points
accepted 2021-07-06T08:23:07.963+00:00
SSRS-VS 46 Reputation points
0 answers

Service Fabric - transfer files between services

What is the recommended way to send files between services? Byte array? Stream? Average file size is 10-100mb. Use cases are: Accept file from user (AspNet MVC) and upload to Azure Blob Storage Download ~5 files from storage, create zip and…

Azure Service Fabric
Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
257 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,415 questions
asked 2021-06-22T16:35:27.69+00:00
Marat Gallyamov 1 Reputation point Microsoft Employee
commented 2021-07-06T00:30:21.033+00:00
Marat Gallyamov 1 Reputation point Microsoft Employee
1 answer

Issue with images in an application

I have DevExpress 9.3 with Visual Studio 2008 and ASP.NET. also I have IIS web Server and published Wep Application on it. When I browse the application getting this image..... Correct View Images

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,397 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,415 questions
asked 2021-07-03T08:29:21.997+00:00
Mohamed Ahmed 21 Reputation points
commented 2021-07-05T01:36:47.893+00:00
Yijing Sun-MSFT 7,071 Reputation points
1 answer One of the answers was accepted by the question author.

Javascript signalR and ASP.Net / C#

I would like to know in regards to SignalR and ASP.NET. I’m new to ASP.NET and C# and I’ve developed an ASP.NET Core MVC app with some objects, lists and forms. Is it so that for any type of real-time update in the browser for my lists I should use…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,415 questions
asked 2021-07-02T05:01:02.03+00:00
Daniel 156 Reputation points
accepted 2021-07-04T19:47:23.333+00:00
Daniel 156 Reputation points
2 answers

ASP on Windows 2016. Connection to DB Oracle raises error 3706 - Provider cannot be found

I am migrating an old ASP (vbscript) application from a Windows 2003 server into a Windows 2016 64Bit server, where DB Oracle 18.0 is also installed. Application uses ORAOLEDB.ORACLE provider to connect to DB. This is the code snippet used to get…

Internet Information Services
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,415 questions
asked 2021-07-01T12:29:44.033+00:00
mr anto 1 Reputation point
answered 2021-07-03T19:19:37.947+00:00
Bruce (SqlWork.com) 61,491 Reputation points
2 answers

WCF web service in my existing web application

Hello everyone, I have been using web service .asmx for a while now. Now the requirement changes and I need to use WCF service. I have my existing web application. Normally if I need to add a web service, I will just right click and add it to a folder…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,415 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,641 questions
asked 2021-06-30T04:37:19.463+00:00
bigFan 21 Reputation points
commented 2021-07-03T02:52:48.49+00:00
Lex Li (Microsoft) 5,322 Reputation points Microsoft Employee
2 answers

Bootstrap 3 horizontal scrollbar for responsive griview in asp.net

I'm using Bootstrap to display a responsive gridview table(many columns) in asp.net. The table can be very large depending on the parameters that are used to populate the dataset for the table. If a large table is displayed, users will have to scroll all…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,415 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,641 questions
asked 2021-06-27T02:56:01.357+00:00
fp2021 1 Reputation point
answered 2021-07-02T16:39:14.85+00:00
Paolo Pranzo 1 Reputation point
1 answer One of the answers was accepted by the question author.

Model not being found

I screwed up and named an area Applicant and I have a model Applicant. I went ahead and deleted the area Applicant and created a new one named Public in place of the old one. Now it is not finding the model Applicant when I try to reference it…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,415 questions
asked 2021-07-01T16:56:46.16+00:00
M J 661 Reputation points
commented 2021-07-02T14:27:11.287+00:00
M J 661 Reputation points
0 answers

(why am I not allowed to code in my question?)

when I enter the code I am forwarded to the next page

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,415 questions
asked 2021-07-01T13:14:12.283+00:00
MiguelR 1 Reputation point
commented 2021-07-02T01:41:18.717+00:00
Yijing Sun-MSFT 7,071 Reputation points
1 answer One of the answers was accepted by the question author.

using System.Web.Mvc producing errors

After my latest build of my solution, Visual Studio 2017 v15.9.24 started to show multiple errors all pointing to this The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) so what…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,415 questions
asked 2021-07-01T18:52:45.94+00:00
M J 661 Reputation points
accepted 2021-07-01T19:43:51.51+00:00
M J 661 Reputation points
2 answers One of the answers was accepted by the question author.

is it possible to debug asp.net mvc app on the server?

We provide applicant tracking software for our clients. This is done via the web. We host these websites on our servers. Every now and then one of them will want to view something from the server logs. So I wrote a log analyzer that will read the log…

Internet Information Services
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,415 questions
asked 2021-06-28T16:02:00.207+00:00
M J 661 Reputation points
accepted 2021-07-01T16:08:16.02+00:00
M J 661 Reputation points
1 answer

Working with Google Sheets API

I'm trying to read a google sheet in my app. The sheet itself is public and i'm trying to access it using an API key rather than OAuth2 as theres no requirement to write to it. Initially i'm just trying to get a list of all sheets available in that…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,415 questions
asked 2021-06-29T11:14:43.87+00:00
Desbrina 1 Reputation point
commented 2021-07-01T08:42:47.71+00:00
Yijing Sun-MSFT 7,071 Reputation points
1 answer

Pass a sqldatasource dataview and querystring parameter to the Ajax Slideshow web function ?

Hello, <System.Web.Services.WebMethod()> <System.Web.Script.Services.ScriptMethod()> Public Shared Function RetrieveSlides() As AjaxControlToolkit.Slide() https://krogerfeedback.nl https://talktosonic.onl https://talktowendys.vip…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,415 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,348 questions
asked 2021-06-30T13:06:29.753+00:00
alex sunny 1 Reputation point
answered 2021-07-01T07:27:33.39+00:00
Yijing Sun-MSFT 7,071 Reputation points
1 answer

service reference error from a webservice

Hello friend, if you can help me I am trying to create a service reference from a webservice but when compiling it shows me this error: Could it be that I am importing the web service or some method wrong? thanks for your help

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,415 questions
asked 2021-06-29T16:45:52.74+00:00
Adn Rom 1 Reputation point
answered 2021-06-30T03:27:24.73+00:00
Yijing Sun-MSFT 7,071 Reputation points
2 answers

Donations via PayPal on WebForms Website

HI, I'm developing a donations functionality to an existing ASP.Net Webforms Website for a non-profit organization that requires the ability to ask for donations from their users. There are multiple types of donations, some have a minimum value,…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,415 questions
asked 2021-06-28T12:42:10.607+00:00
0belix 1 Reputation point
answered 2021-06-29T20:42:34.92+00:00
KathyW 1 Reputation point