Ok, so this seems like a pretty normal operation, but my label is not getting populated with the RadEditor.Content .. why would this be?
I am using a wizard control and in the second to last WizardStep (Step5) I have 6 small RadEditors.
Then I run the following
| Protected Sub WizardStep6_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles WizardStep6.Load |
| 'Descriptions from Editor |
| lblDetails69.Text = txtBusinessDescription.Content |
| lblDetails70.Text = txtMarketDescription.Content |
| lblDetails71.Text = txtFinancialDescription.Content |
| lblDetails72.Text = txtIncluded.Content |
| lblDetails73.Text = txtReasonForSale.Content |
| lblDetails74.Text = txtOtherInfo.Content |
| End Sub |
But the details labels do not get populated with any content... does anyone have an answer?
Hi all,
I've got a RadNumericTexBox inside an ASP.Net Repeater. They are wrapped in a
RadAJAXPanel. In the worse case scenario I'll have 200 of them displayed in my
page.
I've noticed that when I've changed my regular TextBoxes to RadNumerixTextBoxes,
my app's performance dramatically decreased. I’ve been reading several posts trying
to work out why this is happening. I’ve also implemented some tips like Skin=”None”
but nothing has changed.
I’d like to know if you guys have any idea of how I could improve my page’s performance for this scenario. I do need to use the numeric textbox and I don’t really want to write one myself
I look forward to hearing from you!
Andre.

