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

HardikSitapara

@HardikSitapara
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Check "User ID" already exist or not when user move from "UserID" Text box!
    H HardikSitapara

    Hiiii Sr...Frank Here is an Explanation for your problem. Here is ur ui how it looks like. FirstName : Text-Box
    LastName : Text-Box
    UserID : Text-Box
    Email ID : Text-Box
    Password : Text-Box
    now whenever u press the button Submit take all the values of the textboxes and pass it as ur input parameters to ur stored procedure and write down the following query in ur Stored Procedure. If Exist(select UserID from Users where UserID = @UserID) BEGIN SET @ErrorNo = 101 SET @ErrorMsg = "User ID already Exists" return ; END Note : Here @ErrorNo and @ErrorMsg are local variables created in Stored Procedure.

    ASP.NET csharp asp-net database

  • disabled buttons look enabled in firefox and chrome. what to do
    H HardikSitapara

    Hiii sriharsha2410 Here is the solution for your problem... Do one thing whenever you disable button apply a CSS to that button named "cssDisable" and in that css change the color of the button or background of the same button. And Whenever you Enable that button apply another CSS to that buton named "cssEnable" and in that css change the color of the button or background of the same button as u want when it is enabled. Thank you.

    ASP.NET css com agentic-ai question

  • using dropdownlist control in update panel control but no selectedindexchange event is firing
    H HardikSitapara

    try this .... <asp:AsyncPostBackTrigger ControlID ="YourDropDownName" EventName ="YuorEventName" />

    ASP.NET csharp asp-net sysadmin help announcement

  • redirection problem
    H HardikSitapara

    try this Response.Redirect("SmithChat.aspx?roomID=14", false);

    ASP.NET help asp-net com windows-admin tutorial
  • Login

  • Don't have an account? Register

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