Click here to Skip to main content
15,895,011 members

Comments by Raj Parashar (Top 23 by date)

Raj Parashar 6-Nov-13 6:38am View    
Name in the sense Tooltip text database field name.
Raj Parashar 6-Nov-13 5:05am View    
plz try this

ddlAboutUs.DataSource = somedatasource();
ddlAboutUs.DataTextField = "Name";
ddlAboutUs.DataValueField = "Value";
ddlAboutUs.ToolTip = "Name";
Raj Parashar 6-Nov-13 5:01am View    
all the buttons will refer to same script and will open the same popup. You do not need to write 26 popups and postback also will happen with the only single button. If you want to catch which button was clicked then maintain a hidden field and store the id of the clicked button in the hidden field from Javascript at the time of opening popup. I think it shud work now.
Raj Parashar 20-Apr-13 12:34pm View    
so just use "str=dropdown1.selectedItem.Value" and you are on......
Raj Parashar 17-Apr-13 0:42am View    
Great then use it. No use of discussion.