Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 291511
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T06:05:45+00:00 2026-05-12T06:05:45+00:00

No idea why but when I place my custom control in my .aspx page,

  • 0

No idea why but when I place my custom control in my .aspx page, it’s rendering the ID out also. So Consequently, I’m writing out some JavaScript to the page also and right in the middle I get this name of my control so it’s messing up my JavaScript.

So in my .aspx I have:

<pm:Car ID="ProductCar" runat="server"/>

And here’s what starts to get rendered:

<script type="text/javascript">
var ctl00_mainContent_ProductCar
lastProductID;var ctl00_mainContent_ProductCar
carSize;
...

as you can see ctl00_mainContent_ProductCar is the ID and it’s being rendered right after var so I end up with a lastProductID not found error in my JavaScript because the text ctl00_mainContent_ProductCa is in the way.

(updated)

    protected override void Render(HtmlTextWriter writer)
    {
        writer.Write(BuildCarJavaScript());
    }

simply outputs a bunch of JavaScript to the page. And nowhere in my JavaScript do I have it just outputting clientID by itself like I’m seeing.

In BuildCarJavaScript here is where I’m creating that code:

        carJavaScript.Append(@"<script type=""text/javascript"">" + "\r\n");
        carJavaScript.AppendFormat("var {0}lastProductID;", this.ClientID + "\r\n");
...
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T06:05:45+00:00Added an answer on May 12, 2026 at 6:05 am

    Not sure exactly what you expected. This line:

    carJavaScript.AppendFormat("var {0}lastProductID;", this.ClientID + "\r\n");
    

    Is going to produce exactly what you’re seeing. I guess it might be better to ask; what did you want this to produce?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I can see some potential difficulties with this concept but the idea is: I
I have no idea why but only the bottom div works the code is:
I have no idea why but the contentherewrap div does not show fully when
I want to use h:link component in my xhtml file but Idea doesn't seem
I like the idea of CardSpace but unlike OpenID it seems like a real
I'm using Enterprise library, but the idea is the same. I have a SqlStringCommand
I am prototyping an idea on the iPhone but I am at the SQLite
The idea of MVC itself seems clear to me but I have trouble understanding
I have no idea why this wont work but I have tried the following:
Apparently xrange is faster but I have no idea why it's faster (and no

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.