Content
ASP.NET Core & IONOS SSL Certificate: ERR_SSL_PROTOCOL_ERROR
I am testing an asp.net core web API application with Swagger from Visual Studio 2022 in a windows hosting pack at IONOS. When I create an application of the asp.net core web API and uncheck the "Configure for HTTPS" option, and publish the…


How to add jquery or java script on blazor server side ?
I work on blazor server side .NET core 7 .i face issue i can't add jQuery code on my blazor application web app so can you please help me how to add jQuery to my web app by steps or image screen shoot if possible please ? i need to apply below jquery…


DateTime - Time Only - Re: Video
Premise: Right now...I am recording start and stop times within a video within a string field (because it is the easiest way). I would like to record start and stop times in the best way, one that would (eventually) allow calculation of the difference…


how to show an arrow button when scrolling a gridview in panel using java script and asp.net?
Hi members i want to show a button when scrolling a gridview in panel i have tried in normal page and thats work fine this is my code <script type="text/javascript"> $(document).ready(function () { //Hide Back to top…


Printing a particular div tag with labels and images intact in their positions
I have this div tag where labels, image controls and background image are displayed. The background image is gotten from database and displayed in the div like this: protected void Page_Load(object sender, EventArgs e) { if…


How to Share Code Between Multiple Pages and Classes
I'm trying to share code between multiple Code Behind pages and multiple Classes that uses objects and methods of the Page class. Simple examples would be using the "response" and "session" objects. However, in my real example I'll be…
Are configuration settings for identity correct ?
I work on .NET core 7 with blazor application web application .I need to check startup configuration for identioty is correct or not so please tell me are this configuration for identity login is correct and enough for setup identity or not please I…


How to pass oject emp from page Employee to page EmployeeDetails on web blazor server Application ?
I working on blazor web application on .net core 7 . I need to pass object (emp) of emplyee class from employee page to another page EmployeeDetails on employee page EmployeeClass emp=new…


No more support for Web forms in Visual Studio 2022?
Hi, In new Visual Studio there is no more option to create Web Forms web application? Are MVC only future architecture Visual Studio will support for WEB pages? Thx
Using overflow style property to scroll web page contents, not working
I am trying to create a situation where I will scroll my web page with the use of an overflow property; if it overflows vertically, so I put my div tags in a parent div and set the overflow-y: scroll style property of the parent div tag but it’s not…


Redirecting or showing message alert box when using parameterized query with DataReader
I had this code that displays record from database using DataAdapter, and I made it in such a way that when any user tries to go to the page directly by inserting the page address directly in the address bar of the browser, it will show a message box…


vertically scrolling web page using overflow style property
I am trying to create a situation where I will scroll my web page with the use of an overflow property; if it overflows vertically, so I put my div tags in a parent div and set the overflow-y: scroll style property of the parent div tag but it’s not…


are below mentioned packages windows-specific dependencies?
My web application is using below packages, System.Security.Principal.Windows WindowsAzure.Storage Microsoft.WindowsAzure.ConfigurationManager System.windows.forms this particular application also has .resx files It does not have .xaml…
Unable to run .net 4.8 apps on IIS using Arm processor (M1 Max)
I have a macbook pro with M1 max processor running windows 11 pro in Parallels using the most updated version as to writing this message. When trying to run .net 4.8 app on IIS I get the following error in the event viewer: The Module DLL 'C:\Program…


How To Decrypt Encrypted json object to its origial state
I can Able to Encrypted the json object but when i try to decrypt the encrypted data to json it is showing different response pls help me When i try to debug im getting different symbols idk how to do it pls help me This is my encryption code…


I can't find ASP.NET Web Application (.NET Framework) with c#
Hello I want to use ASP.NET Web Application (.NET Framework), and I have downloaded Visual Studio Community 2019 v16.11.3, and i have clicked the ASP.NET and web devleopment before i download it but I can't find the one i needed, I don't want the…


ASP.net: Data field used in gridview is not showing as column but turns into title in another field
Hi. I have a SQL datasource that returns 5 columns and a gridview to show them, but one of the columns does not show as a column in the gridview but turns into title (showing when holding the mouse over) in one of the other columns. It keeps doing it no…


UpdatePanel (ASP), I lose inserted objects when I insert new objects dynamically
I'm trying to insert one object (Panel) after another inside an UpdatePanel type object (by means of a button), this with the aim of forming an array that looks horizontal visually when the user inserts it inside the UpdatePanel. The problem I have is…


how to edit the razor pages url?
I have razpr pages :ProductEidt and its url will be http://localhost/ProductEdit?id=1 can i change the@page directive to use the url like http://localhost/p-e-1 ? ProductEidt to p-e and the parameter is 1


Is it possible to show empty label value if the value of a column used for date or time is null?
I have column for Name, Date and another one for Time. If the values of date and Time columns are null or empty, how do I get to still show the label value in null data value? Is this Possible? please how can I do that?. Here is what I mean in the…

