ASp.NET Ajax Controls
-
Hi to All, Since, I am not so familiar with all controls, Could anyone please help me out, in choosing the appropriate controls for the requirements. I am planning to create an richUI site with good speed(data retrival)...more or less a Social Network site.... Now, before I go ahead, I need to decide what controls to use and what not, for the main design (say a master page).... So, in order to put all the links on the left side, and whatever data will be changing (say, something like scrapbooks or msges in orkut.com) on the main page.....what controls i need to use....For the left side links, i can use the accordian control...But what about my main contents (scrapbook/mails/something else, which will be changing according to the links on the accordian control) on the side??...should I put those in a Update Panel or an Update panel inside an ContentPlaceHolder?.... What about dividing the whole page into a table?....put accordian into left side, panels into the contentplaceHolder...?....Problem may occur when i resize the page... Please advice me for the same...
----------------------------- I am a beginner
-
Hi to All, Since, I am not so familiar with all controls, Could anyone please help me out, in choosing the appropriate controls for the requirements. I am planning to create an richUI site with good speed(data retrival)...more or less a Social Network site.... Now, before I go ahead, I need to decide what controls to use and what not, for the main design (say a master page).... So, in order to put all the links on the left side, and whatever data will be changing (say, something like scrapbooks or msges in orkut.com) on the main page.....what controls i need to use....For the left side links, i can use the accordian control...But what about my main contents (scrapbook/mails/something else, which will be changing according to the links on the accordian control) on the side??...should I put those in a Update Panel or an Update panel inside an ContentPlaceHolder?.... What about dividing the whole page into a table?....put accordian into left side, panels into the contentplaceHolder...?....Problem may occur when i resize the page... Please advice me for the same...
----------------------------- I am a beginner
Use of lots of complex control means lots of javascript load and site becomes slow. Avoid using complex control. Tables render slow in client, you can also use ul /li to generate tables if they are used in fixed size. Compress your output stream using GZip compression always. :)
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Microsoft Bing MAP using Javascript
CLR objects in SQL Server 2005
Uncommon C# Keywords/xml>