Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Beta Forum > Cannot get RadTextBox value on server side

Not answered Cannot get RadTextBox value on server side

Feed from this thread
  • Johny avatar

    Posted on Nov 11, 2011 (permalink)

    With previous version everything was ok. After upgrading to Telerik 2011.3.1025.40 RadTextBox's .Text property on server side is empty. It is filled on client side... Btw. why do you call "get_textBoxValue" in your documentation property, when it's a function?

    Reply

  • Iana Tsolova Iana Tsolova admin's avatar

    Posted on Nov 14, 2011 (permalink)

    Hi Johny,

    I checked the text property with assembly version 2011.3.1025.40 on my side and it is working as expected.

    About your other question - get_textBoxValue is an accessor to textBoxValue field. So the question is: Is it the accessor a real method/function or not? Accessors are used to "access" or "set" some field's value by a intuitive way and they could not perform any actions, you just give them value or take from them a value.

    On the other hand functions as their name suggests, perform some actions, they could take input parameters and could return result from their operation.

    So in conclusion, we call them properties, because they are not real functions. You could call them anyway that is convenient to you, however we need to distinguish real functions and accessors and that is why the aforementioned naming convention is used.

    I am attaching the sample project that I had created. You could test it on your side and see if the issue still persists.

    Kind regards,
    Iana Tsolova
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
    Attached files

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Beta Forum > Cannot get RadTextBox value on server side