Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
H

Homero Rivera

@Homero Rivera
About
Posts
7
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Building a website, expect a lot of traffic, images, etc. What software bundle to use?
    H Homero Rivera

    Hello, This may sound overly optimistic. I'm building a website where I do expect really heavy traffic, images, and even some video. What software bundle do you recommend for this kind of use? -Hosting your site with Windows, ASP.Net, MS SQL Server ? -LAMP? -Others...? I have little expertise in servers, so your insight is much appreciated

    Hosting and Servers csharp asp-net lamp database sql-server

  • ALERT, some dumbass fortune-teller is bombing the Q&A
    H Homero Rivera

    No hard feelings if that is not an available feature for me yet.

    Site Bugs / Suggestions question

  • ALERT, some dumbass fortune-teller is bombing the Q&A
    H Homero Rivera

    ALERT, some dumbass fortune-teller is bombing the Q&A section. Anybody on site?

    Site Bugs / Suggestions question

  • BUG: Just answered question and didn't get my 10 pts
    H Homero Rivera

    NEVERMIND, THE 10 JUST GOT DELAYED, THANKS! BUG: just answered a question and didn't get my 10. Thanks, you don't really have to reimburse me those 10, just work it out please.

    Site Bugs / Suggestions help question

  • C# Code generation .net 4.5
    H Homero Rivera

    The truth is you can compile C# programs on CommandPrompt (aka DOS). And with .NET Framework you can create text files with any extension including cs (for C#). And also with .NET Framework you can issue CommandPrompt commands. So, in theory you can make a C# program that creates c# programs and also that runs them.

    C# csharp ai-coding question

  • Submit changes from a form back to a database
    H Homero Rivera

    No, that will not help. In fact, it will prevent you from submiting the data on the first attempt if it is enclosed by the if "(!IsPostBack".

    ASP.NET database sysadmin question announcement

  • Submit changes from a form back to a database
    H Homero Rivera

    I hope this helps: A page will be a postback if a user submits something (either by click or any other mechanism) and you use the same page C# / VB after what triggered the submision. Therefore, using a button on a form will cause it to be a postback, and the if (!IsPostback... will enter into effect, preventing you to get to the desired code. If you want to prevent a user from clicking the same button or triggering the same mechanism, at the end of your code you can disable the button with something as Button1.Enabled = false; which is the most common I've seen. That way, the user won't be able to make a second change with that particular button.

    ASP.NET database sysadmin question announcement
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups