|
|
Posted 29/01/2004 14:10:00 |
|
|
IF.NET 4.2 Coming Soon
      
Group: Administrators
Last Login: 13/11/2008 13:12:14
Posts: 1,955,
Visits: 3,014
|
|
Hi - Yep thought so - your quite right the RTE in the forums runs within a naming container (usercontrol) which will automatically prefix all server controls with a unique id before the actual client ID. For example _ctl4:rteEditor. Using this on a top level ASPX page means you had naming conflicts. This has now been modified for 3.3. Regarding the other problem on the control not populating are you sure the page_load even is firing ? Could you do a response.write("Test") or something within the page_load ? Hope this helps 
 Kindest Regards,
Ryan Healey Director / Developer
Explore our products... http://demos.instantasp.co.uk/
|
|
|
|
Posted 05/02/2004 08:34:00 |
|
|
Forum Newbie
      
Group: Customers
Last Login: 05/02/2004 12:20:00
Posts: 17,
Visits: 1
|
|
Actually, the problem I was experiencing with the font control was not that is wasn't getting populated... it was just that it was not displaying properly. Once I resolved the naming conflict between the four controls, the display problem also went away.
-=AcR=-
"No matter how hard you try to teach your cat general relativity, you’re going to fail." - Brian Greene http://www.pbs.org/wgbh/nova/elegant/
|
|
|
|
Posted 05/02/2004 08:37:00 |
|
|
IF.NET 4.2 Coming Soon
      
Group: Administrators
Last Login: 13/11/2008 13:12:14
Posts: 1,955,
Visits: 3,014
|
|
I did a little digging into this. The reason the drop down lists all had the same name was to ensure they where skipped by the javascript that hides any select elements upon the colorpicker and table menu div layer becoming visible. This has now changed for 3.3 and they have been renamed. Hope this helps  All the best,
 Kindest Regards,
Ryan Healey Director / Developer
Explore our products... http://demos.instantasp.co.uk/
|
|
|
|
Posted 31/01/2006 18:37:12 |
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 01/02/2006 04:01:38
Posts: 2,
Visits: 9
|
|
| Hi! i'm also having this problem, how have you resolve it? I am assigning a text on the rtb.text value where is the rtb is the name of the richtextbox control. i dont know if i am missing something?
|
|
|
|