Click here to Skip to main content
15,902,845 members

Comments by Sharib Ahmad (Top 15 by date)

Sharib Ahmad 30-Oct-14 5:01am View    
No I will give two tables and respective columns to my application and the application will detect the cardinality for me. I need some code reference or hint at least to achieve it in my application.
Sharib Ahmad 9-Jun-12 5:08am View    
I checked at your point but the thing is that html 5 is causing such problem because when i am not using any of such tags it is rendering properly.
Sharib Ahmad 25-May-12 12:15pm View    
no it didnt worked infact i tried it on all user controls but it didnt worked
Sharib Ahmad 24-May-12 9:10am View    
NO this is not the problem problem is that my datalist is in the header of gridview
Sharib Ahmad 24-May-12 9:09am View    
Yeah sure here is my code

// Binding header
if (e.Row.RowType == DataControlRowType.Header)
{
DataList dlstShiftHead = (DataList)e.Row.FindControl("dlstShiftHead");
dlstShiftHead.DataSource = lstRevenueAttributesDTO[0].ShiftDTOList;
dlstShiftHead.DataBind();
}
The datalist is in the header template of gridview header coloumn