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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T10:12:20+00:00 2026-06-14T10:12:20+00:00

I have set a dynamic gridview, which i want to use it in another

  • 0

I have set a dynamic gridview, which i want to use it in another form so i created it as

 public GridView gv = new GridView()

i have set in Page_Load properties of gv to

 gv.AutoGenerateColumns = true;
 gv.Visible = true;

then i have another grid MyGridView which is static and have data in it. So when i try to copy all static gridview data to dynamic gridview data that is

gv.DataSource = MyGridView.DataSource;
gv.DataBind();

I am not able to view the Grid gv, why is it so? someone told me to add

 'Controls.Add(gv) in Page_Load

when i added its showing compile time error, that gv should be in a form with runat=server.
How can i put a dynamic gridview into a form with runat=server?

So my requirement is gv should be visible, how can i achieve this?

Thanks in advance.

  • 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-14T10:12:22+00:00Added an answer on June 14, 2026 at 10:12 am

    you need to use some sort of holders for this try pannel

    on aspx page create

    <asp:Panel id="panel1" runat="server"></asp:Panel>
    

    on your backednd

    do

    panel1.Controls.Add(gv)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a dynamic query which I call and I put the Result set
I have created a dynamic web project in Eclipse, but when I set up
I have created a set of dynamic elements during run time. How do I
I have a set of JSP tags that use dynamic-attributes to allow for arbitrary
I have a GridView, in which the width of each column is dynamic and
I want to remove all items that have Tag set to string Dynamic :
I have a set of 'dynamic data' that I need to bind to the
I have a dynamic set of conditions that are used in a where clause.
I have set the AutoSize property of the form to True and I have
I have a dynamic imageview of camera picture, my problem is I want to

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.