Search Results

Search found 1 results on 1 pages for 'user191272'.

Page 1/1 | 1 

  • At what asp.net page event are clientIDs assigned?

    - by user191272
    I want to do something like this: Panel divPanel = new Panel(); divPanel.ID = "divPanel"; this.Page.Controls.Add(divPanel); string script = "function alertID(){alert("the id is: "+divPanel.ClientID+");}"; this.Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "scripttests", script); But when I put this code in page_load, I don't get the full id, which is ctl00_ContentMain_divPanel, I just get divPanel. Is there another event I should use? How do I make this work?

    Read the article

1