gabru
Active member
i am developing an asp.net application with c# and i tried to use local-resources today. it did not worked i know that i have to follow a naming convention. so for a file called default.aspx I will need a localresource file called default.aspx.resx
What I wonder now is how to differentiate between e.g. more Default.aspx files? lets say you have some subfolders in your webapp and want to specify resources for each default.aspx .. how do you do it?
example:
products/default.aspx
customers/default.aspx
i could not found something on msdn that describes this problem. hope someone could help me. thanks in advance
What I wonder now is how to differentiate between e.g. more Default.aspx files? lets say you have some subfolders in your webapp and want to specify resources for each default.aspx .. how do you do it?
example:
products/default.aspx
customers/default.aspx
i could not found something on msdn that describes this problem. hope someone could help me. thanks in advance