posts - 4, comments - 7, trackbacks - 0

My Links

News

Archives

Post Categories

January 2009 Entries

Simple Auto-Tab with jQuery
I think that some well planned auto-tabbing on a web form can really make a page feel polished. Suppose we have some lovely aspx markup like this: <form id="aspnet_form" runat="server"> <label>Social Security Number:</label> <asp:TextBox ID="PartOne" MaxLength="3" runat="server" />- <asp:TextBox ID="PartTwo" MaxLength="2" runat="server" />- <asp:TextBox ID="PartThree" MaxLength="4" runat="server" /> </form> It would really be nice if the user didn't have...

Posted On Monday, January 26, 2009 2:59 PM | Feedback (5) | Filed Under [ ASP.NET ]

Cannot debug in Silverlight 2.0
Problem: When debugging a Silverlight 2.0 application, the breakpoint appears as an empty circle with a tooltip saying, "The breakpoint will not currently be hit. No symbols have been loaded for this document." See screen shot below. Solution (at least for me): I had two different versions of the application in my ClientBin folder, and my aspx markup was pointing toward the older version. The source code opened in Visual Studio did not match the IL in the older *.xap. Update the source attribute...

Posted On Thursday, January 22, 2009 2:15 PM | Feedback (0) | Filed Under [ ASP.NET ]

Powered by: