Search results for query: *

  • Users: Xarzu
  • Content: Threads
  • Order by date
  1. Xarzu

    How does localhost get its ID number in asp.net?

    How does localhost get its ID number in asp.net? I have a question about ASP.NET and running test web sites locally. I have written two asp.net web sites for testing purposes. One works and the other one fails. The one that fails does not give any useful diagnostic information. Can you tell...
  2. Xarzu

    Precompiled ASP.NET program

    I was handed a "precompiled" asp.net app source code. OK, how do I make this such that I can use and debug it? How do I compile a precompiled app?
  3. Xarzu

    Question How do I customize an asp:Button class?

    How do I customize an asp:Button class? I have this bit of code in an ASPX file: <div class="buttonContainer" style="clear:both;width:100%;text-align:left"> <asp:Button ID="btnProceed" runat="server" Text="Next" OnClick="ProceedButton_Clicked" Enabled="true" /> </div> So, if I want to...
  4. Xarzu

    I have written some code that works fine locally but not on the server

    I have written some code that works fine locally but when I put it on the server, it throws some errors. I made the changes that it asks for but I still get these errors. Andy Advice?
  5. Xarzu

    How do you define a default html in silverlight?

    How do you define a default html in silverlight? In the Microsoft Development Environment, Microsoft Visual Studio, when I build a silverlight project, the code auto-generates an HTML file in the Release directory (and in the Debug directory) Yet, I have seen some projects that have a...
Back
Top