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
N

nishant jha

@nishant jha
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • requiredfieldvalidator
    N nishant jha

    Done..

    ASP.NET tutorial

  • requiredfieldvalidator
    N nishant jha

    Take Foyr textbox on the page... make one function "txtnull" and copy the code... ------------------------------------------------------------------ protected void Button1_Click(object sender, EventArgs e) { txtnull(); if (n == 4) { Response.Write("alert('Atleast one')"); return; } } int n = 0; private void txtnull() { if (TextBox1.Text == "") { n++; } if (TextBox2.Text == "") { n++; } if (TextBox3.Text == "") { n++; } if (TextBox4.Text == "") { n++; } } ------------------------------------------------------------------

    ASP.NET tutorial

  • requiredfieldvalidator
    N nishant jha

    You can use requiredfiledvalidator property of textboxex.

    Your name:
    Use the Textbox name as per ur project.

    ASP.NET 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