This is a migrated thread and some comments may be shown as answers.

kick off button

1 Answer 86 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
G
Top achievements
Rank 1
G asked on 11 Oct 2010, 10:13 AM
Hi
how to capture the runtime unique id of the web button. can any one knows please provide me information alng with the navigation.

1 Answer, 1 is accepted

Sort by
0
Cody
Telerik team
answered on 11 Oct 2010, 03:42 PM
Hello ram,

Use any HTML developers tool to inspect the Webpage that gets rendered by your web app. Here's an example of the HTML generated for an input button on one of my pages:

<input type="submit" name="ctl13$btnAssign" value="Assign" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl13$btnAssign", "", true, "", "", false, false))" id="ctl13_btnAssign" class="adminBtn" tabindex="0">

I extracted this information using Chrome's "Inspect element" feature. The ID for the button is clearly visible to me now.

Kind regards,
Cody
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
G
Top achievements
Rank 1
Answers by
Cody
Telerik team
Share this question
or