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 6532853
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T10:03:18+00:00 2026-05-25T10:03:18+00:00

I have a Search feature. if the search string is empty and user clicks

  • 0

I have a Search feature. if the search string is empty and user clicks “GO” then the postback of the gridview shouldn’t happen and the alert (as mentioned in below code) should get fired up.

My gridview is in update panel. Below is the logic that i have written but it doesn’t works.

 protected void btnGo_Click(object sender, EventArgs e)
        {
            if (!txtSearchString.Text.Equals(string.Empty))
            {
                BinGrid();
                upnl1.update //update panel is updated here.
            }
            else
            {
                ScriptManager.RegisterStartupScript(this.upnl1, this.GetType(), "Search", "alert('Enter search text');", false);
                //upnlgvOpportinities.Update();
                //upnlAdmin.Update();
                return;
            }
        }

Please help! Let me know if any info is needed

  • 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-25T10:03:18+00:00Added an answer on May 25, 2026 at 10:03 am

    Replace Your ScriptManager line with below code line.

    ScriptManager.RegisterStartupScript(this.upnl1, this.GetType(), "Script", "alert('Enter search text');", true);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am creating a simple search feature that queries a user input string for
It seems to be a common requirement nowadays to have a search feature that
I have an app that includes a search feature. This feature is implemented by
I haven't implemented a search feature before and feel a bit stuck. I have
.NET 3.5, C# I have a web app with a search feature. Some of
Does Eclipse have a feature that lets you search a project to find all
I'm using jQuery. I have website feature that does an ajax search and returns
the div on website below that have search at the bottom and it always
I have to implement a search feature which is able to quickly perform arbitrary
I have created a method where I can search for string placeholders, this I

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.