Search

You searched for the word(s): userid:660525

Matching Posts

  • How to instantiate MembershipProvider at application startup

    Hi, Situation: Recently I've had to implement MembershipProvider for our company's legacy Security Platform and because I wanted to make it so that no legacy code become broken, I needed to add old classes too, but I decided to let those old classes consume settings from Membership provider section in config file instead of a different section for those settings (e.g. ConnectionString, etc.). Problem: The problem is that if you don't access provider prior to legacy security classes, and
    Posted to Security (Forum) by mohpor on 4/13/2009
  • Re: Unknown runtime error with innerHTML

    Hi everyone! I came in to this issue after experiencing that, and after a lot of searching I did, I found that there was still no solution for this problem. But, fortunately, I found the solution! Although Raymond introduced a good alternative for this implementation (i.e. iFrames) but believe me, iFrame has lots of limitations: very hard error handling and height adjustment are a few to be mentioned, so, I suggest you to use this implementation instead, if you are making a more complex logic for
  • Re: add_endRequest Event doesn't work in Firefox

    Well, I found the solution by myself! I don't know if it does matter to everyone or not, But the problem was my ScriptManager! if you have this kind of weired problems like we mentioned above just do this to your scriptmanager: <asp:ScriptManager ID="ScriptManager1" runat="server" LoadScriptsBeforeUI="false" / > To be more clear, I have to tell you that the problem is more that what I thought, that means if you place a button in the updatepanel and click it
    Posted to ASP.NET AJAX UI (Forum) by mohpor on 2/18/2008
    Filed under: LoadScriptsBeforeUI
  • Re: add_endRequest Event doesn't work in Firefox

    Hi, There's lots of posts about this problem (And for sure this Problem Exists and if anybody has any doubt, I have lots of samples about the problem) , and there is no solution yet (I didn't find anything after hours of searching), is that I have the exact same situation here. I will explain some more evidences that may help for some body smart enough to solve the problem: 1- All of symptoms that mentioned above are correct : works fine in IE (6) but not in FF 2.0.0.x, Alert will work fine
    Posted to ASP.NET AJAX UI (Forum) by mohpor on 2/18/2008
    Filed under: Firefox crash bug postback updatepanel
  • Re: Extremely Slow Performance migrating from Atlas CTP To MS Ajax 1.0

    Hi All, As Scott mentioned in his early blogpost about AJAX 1.0 , if you are testing your web site on a remote server, and you were on debug compiled version of toolkit, then you may have some problems! because you can not update the DLL (by restarting relative IIS server) and so your website is still using the old DLL ones. But, it's not surprise me if after restarting IIS you are still in trouble, as I'm, I suggest you to try set LoadScriptsBeforeUI ="False" and see if that speed bump in the first
  • Re: ScriptManager\ Ajax installation on server side

    Hey Guys, Be sure, more than 99.99% of servers don't run AJAX in their GAC (at least because it's CTP in some part). So, all of us need to run DLL's into /Bin folder of the Web Application. But, it's not the End, we also need to add some Tag mapping in web.config Configuration file. After updating about 10 times (!) Atlas and AJAX I do suggest you to do so: Make a Backup copy of your current web.config (if you have multiple web.config in separate folders of you application, you just need to change
  • Re: Another Strange Validator problem

    Dear Luis, Maybe you're right, I wasn't around here on posting but it doesn't mean I was totally out, I was just reading, plus I didn't need any posting here... Anyway, as i said (and I'm still doing so) most errors and exceptions addressed here are related to a CTP , mostly AJAX Control toolkit, or Ajax Preview. I'm developing Web site for more than 10 years and I don believe AJAX is the most important evolution of Web Development. But I am still worry about documentation, I don't know what happened
  • Re: Another Strange Validator problem

    After All you posted here I think you ignore some important part of the idea, you were testing a Community Preview Technology! that means you've been agreeing you may have to change lots of codes in future. I don't want to hide many limitations of currently released Framework, but I think it's cruel to ignore AJAX team's efforts and being frustrated for something we should know will be happened! If I Could make a serious critique over their works, I would choose Documentation, which is really poor
  • Re: Extremely Slow Performance migrating from Atlas CTP To MS Ajax 1.0

    I'm experiencing slow performance too, ScriptManager in V1.0 has an attribute LoadScriptsBeforeUI Which I don't know its default value but I assume it "True" because I got a 30 seconds (at least) delay before full page rendering and it seems it's loading some non-page related data (such as Resources.xsd) file which are relatively large files and after that it just begin loading the rest of the page. LoadScriptsBeforeUI has its own Pros and cons: If scripts load before UI, you can be sure your users
  • Alwaysvisible and initially invisible panels

    Dear Ted, it's not that sophisticated to make me write some code, but let you show what's going on: Assume that you have the following controls: < cc1:AlwaysVisibleControlExtender ID= "AlwaysVisibleControlExtender1" runat= "server" TargetControlID= "AlbumPanel" VerticalSide= "Middle" HorizontalSide= "Center" /> < asp:Panel ID= "AlbumPanel" runat= "server" BackColor= "#eeeeee" BorderStyle= "Ridge" BorderWidth= "2px" style= "visibility:hidden; position:relative; overflow:visible" Width= "510px
    Posted to ASP.NET AJAX Control Toolkit (Forum) by mohpor on 12/12/2006
Page 1 of 3 (26 items) 1 2 3 Next >