DataList handle

  • Thread starter Thread starter Adi Pasa
  • Start date Start date
A

Adi Pasa

Hello

I want to use datalist to create a menu for my asp.net webapplication. The
problem is this datalist is placed in a td with the height of 15px and
everytime a populate the datalist (my menuitems) the td height changes ...
and affects the design of my webapp.
Can anyone help me ?

Thanks.

Bye
 
that's not a good idea because the datalist is to *heavy. Try something
lighter like a div tag
 
What do you mean?

Alvin Bruney said:
that's not a good idea because the datalist is to *heavy. Try something
lighter like a div tag

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/27cok
Adi Pasa said:
Hello

I want to use datalist to create a menu for my asp.net webapplication. The
problem is this datalist is placed in a td with the height of 15px and
everytime a populate the datalist (my menuitems) the td height changes ...
and affects the design of my webapp.
Can anyone help me ?

Thanks.

Bye
 
For a menu, you need a *control that is light, can render quickly and use up
as little resources as possible which is why i suggest a div tag.

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/27cok
jm said:
What do you mean?

Alvin Bruney said:
that's not a good idea because the datalist is to *heavy. Try something
lighter like a div tag

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/27cok
Adi Pasa said:
Hello

I want to use datalist to create a menu for my asp.net webapplication.
The
problem is this datalist is placed in a td with the height of 15px and
everytime a populate the datalist (my menuitems) the td height changes
...
and affects the design of my webapp.
Can anyone help me ?

Thanks.

Bye
 
Back
Top