Hi All,
I would like to know how I perform action like this
if (expression)
{
//true block
create a table contain 3 column
}
else
{
//false block
create some text box
}
on classic ASP I could use response.write statement how about ASP.NET
Thank you in advance
Regards,
Gun
I would like to know how I perform action like this
if (expression)
{
//true block
create a table contain 3 column
}
else
{
//false block
create some text box
}
on classic ASP I could use response.write statement how about ASP.NET
Thank you in advance
Regards,
Gun
Comment