I was using the __dopostback function in asp.net to cause a postback that would trigger an update in an updatepanel where relevant. If you come across this problem make sure that your custom control implements the INamingContainer as well as the IPostBackEventHandler interfaces Also make sure that your first argument to the __dopostback function is [...]
.ajax__calendar_title {width:150px; margin:auto; padding:3px;} Taken from here: http://forums.asp.net/p/1395899/3000757.aspx If you are finding that you can’t click on the arrows on the Calendar Extender in IE 8 try using the following css. .ajax__calendar_title{width:150px; margin:auto; padding:3px;} It stops the calendar title from extending over the arrows.
I was writing an ASP.Net Dialog Control and I overwrote the Visible property to mean does the Dialog Control get displayed on the page initally, this defaulted to false. Later on I discovered that I couldn’t seem to register any javascript from the control. Turns out that it wasn’t being registered because of the lack [...]
I got the following on build until recently. Initializing IIS Web Server… Successfully created virtual directory ‘ycmbuild’. Granting IIS read access to the folder ‘C:\Projects\YourClubMatters\Trunk\YCM\WebSite_deploy\Release’. C:\Program Files\MSBuild\Microsoft\WebDeployment\v9.0\Microsoft.WebDeployment.targets(676,5): error : Some or all identity references could not be translated. Warning: Unable to grant IIS access to folder ‘C:\Projects\YourClubMatters\Trunk\YCM\WebSite_deploy\Release’. Done building project “WebSite_deploy.wdproj”. ========== Rebuild All: 7 [...]
If you come across this problem I suggest the First thing you try is to check the intall file integrity. I came across this problem and couldn’t find any solution to it, turns out I only had the first half of the ISO. The Web Authoring Component is in the latter half. I only noticed [...]
Was trying to get windows ftp to work yesterday for an hour or so. I could connect to the server but could not get a directory listing. I narrowed down the problem to the firewall, I could get a directory listing locally but nothing externally. Turns out its not just sufficient to open port 21 [...]