hello sir i have 1 question and 1 issue,
issue 1
i have been assigned to build an enterprise level CRM , supporting 500 users i would like to know how dependable is the ORM, and are there any performance issues, Please advise.
issue 2.
Also i pasted the follwing code in webform it displays
it displays ok on a webform
but on a masterpage if wraps to the next line and does not display the #AboutToolBar style from the stylesheet.
Thanks
Regards
Anwar
issue 1
i have been assigned to build an enterprise level CRM , supporting 500 users i would like to know how dependable is the ORM, and are there any performance issues, Please advise.
issue 2.
Also i pasted the follwing code in webform it displays
<div class="box">
<telerik:RadToolBar runat="server" ID="AboutToolbar" OnClientButtonClicked="buttonClicked"
Style="z-index: 3000;">
<Items>
<telerik:RadToolBarButton Text="Help" CssClass="AboutToolButton" ImageUrl="Images/s.png" />
<telerik:RadToolBarButton Text="Login" CssClass="DownloadToolButton"
ImageUrl="Images/s.png" NavigateUrl="" />
<telerik:RadToolBarButton Text="Support" CssClass="MoreToolButton" ImageUrl="Images/s.png"
NavigateUrl="" Target="_blank" />
</Items>
</telerik:RadToolBar>
</div">
it displays ok on a webform
but on a masterpage if wraps to the next line and does not display the #AboutToolBar style from the stylesheet.
Thanks
Regards
Anwar