Rank: Newbie Groups: Member
Joined: 3/24/2008 Posts: 2
|
I tried to set the CssClass value for the BrowseButtonStyle and the CancelButtonStyle. I see the values change in the LayoutTemplate part of the AJAXUploader section in my aspx file, but when I inspect the buttons with FireBug the value for the BrowseButton class has changed to "button" and the value for the CancelButton class has changed to "submit".
Is there any way to work around this problem?
[Note: Again, I am using the AJAXUploader inside an AspDotNetStorefront application.]
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We haven't been able to reproduce your previous problem yet. So this problem might be no different. BrowseButtonStyle is only used during intial rendering and is never changed by our JavaScript after that. So you can view your page source and see what the button's style is. If it is correct there, then somebody else must have changed it.
Thanks
|