Showing posts with label ajax. Show all posts
Showing posts with label ajax. Show all posts

Friday, January 10, 2014

Error: access is denied with code 0

this could be cross - domain calls in javascript

try in chrome without security

Thursday, July 5, 2012

Repeater in ajax tab component

kept on going out of bounds
tabcontrol scrollbars did not help;likewise asp:panel with scrollbars

at the end i just added div inside tabpanel

Tuesday, June 12, 2012

Asp.net updatepanel

I kinda agree with a comment I found that updatepanels are useless if they lose css formatting on postbacks 

Thursday, June 7, 2012

calendar for asp.net

had so many problems with calendar extender finally used this

Monday, June 4, 2012

ajax toolkit

I was creating calendar controls on the fly and this was producing bizarre javascript errors. The answer -
I was using plain scriptmanager instead of
 <asp:ToolkitScriptManager ID="Scriptmanager1" runat="server"></asp:ToolkitScriptManager>