for (int i = 0; i < rowsHeading; i++)
{
Response.Write("
Response.Write(String.Format("
if (dsHeader.Tables[2].Rows[i]["RowValue"].ToString() == "1")
{ --------------------------------------------------------- }
else if (dsHeader.Tables[2].Rows[i]["RowValue"].ToString() == "2")
{ ---------------------------------------------------------- }
else if (dsHeader.Tables[2].Rows[i]["RowValue"].ToString() == "3")
{ ------------------------------------------------------------ }
for (k = 0; k < rowsHeader; k++)
{
Response.Write("
}
Response.Write("
}
Instead of "---------" i want to change the style of td & make the text readonly
how to do it ?
Iftikar HussainPosted Aug 27, 2013, 1:04 PM
Response.Write(String.Format("
Iftikar HussainPosted Aug 27, 2013, 11:37 AM
Iftikar HussainPosted Aug 27, 2013, 1:40 AM
Regards,
Iftikar
Iftikar HussainPosted Aug 26, 2013, 11:53 PM
What style you want to set for TD and which value you want to make as readonly? Please provide one example.
Regards,
Iftikar