Datagrid Editing Capability trouble
-
I have one big trouble in write aspx. I 'm writing a page for user edit database, i used datagrid with Editing Capability. My database structure: CountyID Name 1 Adfsdf 2 Sdfvdf 3 Escvc 4 Dsdfn DistrictID Name CountyID 1 Dist 1 1 2 Dist 2 2 3 Dist 3 3 My page for user change data in District table. I had write: runat="server"> TextMode="SingleLine" runat="server"/> runat="server"/> '============================================================= 'BUT IN HERE I WANT TO SHOW A DROPDOWNLIST WITH SELECT ALL FIELD FROM COUNTY TABLE FOR USER CHOOSE ONE VALUE (by default it's a textbox) TextMode="SingleLine" runat="server"/> '============================================================= How can i do that? Pls, anyone had experience with this case, help me...thanks