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

[Solved] How do I get post back value from Rad fields ?

0 Answers 12 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Xrcr
Top achievements
Rank 1
Xrcr asked on 30 Dec 2010, 03:16 PM
Hello,

Beginner question.

I have RadTextBox :
<telerik:RadTextBox ID="RadTextBox1" Runat="server" name="nameTest"/>

I have button which run this code:
        Dim a As String = Request.Form("nameTest")
        Dim b As String = Request.Form("RadTextBox1")

Both a and b are always null.

So
- how do I get post value from RadTextbox or any other component ?
- how do I get post value from RadTextbox or any other component when it's in a user control ?



Thank you.
Tags
General Discussions
Asked by
Xrcr
Top achievements
Rank 1
Share this question
or