Search

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

Matching Posts

  • Re: xaml in asp.net pages

    You can get a decent example of this and other features from: http://msdn2.microsoft.com/en-us/netframework/bb499684.aspx The sample incorporates a SilverLight component that illustrates when loaded into Orcas - how to use the visual designer and still view the xaml that goes with it...
    Posted to Visual Studio 2008 (Forum) by jodywbcb on 10/10/2007
  • Suggestion....

    Having just today installed Orcas and converted a major project to .... It was my experience that Orcas defaults to .Net 2.0 and not 3.0 or more importantly 3.5. They converted successfully but... each project (some have WCF components) all defaulted to .Net 2.0... See related blog: http://tech-review.org/blogs/.net_2.0/archive/2007/10/09/orcas-are-you-getting-the-most-out-of-it.aspx Suggestion - the conversion wizard should give a option to target the .Net Framework version best appropriate....
    Posted to Visual Studio 2008 (Forum) by jodywbcb on 10/9/2007
  • Latest Benchmark Source Code Released: .Net StockTrader

    Latest Benchmark Source Code Released: .Net StockTrader Showcasing, WCF, n-tier, Windows Applications, Services , and more... for more details see the above link or visit - http://msdn.microsoft.com/stocktrader enjoy
    Posted to Architecture (Forum) by jodywbcb on 7/31/2007
  • Re: Archives of old WBCB.com mods?

    The site is back online.... my No-IP had expired and I have been enjoying sailing too much to notice - fixed and online
    Posted to Community Starter Kit (Forum) by jodywbcb on 5/31/2007
  • Re: 'Sys' is undefined.

    Quoted:"Create a file named "ScriptResource.axd" in your root directory, it can be empty, just needs to exist." Let's get one thing straight - this is a bogus hack. The only thing you do when you do such is NOTHING... ScriptResource.axd is generated by the server (ASP.Net - and doesn't even need Ajax for this - anything that embeds js / javascript - gets sent as a ScriptResource.axd...)..... ScriptResource.axds never get sent to the server because a client cannot generate
  • Re: AJAX Corrupting ViewState

    Is there a particular reeason for using "==" ... I do not believe that is a standard practice... control names and ids should always be alpha-numeric and the use of a mathematic related character in such names would cause those issues as the parser would see it as an invalid name or in lower level browsers assume it is an equation... name = "test" and value = "dog" will always produce the correct results in viewstate and the DOM....if you need some kind of seperation use the "__" instead of "=="
  • Re: Is it a bug in asp.net using Ajax Control Toolkit?

    While the image is nice - you'd do better posting the code the replicates the issue. It would appear from your description however, that you are always re-initilizing the values for the form fields on page load. Make sure that you do something similiar to: if (!Page.IsPostback) { //code for binding the initial values from the db to the form fields } Then you can leave the rest alone and the form will always reflect the current user supplied values... Most likely - this is the case and can be easily
    Posted to ASP.NET AJAX UI (Forum) by jodywbcb on 3/11/2007
  • Re: Modal popup and Gridview.OnSelectedIndexChanged Firefox problems

    I can answer the FireFox question - Modal is broke with Firefox 2.0.0.2 (prev versions should work fine) MSFT and FF are supposedly working together to resolve the issue... Your other issue is most likely how your CSS is structured....causing the scrolling... setting explicit width and height in pixels may resolve the issue. Considering this is displaying images - if the images vary in size could possibly end itself to this particular behavior...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by jodywbcb on 3/11/2007
  • Re: Sys.ArgumentUndefinedException while using callout extender inside update panel

    If you have not tried this - please read this sticky: http://forums.asp.net/thread/1545781.aspx - and that should resolve the issue
    Posted to ASP.NET AJAX Control Toolkit (Forum) by jodywbcb on 3/10/2007
  • Re: Gridview inside an UpdatePanel losing its state when navigating back/forward

    Try this: http://www.nikhilk.net/UpdateControls.aspx it explains why it occurs and how you might work around it....
    Posted to ASP.NET AJAX UI (Forum) by jodywbcb on 3/9/2007
Page 1 of 99 (982 items) 1 2 3 4 5 Next > ... Last ยป