Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
<%=RM.GetString("MENUVIEWMODULE_SELECT_VIEW")%>

can any one tell me what happens or what is the work done by this piece of code.
Posted

Retrieve the value of the string resource named "MENUVIEWMODULE_SELECT_VIEW". The resource manager will retrieve the value of the localized resource using the caller's current culture setting.

More info
http://msdn.microsoft.com/en-us/library/d17ax2xk.aspx[^]
 
Share this answer
 
Comments
Hiren solanki 28-Sep-10 2:17am    
good answer om prakash, keep it up.
Dalek Dave 28-Sep-10 3:23am    
Good Call
Hi,
Is ASP.net code you are trying to access the "RM" object which is declared in code behind.

Regards,
Jitendra
 
Share this answer
 
Comments
Sandeep Mewara 28-Sep-10 15:23pm    
Please use comments feature to just ask questions.
retrieve value of "MENUVIEWMODULE_SELECT_VIEW" from resource file
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900