Control for ScrapBook
-
Hi to all, Could anyone please tell me which control is the best , to implement the same style as orkut.com....for the scrapbook....ie, one image, some text and some button....ie to show a set of users with some text and images thanks in advance
----------------------------- I am a beginner
-
Hi to all, Could anyone please tell me which control is the best , to implement the same style as orkut.com....for the scrapbook....ie, one image, some text and some button....ie to show a set of users with some text and images thanks in advance
----------------------------- I am a beginner
There is no single control for this. You're best bet would be to create a server or user control that contained all of the necessary controls.
only two letters away from being an asset
-
There is no single control for this. You're best bet would be to create a server or user control that contained all of the necessary controls.
only two letters away from being an asset
-
thanks What I was thinking is...having set of nested collapsible panel in asp.netAjax toolkit... Is my idea proper..?Please advice
----------------------------- I am a beginner
It all depends on your implementation and how many controls on the page. You should encapsulate the related controls into either a user or server control for better maintainability and reuse
only two letters away from being an asset