Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
9 views

How to Close ISWebCombo Dropdown After Selecting a Value with AutoPostback Enabled?

I'm using an ISWebCombo dropdown control in my ASP.NET Web Forms application. The dropdown does not close automatically when I select a value. I need it to close after selection. <ISWebCombo:...
parangat's user avatar
-4 votes
0 answers
13 views

How to mask all the characters after the N-th in an ASP.NET textbox? [duplicate]

I'm using a TextBox in WebForms to get user input but at the same time one of my requirements dictates that all the characters after the 3rd one should be masked, thereby appearing as '*' (ex. Nor**). ...
Bron's user avatar
  • 1
0 votes
2 answers
67 views

Dropdown Menu Goes Beyond Right Side of Screen

I'm trying to create a multi-level dropdown menu using Bootstrap. By default, the dropdowns should align to the right side, but if there's not enough space, they should switch to align to the left. ...
Yuvraj Jadhav's user avatar
0 votes
0 answers
11 views

Why am I getting a frame-ancestor error when trying to use Amazon Connect Streams

The Error: The page’s settings blocked the loading of a resource (frame-ancestors) at because it violates the following directive: “frame-ancestors 'self'” Background: When I attempt to load the page ...
user26384446's user avatar
0 votes
0 answers
26 views

CORS preflight check Error with iframe in react and ASP.Net iframe Service

I have a Next.js application running locally on http://localhost:3000/ and a Java backend on http://localhost:8080/. I also have a text Editor service running on https://localhost:44349, and this text ...
Zamni's user avatar
  • 1
0 votes
1 answer
39 views

How to change from readonly to not readonly of input in ASP.NET Core

MODAL <div class="modal fade" id="residentModal" tabindex="-1" role="dialog" aria-labelledby="residentModalLabel" aria-hidden="true"> ...
Erck's user avatar
  • 33
0 votes
2 answers
58 views

How can i hadndle json data for registraton in my asp.net web api

Microsoft.AspNetCore.Http.BadHttpRequestException: Failed to read parameter "RegisterRequest registration" from the request body as JSON. ---> System.Text.Json.JsonException: JSON ...
N0ThinG's user avatar
0 votes
1 answer
43 views

Null Value in my Address Type and Contact Type upon clicking submit button using ASP.NET Core

can some help me with my error. I trying to save the resident information, for resident,address and contact information, Now I am encountering a null value for address type and contact type. In this ...
Erck's user avatar
  • 33
0 votes
1 answer
40 views

Save image into folder in sever using Froala Text Editor

At present. I'm using Froala Text Editor save blog post with tag . But I can't save image uploaded. I was used many way slpit text to get image into folder default in sever, it's not working. Hope, ...
ledinh_kkk's user avatar
-1 votes
0 answers
22 views

Bootstrap 5 Sidebar With ASp.net MasterPage

I want to have Bootstrap 5 Sidebar fixed for all child pages of asp.net project. Any examples? need to arrange contents as below in Master Page: <head> <body> <asp:...
Bhavin's user avatar
  • 29
1 vote
1 answer
43 views

C# Model property values are uninitialized when private, yet work when public

My class: public class LinkQueryOptions2 { private string url { get; set; } private bool isMobile { get; set; } } My API method: [HttpPost] [Route("")] public void GenerateLink([...
Eric Metz's user avatar
0 votes
1 answer
36 views

Cannot make preselect value in select2 dropdown

I have select 2 dropdown in my project Here is how it's added on view (Razor) <div class="form-group"> <label class="required-label">Tier</label> ...
Eugene Sukh's user avatar
  • 2,601
-1 votes
0 answers
17 views

How to append html inside GET_ITO_PROJECTS_DASHBOARD_SP so all script html will be inside function?

I work on jQuery i have issue I can't append html inside jQuery script SO jQuery function GET_ITO_PROJECTS_DASHBOARD_SP() will create all html scripts below and i will remove html static and i will ...
ahmed salah abd elaziz elbarba's user avatar
0 votes
0 answers
23 views

How to show image which is uploaded by gallery in asp.net through ajax by web method

I want to show image which I uploaded from gallery. Here is my code, <asp:Image Height="420px" Width="580px" runat="server" ID="img_Product" CssClass="...
s.k.Soni's user avatar
  • 1,220
1 vote
0 answers
17 views

The length of the string exceeds the value set on the maxJsonLength property in asp.net C# [duplicate]

I want to show image through ajax by web method. <asp:Image Height="200px" Width="200px" runat="server" ID="img_Product" CssClass="col-md-2 control-...
s.k.Soni's user avatar
  • 1,220

15 30 50 per page
1
2 3 4 5
2281