1
Answer

upload image to sqlserver before upload with preview in page

Photo of muthukumar

muthukumar

10y
649
1
upload image to sqlserver before upload with preview in page 

Answers (1)

0
Photo of Nanhe Siddique
NA 3.4k 110k 9y
0
Photo of Shuvojit Halder
NA 1k 10.4k 9y
Your sql query will be like that
 
 
select COLUMN_NAME,ORDINAL_POSITION from INFORMATION_SCHEMA.COLUMNS where TABLE_NAME='Subject'
 
 
 
then you bind the result in your dropdown.