Question : Multilingual Issue in dotnet

I have one user control which is loading on run time.but that page is not switching its language ..can any one help me.
my code is like this..

 RadTaskList.Columns[0].HeaderText = (string)GetGlobalResourceObject(SessionDetails.Stack, "RadTaskListHeaderText00");
            RadTaskList.Columns[1].HeaderText = (string)GetGlobalResourceObject(SessionDetails.Stack, "RadTaskListHeaderText11");
            RadTaskList.Columns[2].HeaderText = (string)GetGlobalResourceObject(SessionDetails.Stack, "RadTaskListHeaderText21");

if i debug this it picks correct values from resource file but once page loaded into the browser then it shows blank on grid headers.

Answer : Multilingual Issue in dotnet

Hi Scott

What antivirus software are you using?  These symptoms are sometimes caused by proactive scanning of the database being disabled.

Refer to http://support.microsoft.com/kb/827615 for general information.  You would need to consult product documentation for specific instructions, depending on your AV product.
Random Solutions  
 
programming4us programming4us