I am using a RadTextBox in a RadGrid Footer for insert. I added an Insert button as well. My Server side code in the grid_ItemCommand event grabs the footer item by e.Item. I then search for my RadTextBox via footer.FindControl("txtName").
That function call returns me an object with the correct ID. The ClientID matches the HTML as well. However the Text that was entered does not get populated in the txtName.Text property.
I can get the text from request.form(txtName.ClientID & "_text"). It's a work-around but it's not the best solution.
Thanks,
Doug
That function call returns me an object with the correct ID. The ClientID matches the HTML as well. However the Text that was entered does not get populated in the txtName.Text property.
I can get the text from request.form(txtName.ClientID & "_text"). It's a work-around but it's not the best solution.
Thanks,
Doug