Click here to Skip to main content
15,904,653 members

Comments by Kolkata .NET (Top 4 by date)

Kolkata .NET 14-Nov-13 8:38am View    
Yup!! Agreed
Kolkata .NET 8-Mar-13 12:19pm View    
ohh... document.getelementbyid may not be the the exact answer, but as far as the concept is concerned - if the id remains fixed - which u already know, then its possible to find the button. after all - whether it is asp or php page - all contain html tags after they are rendered.
Kolkata .NET 8-Mar-13 11:49am View    
ok, then its my fault i estimate i the wrong way. i was expecting it to be a asp button with runat server attribute.

execute your asp page. see if the id of the button is distorted to something else. it can help us find a solution. or see if jquery is getting the correct client id of the radio button
Kolkata .NET 8-Mar-13 10:44am View    
var foos = db.FooDbItems.Select(f => new
{
Name = f.Name,
ID = (Uint16)f.ID
});