CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   ASP.NET (http://www.codingforums.com/forumdisplay.php?f=40)
-   -   Extract and return string from ClientID (http://www.codingforums.com/showthread.php?t=272075)

vorl 09-02-2012 07:03 PM

Extract and return string from ClientID
 
Hi there

I am relatively new to asp.net so please excuse my ignorence. I would know how to do this in php so any help is really appreciated.

In my ascx page, I am currently retrieving values using <%= lblid.ClientID %>

The values that get generated are for example ucBox0_ctl01out_lblid, ucBox0_ctl02out_lblid, ucBox0_ctl03out_lblid etc.

What I want is to actually return values like this:

ucBox0_ctl01out_lblid to ucBox0_ctl00
ucBox0_ctl02out_lblid to ucBox0_ctl01
ucBox0_ctl03out_lblid to ucBox0_ctl02
etc...

So the question is how do I extract the data I need and return it in the format I want? :confused:

I was thinking to remove "out_lblid", then extract 01, minus 1 then append it back to the string. Problem is, I have no idea how to do this is asp.net? :(

Thanks for any help! :)

vorl 09-04-2012 05:38 PM

SOLVED using jQuery:

http://www.codingforums.com/showthread.php?t=272184

Thanks anyway :)

vnit969 09-12-2012 05:54 PM

you can read posts below to resolve the problem of your
http://stackoverflow.com/questions/8...-in-javascript


All times are GMT +1. The time now is 03:24 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.