Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7190765
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T19:35:09+00:00 2026-05-28T19:35:09+00:00

I am putting server side validation but seems it’s not working in the way

  • 0

I am putting server side validation but seems it’s not working in the way it should. Below is sample code

     //Validation

    private void validation()
    {
        if (txtFName.Text == string.Empty) { Alert("Invalid Name"); return; }

        if (txtLName.Text == string.Empty) { Alert("Invalid Name"); return; }
    }


       // Alert mesage
  public void Alert(string msg)
    {
        ClientScript.RegisterStartupScript(typeof(Page), "SymbolError", "<script
         type='text/javascript'>alert('" + msg + "');</script>");
    }

In my button next click event I am calling this function like

    protected void button_Click(object sender, EventArgs e)
    {
        validation();
    }

Surprisingly, even though I don’t enter anything in the texbox (means textbox is empty) … no alert is coming. Whereas, it should alert.

Can someone point me what I am doing wrong. Appreciate your help.

EDIT:

Most weired thing is that, the same code work fine in other page(s). it alerts fine if the fields are empty or validation failing. Not sure what wrong with this page.

Fe pointer like … This particular aspx page … has lot of user controls and those controls ascx page have Javascript. I that could be any issue

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T19:35:10+00:00Added an answer on May 28, 2026 at 7:35 pm

    I just tried following code.

    protected void Button1_Click(object sender, EventArgs e)
    {
        validation();
    }
    
    private void validation() 
    { 
        Alert("Invalid Name"); 
    } 
    
    
       // Alert mesage 
    public void Alert(string msg) 
    { 
        ClientScript.RegisterStartupScript(typeof(Page), "SymbolError", "<script type='text/javascript'>alert('" + msg + "');</script>"); 
    } 
    

    seem like everything is working fine.
    check out this see if there is any settings issue. (not sure i m just doing trial and error).

    http://bytes.com/topic/asp-net/answers/518330-clientscript-registerstartupscript

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am pretty well versed with SQL Server, MySQL, Oracle etc but putting these
I'm creating a demo that must be in html code only (no server side
I have one fileupload that can select multiple files. But the server side only
Hey everyone... I'm not too familiar with PHP... but I have PHP code that
I have an ASP.Net project using AJAX that I am putting on a server
I am putting together a Samba-based server as a Primary Domain Controller, and ran
I'm putting some files in /tmp on a web server that are being used
Putting code at aspx files is slower? The code is recompiled every access? At
I putting wmd on my website. After putting code in and giving it a
I have a list i'm filling at server side. It's a list of User,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.