Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
What is resource in Infragistics WebdataGrid
posted

Hi,

I am completely new to this Infragistics controls.

So I Started working using Example samples provided in the site.(https://www.infragistics.com/samples/aspnet/data-grid/overview)

I tried to work on that sample. The biggest problem what i am facing is at the first and formost line itself i am not able to trace what is the Resources specified inside the tags, as shown below 

 <%= Resources.WebDataGridResources.ControlName %>

Does it signify the namespace name or a database or some code written in the web.config file or something else?????????????? 

 

 

Kindly help me in this issue.

Thanx in Advance.

Parents
No Data
Reply
  • 12025
    posted

    Hello,

    Actually these resource are nothing more than string resources that are used within the sample pages. You can remove them from your aspx pages if you want to, or place some static text instead.

    We release a Japanese version of our product too, so this helps our translators to provide just the strings in Japanese and use the rest of the project as is.

    Let me know if you are still having any trouble.

    Taz.  

Children
No Data