Click here to Skip to main content
15,902,635 members

Comments by Member 11644406 (Top 4 by date)

Member 11644406 28-Apr-15 5:55am View    
can you tell me how to do that in detail
Member 11644406 28-Apr-15 2:44am View    
<asp:Button ID="Button1" runat="server" onclick="Button1_Click" />

in the code behind

Button1.Text=Resources.Resource.Save;

I am binding the button lyk this..but how to bind the dropdownlist..tha data in the dropdown is dynamic
Member 11644406 28-Apr-15 2:37am View    
i have already placed that text and of the controls in Resource files but unable to bind them.
Member 11644406 28-Apr-15 2:18am View    
i have to convert a website to multilingual..i am able to convert the static text to the other language by using resource file but unable to convert the text in the buttons,labels,dropdowns etc..can u suggest me a method how to do this