Link to home
Start Free TrialLog in
Avatar of dabitbol
dabitbol

asked on

Dynamic Header Text

Hey Everybody,

I have a ASP.NEt page on which I have a DataGrid. The thing is that I use globalization for the labels in this Page. Now, the problem is that I cannot set dynamically the Header Texts in my DataGrid.

I have a ResourceManager rm. On my HTML I put HeaderText='<%=rm.getString("Title")%>'

But when it renders, it renders blank. Ichecked my resx file and it seems fine.

Any ideas or comments...
Avatar of SteveGTR
SteveGTR
Flag of United States of America image

Did you call DataBind for the grid?
ASKER CERTIFIED SOLUTION
Avatar of CouldNotFindAnyOtherUsername
CouldNotFindAnyOtherUsername

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dabitbol
dabitbol

ASKER

Thanks, it worked perfectly!