data display
-
hi, i have three tables like category ,course ,modules.in category the degree are there,like MCA,BE.in coursetable course like electronics computer etc.in module table chapters r there like database,it etc if i will display the modules table in the datagrid ,above datagrid it should be displayed ,like category,course,module like BE,ECT,POWERELECTRONICS. how i will get the courseid and categoryid to display.plz help
p.sethi
-
hi, i have three tables like category ,course ,modules.in category the degree are there,like MCA,BE.in coursetable course like electronics computer etc.in module table chapters r there like database,it etc if i will display the modules table in the datagrid ,above datagrid it should be displayed ,like category,course,module like BE,ECT,POWERELECTRONICS. how i will get the courseid and categoryid to display.plz help
p.sethi
Use item DataBound event of datagrid, this is fired before u bind datagrid. Same want to do the same but only I want department name comma separated eg: HR,SE,QA