Click here to Skip to main content
15,889,858 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: I want to use jquery datatable in asp.net MVC for more than 3000 records Pin
F-ES Sitecore29-Mar-15 6:33
professionalF-ES Sitecore29-Mar-15 6:33 
GeneralRe: I want to use jquery datatable in asp.net MVC for more than 3000 records Pin
Member 1155596129-Mar-15 10:34
Member 1155596129-Mar-15 10:34 
QuestionGenrate PPT without using interop. Pin
ashish_sahir26-Mar-15 0:08
ashish_sahir26-Mar-15 0:08 
AnswerRe: Genrate PPT without using interop. Pin
Richard Deeming26-Mar-15 3:11
mveRichard Deeming26-Mar-15 3:11 
NewsWorking on ASP.NET CI + deployment solution Pin
Alexnader Selishchev25-Mar-15 23:12
Alexnader Selishchev25-Mar-15 23:12 
SuggestionRe: Working on ASP.NET CI + deployment solution Pin
Richard Deeming26-Mar-15 3:08
mveRichard Deeming26-Mar-15 3:08 
GeneralRe: Working on ASP.NET CI + deployment solution Pin
jkirkerx26-Mar-15 12:46
professionaljkirkerx26-Mar-15 12:46 
QuestionGet name of a control in Code behind Pin
indian14325-Mar-15 10:24
indian14325-Mar-15 10:24 
Hi All,

I have a Radio button group control that I am using in my ASP.Net application, when it is rendered on the client machine, it is rendered as below with Id and name, can I get the client name of the control instead of getting the client id.
Here is how it is rendered.
<input id="phb_ynTransferAttend_rdbYes" type="radio" name="ctl01$phb$ynTransferAttend$phb_ynTransferAttend" value="rdbYes" checked="checked" class="req" required="required">

And I want to get the name value "ctl01$phb$ynTransferAttend$phb_ynTransferAttend" instead of its Id "phb_ynTransferAttend_rdbYes" in my C# code behind, can I do that please?

Any help link, suggestion or code snippet would be really helpful

Thanks in advance.
Thanks & Regards,

Abdul Aleem Mohammad
St Louis MO - USA

SuggestionRe: Get name of a control in Code behind Pin
ZurdoDev25-Mar-15 11:02
professionalZurdoDev25-Mar-15 11:02 
AnswerRe: Get name of a control in Code behind Pin
Richard Deeming26-Mar-15 3:06
mveRichard Deeming26-Mar-15 3:06 
Questionis asp.net code is same as vb.net (except the declaration) Pin
Member-unknown25-Mar-15 3:36
Member-unknown25-Mar-15 3:36 
AnswerRe: is asp.net code is same as vb.net (except the declaration) Pin
Afzaal Ahmad Zeeshan25-Mar-15 4:07
professionalAfzaal Ahmad Zeeshan25-Mar-15 4:07 
GeneralRe: is asp.net code is same as vb.net (except the declaration) Pin
Member-unknown25-Mar-15 6:37
Member-unknown25-Mar-15 6:37 
GeneralRe: is asp.net code is same as vb.net (except the declaration) Pin
F-ES Sitecore25-Mar-15 7:30
professionalF-ES Sitecore25-Mar-15 7:30 
AnswerRe: is asp.net code is same as vb.net (except the declaration) Pin
Richard Deeming25-Mar-15 8:48
mveRichard Deeming25-Mar-15 8:48 
GeneralRe: is asp.net code is same as vb.net (except the declaration) Pin
ZurdoDev25-Mar-15 11:03
professionalZurdoDev25-Mar-15 11:03 
QuestionASPX How to get the form initiated from OperatePage - actually should be the existing instance Pin
QuickBooksDev24-Mar-15 4:49
QuickBooksDev24-Mar-15 4:49 
AnswerRe: ASPX How to get the form initiated from OperatePage - actually should be the existing instance Pin
F-ES Sitecore24-Mar-15 8:25
professionalF-ES Sitecore24-Mar-15 8:25 
GeneralRe: ASPX How to get the form initiated from OperatePage - actually should be the existing instance Pin
QuickBooksDev24-Mar-15 9:56
QuickBooksDev24-Mar-15 9:56 
GeneralRe: ASPX How to get the form initiated from OperatePage - actually should be the existing instance Pin
F-ES Sitecore24-Mar-15 10:16
professionalF-ES Sitecore24-Mar-15 10:16 
GeneralRe: ASPX How to get the form initiated from OperatePage - actually should be the existing instance Pin
QuickBooksDev25-Mar-15 10:55
QuickBooksDev25-Mar-15 10:55 
GeneralRe: ASPX How to get the form initiated from OperatePage - actually should be the existing instance Pin
F-ES Sitecore25-Mar-15 11:17
professionalF-ES Sitecore25-Mar-15 11:17 
GeneralRe: ASPX How to get the form initiated from OperatePage - actually should be the existing instance Pin
QuickBooksDev26-Mar-15 2:30
QuickBooksDev26-Mar-15 2:30 
AnswerRe: ASPX How to get the form initiated from OperatePage - actually should be the existing instance Pin
jkirkerx24-Mar-15 9:39
professionaljkirkerx24-Mar-15 9:39 
GeneralRe: ASPX How to get the form initiated from OperatePage - actually should be the existing instance Pin
QuickBooksDev25-Mar-15 10:53
QuickBooksDev25-Mar-15 10:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.