This question is locked. New answers and comments are not allowed.
Hi all,
When using custom editor popup of grid, i have some question. Pls help me !!!!
In this scenario, i have two table as below:
tblStudent: StudentID, StudentName, ClassID, Image(varchar), Birthday, Mark
tblClass: ClassID, ClassName.
-First question: how to use combobox on custom popup form when edit record of tblStudent ? This combobox for ClassId column. it bounded data by tblClass and display ClassName column.
- Second question: i want to use upload file for Image. After user uploaded image to server folder, it return a string of path. How to use it on custom popup form ?
Pls help me !!!!
Thanks all !
When using custom editor popup of grid, i have some question. Pls help me !!!!
In this scenario, i have two table as below:
tblStudent: StudentID, StudentName, ClassID, Image(varchar), Birthday, Mark
tblClass: ClassID, ClassName.
-First question: how to use combobox on custom popup form when edit record of tblStudent ? This combobox for ClassId column. it bounded data by tblClass and display ClassName column.
- Second question: i want to use upload file for Image. After user uploaded image to server folder, it return a string of path. How to use it on custom popup form ?
Pls help me !!!!
Thanks all !