This is a migrated thread and some comments may be shown as answers.

Passing textbox values

1 Answer 88 Views
Input
This is a migrated thread and some comments may be shown as answers.
Ron
Top achievements
Rank 1
Ron asked on 11 Sep 2011, 04:24 PM
I'm using a radtextbox to Insert and Edit a data table. Inserts are fine, but when calling a page to edit the page should appear with the data already available in the textbox to edit. Everything is fine up to this point, but when editing data the original value seems as though data do not change. For example...page load with original value in textbox "Item 3" and i wanted to edit the textbox to "Item 4" even though "Item 4" appears within the textbox on screen in code behind "Item 3" is being passed. I searched the properties on the client and _initialValue = "Item 4" which is what i want and value = "Item 4" still good, but defaultValue = "Item 3" and it appears as though this is what is being passed in code behind. I tried to explain this as best as possible, I know it maybe confusing but any help would be appreciated.

Thanks,
Ron.

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 14 Sep 2011, 04:09 PM
Hi Ron,

I could not replicate the issue locally, so maybe I am missing something from your explanation. Can you please paste your code and specify the RadControls version that you are using, so that we can test this behavior locally?

Best wishes,
Tsvetina
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal
Tags
Input
Asked by
Ron
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or