User1327346079 posted
I'm new here so if this post has to be moved to another location, please do so.
I've the following situation/problem. I'm working on a asp.net 2.0 translation programm. I load data based on a selecteditem.text from a radiobuttonlist. After that i click a button which generates a gridview with he selecteditem (a column and its information).
Each column in de database represents translation of a label used in another large web app.
The larger wepapp uses globalization and gets his information from resource files. I've to generate resources files which that larger webapp uses to display data.
My question: Is it possible to dynamicly bind data to a resource fil lets say the data from a gridview i mentioned before? If so, how would i do that? With XML? And if not, what is the best way to generate such a file based on database data?
I couldn't find nothing about it on the internet, almost all articles and tuts are using images or strings to display not really database data.
Can someone help me with this? Much appreciated.