Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
68 views

hi, im wondering if someone can help me out, im making a form where you can add and edit.  the idea is to use the grid to find the desired record to edit and select it on the same form where you create forms in the first place.  i can pass the values to the textboxes just fine but no the boolean values for the check boxes.  anybody got any idea on how i can do this? 

ill post down here what i did for the textboxes.

Panel1.Visible = True
        Dim row As GridViewRow = GVSearch.SelectedRow

        Case_ID.Text = row.Cells(1).Text
        Numero_Record_PRM.Text = row.Cells(1).Text
        If row.Cells(1).Text.Trim <> "" Then

            Numero_Record_PRM.Text = row.Cells(2).Text.Trim
            Patient_Name.Text = row.Cells(6).Text.Trim
            Provider_Name.Text = row.Cells(8).Text.Trim
Brandon
Top achievements
Rank 1
 asked on 18 Mar 2022
Narrow your results
Selected tags
Tags
+? more
Top users last month
Patrick
Top achievements
Rank 1
Iron
Iron
Iron
MIS
Top achievements
Rank 1
Ross
Top achievements
Rank 1
Marcin
Top achievements
Rank 1
Iron
Iron
Sean
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Patrick
Top achievements
Rank 1
Iron
Iron
Iron
MIS
Top achievements
Rank 1
Ross
Top achievements
Rank 1
Marcin
Top achievements
Rank 1
Iron
Iron
Sean
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?