Skip to content

Magenaut

  • Home
  • Topics
    • Notes
    • Tutorial
    • Bug fixing
    • Extension
    • Server
  • Q&A
  • Privacy Policy
  • About

javascript

Update ValidationSummary list on control blurs?

August 28, 2022 by Magenaut

A ValidationSummary will show a list of errors on postback. As each field is fixed, it’s validator is fired, and any validation text will disappear. I want to automatically update the ValidationSummary as well.

Categories ASP.NET, Q&A Tags asp.net, dom-events, javascript, validation, validationsummary Leave a comment

Access an asp:hiddenfield control in JavaScript

August 28, 2022 by Magenaut

What is the best way to access an ASP.NET HiddenField control that is embedded in an ASP.NET PlaceHolder control through JavaScript? The Visible attribute is set to false in the initial page load and can changed via an AJAX callback.

Categories ASP.NET, Q&A Tags asp.net, javascript Leave a comment

How to send and retrieve data from web method using JQuery Ajax Call?

August 28, 2022 by Magenaut

I have a text box and a button next to it. I want to send the content of textbox through Jquery ajax call to webmethod and get back the upper case value of the same and display that in alert. So far i have this code but its not working. JAVASCRIPT: function CallWM() { var … Read more

Categories ASP.NET, Q&A Tags ajax, asp.net, c#, javascript, jquery Leave a comment

Check if a checkbox is checked in a group of checkboxes in clientside

August 28, 2022 by Magenaut

Please note that the scenario is ASP.NET Webforms + Master – Content page which mess up the ids.
I have, say, three checkboxes

Categories ASP.NET, Q&A Tags asp.net, javascript, jquery Leave a comment

How to change the querystring on the same page without postback

August 28, 2022 by Magenaut

I want to change the querystring on the page where I write notes. When I save the note I want the querystring to have the entry for that note. So after the initial save the user can update based on the querystring. But to update the querystring I need to do full postback. Is there anyway to change the querystring like this?

Categories ASP.NET, Q&A Tags ajax, asp.net, c#, javascript Leave a comment

ASP.NET / JavaScript – Ajax call, how to?

August 28, 2022 by Magenaut

Please be gentle, as I’m still new to web programming and -very- new to Ajax!

Categories ASP.NET, Q&A Tags ajax, asp.net, javascript, sql Leave a comment

Passing ASP.NET client IDs in to a javascript function

August 28, 2022 by Magenaut

I need to pass a client ID to a Javascript function in the onblur event of an ASP.net control event like this:

Categories ASP.NET, Q&A Tags asp.net, c#, javascript, webforms Leave a comment

How to make a simple yes/no popup in ASP.NET that return the result back to my c#?

August 28, 2022 by Magenaut

With ASP.NET, how do I prompt the user for a yes/no question and getting the result back to my .ascx?

Categories ASP.NET, Q&A Tags asp.net, c#, javascript Leave a comment

Print PDF Created using itextsharp

August 28, 2022 by Magenaut

My Goal is to print a RDLC report on the client machine without preview. I can not use the ReportViewer print button since it requires the installation of ActiveX object and there are no permissions for that. So, I’m using ITextSharp to create a PDF from the byte array returned from the rendered LocalReport, and add a JavaScript for print.

Categories ASP.NET, Q&A Tags asp.net, c#, itextsharp, javascript, rdlc Leave a comment

Calling asp.net page method from javascript not working

August 28, 2022 by Magenaut

Hi I am calling a simple page method from javascript , here is my code at markup

Categories ASP.NET, Q&A Tags asp.net, c#, javascript, pagemethods Leave a comment
Older posts
Newer posts
← Previous Page1 … Page37 Page38 Page39 … Page81 Next →
  1. michealSmith07 on Is there a way to dynamically refresh the less command?August 21, 2022

    That is a very nice post. I like this post.

  2. anonymous on Fix libwacom9 dependency issue when upgrade DebianJune 27, 2022

    saved my day!! Thanks for the help…

  3. sreedhar on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    Thanks its working

  4. saintnick on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    remove libwacom2 worked for me as well

  5. ranafoul on Fix libwacom9 dependency issue when upgrade DebianApril 22, 2022

    apt remove libwacom2 helped on kali 2022.01. gr8

.net ajax asp.net asp.net-core asp.net-mvc asp.net-mvc-3 asp.net-mvc-4 asp.net-web-api bash c# command-line css custom-post-types custom-taxonomy dataframe dictionary django entity-framework functions gridview html iis javascript jquery json linux list matplotlib numpy pandas php plugin-development plugins posts python python-2.7 python-3.x security shell shell-script sql string vb.net webforms wp-query

© 2026 Magenaut • Built with GeneratePress