All Questions
Tagged with vb.net javascript
2,416 questions
0
votes
0
answers
58
views
How to resolve a shift/reduce conflict for greedy modifiers in a Tree-sitter grammar for VB.NET?
I am developing a Tree-sitter grammar for VB.NET and have run into a persistent parsing issue with member declarations that have multiple modifiers. The parser fails to be "greedy" and ...
0
votes
1
answer
68
views
Drag and Drop files upload the Request.Files.Count is zeor
The javascript for drag and drop files can show the file information but when I save the file on the server on vb.net, I get Request.Files.Count is zero. Also I saw error on debug in VS
Upload failed: ...
0
votes
1
answer
72
views
Modal dialog not appearing – Issue with JavaScript
I'm using an ASP.NET WebForms application using ASPX pages.
After tariff names are changed and the user clicks the Save button, a modal dialog should appear, prompting the user to enter a ticket ...
0
votes
1
answer
64
views
non-firing onkeyup function [closed]
I have some javascript in my ASP.NET HTML who's purpose is to fire a command whenever the Enter key is pressed in a related TextBox.
<asp:TextBox ID="txtFind" Style="z-index: 103; ...
0
votes
1
answer
62
views
Javascript window.open does not open to the size I pass in
We have a security screen that opens a popup dialog box using a new custom script showWin that I wrote.
The security screen:
Private Sub SecCheck()
Dim sScreenName As String = String.Format("{...
0
votes
0
answers
24
views
CSP issue while trying to preview the image in vb.net [duplicate]
When I try to select the image and preview it. It shows below error in developer tool in the browser.
<!-- 'data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/...
0
votes
2
answers
76
views
JavaScript Timer Event to read a session variable in ASP.NET
We have an old ASP.NET WebForms site that only works in Microsoft Edge's IE Mode because of the hundreds of popup windows, often 10 per page. It needs to be rewritten, but that is a long-term project ...
1
vote
1
answer
63
views
JavaScript stops working after UpdatePanel is triggered
I’m having an issue with the UpdatePanel and JavaScript. The JavaScript code works perfectly at first, but it stops functioning after the UpdatePanel is triggered.
This is the code :
<script>
...
0
votes
0
answers
51
views
Event onload vs. Events Application/Session_Start, Application_BeginRequest/AuthenticateRequest
I need to manage one client cookie and server cookies.
The client cookie is managed in the code via javascript(Cookies.js). The function is called in the Default.aspx with the onload event.
I'm trying ...
0
votes
2
answers
98
views
Page Load Runs Twice When HREF Attribute Set to "#" in Link Tag
I'm experiencing something weird, that I need help understanding. When I use a link tag with the "href" attribute set to "#", it causes the Page Load event to run twice.
For ...
1
vote
0
answers
84
views
ASP.Net MVC - TypeError $(...)camera is not a function
I am trying to get Camera slideshow to work in an ASP.Net MVC view. I have successfully got it working in a normal HTML environment. It is called 'camera wrap'.
I am using version 5.2.9.0 of MVC in ...
0
votes
0
answers
41
views
Downloaded PDF shows blank pages when pulling from SQL db
I'm pulling PDF files from a SQL table, and then wanting to show the PDF in a new window rather than download to the user's computer. I get the data successfully, but when I try to view the PDF I ...
0
votes
1
answer
36
views
How to Automatically Separate Concatenated Email Addresses with Semicolons in an ASP.NET TextBox Using JavaScript?
I am working on an ASP.NET Web Forms application where users need to enter multiple email addresses into a TextBox. Sometimes, users enter email addresses without any separators (e.g., binu.combinu.ae)...
0
votes
1
answer
178
views
VB.NET Webbrowser to WebView2
Can someone help? This code works perfectly in setting the values on a website using the older webbrowser in VB.NET. I am attempting to move to the WebView2 and cannot figure out the magic ...
1
vote
1
answer
33
views
How to prevent opening RadWindow when come back via browsers back button?
In our .Net Framework app, there is a RadWindow inside master page to show notifications after login. IF there is any new notification that RadWindow opens. When it is closed it won't show again in ...