Search

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

Matching Posts

  • Re: How to Generate HTML from within ASP.NET C#?

    Hello NesNYC718, AceCorban, Thank you for your reponses. Learning ASP.NET is interesting for me at this moment. We will see where I will be after a month. Have a nice day, and thanks for help.
    Posted to Getting Started (Forum) by Bunkai on 3/26/2008
  • Re: How to Generate HTML from within ASP.NET C#?

    Hello AceCorban, What a great response. Thank you for spending significant time in answerring my question and thank you for your motivational attitude. Yes, as you said and as it was already mentioned on this page, switching from PHP thinking to ASP takes some effort and endurance. I will work hard to understand ASP.NET approach as soon as possible. Have a nice day, Rene
    Posted to Getting Started (Forum) by Bunkai on 3/25/2008
  • Re: How to Generate HTML from within ASP.NET C#?

    Thank you all, for your very valuable input. At this time, it looks that ASP.NET is more complicated than PHP. Is this added complexity worth of gain from ASP.NET C#? Again, thank you a lot for your help. The need of having a ASP.NET object clones in form of Controls of every HTML tag seems limitating, because it alows only so much freedom as ASP.NET allows. What is the advantage of ASP.NET approach over PHP, for example? My key points when deciding whether to go with PHP or ASP.NET were, that ASP
    Posted to Getting Started (Forum) by Bunkai on 3/25/2008
  • Re: How to Generate HTML from within ASP.NET C#?

    [quote user="nesNYC718"] [quote user="Bunkai"] Is there any lmitiation to how much HTML code can be placed into InnerHTML object, please? [/quote] It's limited up the the capacity of the string variable I would assume. But the better question is, are you going to try and retrieve values from this html as server objects? If so, you're going to run into a lot of trouble, hehe.. [/quote] Hello NesNYC718, Thank you for responding to my questions. Since I am new to ASP.NEt
    Posted to Getting Started (Forum) by Bunkai on 3/25/2008
  • Re: How to Generate HTML from within ASP.NET C#?

    Hello Jimmy, Thank you for your response. Surprisingly, you do not recommend generaing dynamic HTML by C# under ASP.NET. What if, for example you want to create dynamic radio button list or dynamic checkbox list, when labels would be taken form a database? Can ASP.NET support all this without the need to write dynamically generated HTML on my own? Your example is another excellent alternative to the answer above yours. I will try both ways to see which one works better for me. And thank you for your
    Posted to Getting Started (Forum) by Bunkai on 3/25/2008
  • Re: How to Generate HTML from within ASP.NET C#?

    Hello AceCorban, Thank you for your excellent response. yoru scenario might be working well. I will be using it in the same way. Is there any lmitiation to how much HTML code can be placed into InnerHTML object, please? Thank you and have a nice day, Rene
    Posted to Getting Started (Forum) by Bunkai on 3/25/2008
  • Re: MS SQL Server Express - Is Console Window Available?

    Hello Rfreeze, Thank you for your immediate response. I will try it. Thanks, Rene
  • MS SQL Server Express - Is Console Window Available?

    Hello everybody, MySQL has a WebServer console, that lets to create tables via easy to handle SQL queries. Since I am used to SQL Server console, I would like to have such window in Micosoft SQL Server Express coming with Visual Studio 2008. Despite I searched for it, I did not find a database console window. Does MS SQL Server Express offer a Server Console that lets the database to be accessed via SQL queries, please? Thank you and have a nice day, Rene
  • How to Generate HTML from within ASP.NET C#?

    Hello, It is common practive to generate HTML code with PHP. In contrast to PHP, all the ASP.NET examples I have seen so far had C# separated from HTML. However, I need to generate HTML dynamically in ASP.NET. Is it possible to generate HTML code from within ASP.NET C#, please? If anybody could show me a code fragment when C# generates HTML, that would really help. Thank you, Rene
    Posted to Getting Started (Forum) by Bunkai on 3/24/2008
  • Re: A difference between "New ASP.NET Web Application" and "New Web Site"?

    I kept searching, and for those interested in answer to my question, here are the differences between ASP.NET Web Application and ASP.NET Web Site: Web Application project model Provides the same Web project semantics as Visual Studio .NET 2003 Web projects. Has a project file (structure based on project files). Build model - all code in the project is compiled into a single assembly. Supports both IIS and the built-in ASP.NET Development Server. Supports all the features of Visual Studio 2005 (refactoring
    Posted to Getting Started (Forum) by Bunkai on 3/20/2008
Page 1 of 2 (19 items) 1 2 Next >