473,406 Members | 2,377 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

How do i do javascript with ASP.NET?

i have an ASP.NET application that displays confirmation prompts using
javascript. The text of these messages comes from a string resource file. The
script is attached to the button. Code is similar to this:

btn_resetPassword.Attributes.Add("OnClick",
"javascript:return dConfirm('" + confirmationMessage + "')");

This works great unless the message contains an apostrophe. User a word like
"user's" and the routine never runs. No error (other than a browser
notification of "unexpected )"), just doesn't run

We have tried used \, html encoding, double quotes and doubling up the
apostrophe. None of it works. Using the \ does work if we take it out of C#
and put it in a separate javascript file but if we do that we no longer have
access to our string resource file so that's not going to fly

There's got to be a way to do this (i'm an eternal optimist) but we're run
out of ideas as to how
Jul 28 '05 #1
2 1443
Replace apostrophe with \\' like below..it will work fine..
confirmationMessage.Replace("'","\\'")

"baylor" wrote:
i have an ASP.NET application that displays confirmation prompts using
javascript. The text of these messages comes from a string resource file. The
script is attached to the button. Code is similar to this:

btn_resetPassword.Attributes.Add("OnClick",
"javascript:return dConfirm('" + confirmationMessage + "')");

This works great unless the message contains an apostrophe. User a word like
"user's" and the routine never runs. No error (other than a browser
notification of "unexpected )"), just doesn't run

We have tried used \, html encoding, double quotes and doubling up the
apostrophe. None of it works. Using the \ does work if we take it out of C#
and put it in a separate javascript file but if we do that we no longer have
access to our string resource file so that's not going to fly

There's got to be a way to do this (i'm an eternal optimist) but we're run
out of ideas as to how

Jul 29 '05 #2
i love the Internet. So many smart people

Yup, that did it. In retrospect, i feel dumb for not thinking of this. Thanks!

-baylor
Jul 29 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.