Skip to main content
0 votes
1 answer
58 views

Our security team flagged an issue indicating that an older jQuery version appeared to be loaded in our application.(ScriptResource.axd) I am working on an ASP.NET WebForms (.NET Framework) ...
Akshita Dangi's user avatar
0 votes
1 answer
56 views

I have a server control page where the input is entered and when button is clicked I want to trigger function in .aspx and again continue the C# code written below the script manager. Now the thing is ...
Ronish's user avatar
  • 1
0 votes
1 answer
76 views

Below code is working but when I want to add 2 js commands it doesn't. For example "alert('hello1');alert('hello2');". Does anyone has any solution for this? StringBuilder sb = new ...
Paul Viorel's user avatar
0 votes
1 answer
371 views

I have a problem with Update Panel in Asp.Net webforms. I have a simple page where I heed to enter a name, choose the font of the name and show that name dynamically as the font is changed. The ...
Lindsay's user avatar
  • 95
0 votes
2 answers
219 views

I need to open 2 different pages in different tab on click of save button. In the button click event I have the below code. The code is working if there is only one script block. Tried appending the ...
Ajoe's user avatar
  • 1,585
0 votes
0 answers
128 views

I want to pass a string that contain a special character as a paramaert of JS function from C# like the following: string param = "sm~aEkv{yEb@~IX`GVhG@\\BZ@bA?L"; string jsFunction = "...
Adham Enaya's user avatar
0 votes
1 answer
322 views

In my web page, I have the following JavaScript.. function doLogin() { var u = document.getElementById('username').value; var p = document.getElementById('password').value; ...
DWRoelands's user avatar
  • 4,950
0 votes
0 answers
73 views

There is an UpdatePanel add inside UserControl, and this user control is added inside the MasterPage. When clicking on a button in that UpdatePanl. The whole page is refreshed. why? Master Page: <%@...
Adham Enaya's user avatar
0 votes
0 answers
177 views

In my ASPX form I have Update Panel and Script Manager too. When I am changing Radio button oncheckedChanged All selected file will be removed from my aspx file as well as when I submit the form if ...
user avatar
0 votes
0 answers
224 views

This is my code to open it in new window, which works fine . ScriptManager.RegisterClientScriptBlock(this, this.GetType(), "ViewDocument", "window.open('PdfViewer.aspx?fileName=" + displayFName + " ...
Bhargav's user avatar
2 votes
1 answer
1k views

I have been scouring the internet for an answer to this. So far the fixes I've attempted have not worked. I honestly think this might be related to a Windows update I did earlier this month as I was ...
maria's user avatar
  • 21
0 votes
0 answers
127 views

I have these functions and I need to use them in them from the back end using: UI.ScriptManager.RegisterStartupScript Do I need to change the functions or should I just be able to refer to them like ...
Miguel Santiago's user avatar
0 votes
0 answers
56 views

I loop a list to do checking when false will pop out a message to show update or delete. However the message box after looping only pop out. How to pop out immediately when meet the condition? My ...
Goh Han's user avatar
  • 67
1 vote
1 answer
255 views

We use asp.net webform to develop our outlook web add-in. There has been an issue in the add-in when a postback occurs inside an updatepanel, some client side errors will be thrown and it will make ...
Frostless's user avatar
  • 848
0 votes
1 answer
274 views

I have a requirement to read image data from SQL Server (company logo) and keep it in localStorage. This company logo is displayed in the master page left sidebar so that in every client page it will ...
Surensiveaya's user avatar

15 30 50 per page
1
2 3 4 5
35