ankit gaur

ankit gaur

  • NA
  • 295
  • 30.6k

Sql Value Fill in Gridview Particular Format

Mar 8 2019 4:33 AM
Hi,
 
This is my Sql Database table.. 
Item - Home Threatre
Parameter - height , Length , Width ,......
Height - 3ft,4ft,5ft,6ft,7ft.........
Lenth - 11cm X 12cm , 21cm X  22cm , 31cm X 32cm............
 
 
 
 Now i want fill these values in my gridview..
 
 
 For Parameter [Area] - All dropdown and label of first row should be disable..bcz no value in database of Area Parameter.
 
Same for Depth Parameter as  Parameter [Area]
 
For Height Parameter - Single Value Dropdown and Label should be fill. all value1 comes in dropdown and unit1 comes in label inside gridview.
 
For Lenth Parameter - Cross Section Dropdown should be fill. 
like 11 will in dropdown1 and 12 fill in dropdown2 and unit2 and unit21 comes after dropdown both. 
Single value dropdown and discription dropdown should be disable. 
 
For Width Parameter - All dropdown should be disble and discription dropdown fill by Discription from Sql.
 
Plz help to solve this problem.
 
 
 

Answers (1)