i've a datalist. each cell should contain a label, textbox and radiobuttonlist. the reason why i choose a datalist is that the format should repeat in all cells which i thought can be achieved by repeating property of the datalist. the problem is assigning values to them and binding data to the controls. i've a dataset with question_no, question_desc in one table and second table has question_no,option_no and option_desc. now the data assignment would be like this: for question# 1, label.text=question_desc(corresponding to question#1) and radiobuttonlist's datasource is option_desc column filtered on question_no. this cannot be bind by usual .DataBind() method, i guess. please help me to assign the values for such multiple controls in a datalist from multiple tables of the dataset. regards, Pavan
P
pavan kumar
@pavan kumar
Posts
-
Including a label,textbox and radiobuttonlist in a cell -
debug assertion failed:confused:i tried to register a .dll and i got the the following error : Debug Assertion Failed! Program:......REGSVR32.EXE File: OLEFACT.CPP Line: 122 can anybody help me out of what is the problem pavan