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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T08:53:07+00:00 2026-06-13T08:53:07+00:00

In layman’s terms, basically what I want to do is: I am exporting a

  • 0

In layman’s terms, basically what I want to do is:

I am exporting a dataset to a csv file, should the file exceed a predetermined size allow the user the option to email instead of downloading.
(So if the file > 10Mb Alert msg with option to email or to carry on downloading)

I.E “click yes to email, click no to download”

and

Retrieve the users selection

Any guidance would be appreciated.

Edited: Ok here is what I have tried

Script

            function confirmBox()
            {
                var hSize =  document.getElementById('<%= hFileSize.ClientID %>');
                if (hSize.value > 100)
                {
                    if (confirm(" Values is greater than 100. Continue?")==true)
                         return true;
                    else
                        return false;
                 }
            }

Asp button:

            <asp:Button ID="cmdExport" runat="server" Text="Export" OnClick="cmdExport_Click" OnClientClick="return confirmBox();"/>

But the problem is the message box is generated client side before the code behind has run to generate the CSV file and to get the File Size. So the message box needs to display only once I have generated the CSV and got the file size?

  • 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-06-13T08:53:08+00:00Added an answer on June 13, 2026 at 8:53 am

    I managed to solve my problem by using a third party Telerik which I’m currently using.
    By implementing Radtooltips/Radwindows. http://www.telerik.com/

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

Sidebar

Related Questions

i want to remove blank spaces which is there. i am a layman user.
Could someone explain in layman terms what this actually does? XmlTextReader textReader = new
What is the difference between the following concepts in layman terms: spinning lock, blocking
Please describe the .NET assembly compilation circular dependency problem in layman's terms, and whether
In layman's terms, what is a unit of work in regards to database objects?
I am pretty layman to Perl, never used it ...but now I want to
Could someone tell me in simple layman terms, what a WPF Dispatcher object is?
Can anyone please provide me in layman's terms the difference between developing a JRuby
In layman's terms, what does UpdateModel() do, as well as TryUpdateModel() ? I can't
Can anyone please tell me in layman terms what is meaning of following code

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.