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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T22:28:12+00:00 2026-06-03T22:28:12+00:00

I have a class A and class B Class A has: public int ID

  • 0

I have a class A and class B

Class A has:

public int ID
{
    get;    
    set;
}

when running program a value is assigned to ID ex:123 and destroyed when form is closed and set a default value i.e = 0

Ques: how can i save the value in class B before it get destroyed?
so i can have the can access the value in class B and perform validation.

  • 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-03T22:28:13+00:00Added an answer on June 3, 2026 at 10:28 pm

    Let me suppose that Class A and Class B are win-forms and you are opening A from B. Write in form A a method like:

    public int GetInput(){
       Show();
       return ID;
    }
    

    Also in A‘s constructor write following line

    public A()
    {
        Visible=false;
    }
    

    In form B write following to open form A:

    public void OpenA()
    {
        var a=new A();
        var i=a.GetInput();
    }
    

    Now i contains value of ID.

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

Sidebar

Related Questions

Let's have a model public class Model { public int Number { get; set;
I have a class: public class CarList { public int quantity{get;set;} public List<Car> Cars
I have 2 class files. One has the get/set statements and I need to
I have a simple Java class that has some methods: public class Utils {
I have an arraylist which has a class datastructure. public class empRec { public
I have an object that has a child collection: class Person { public string
I have a CF class: public class A { [Key, DatabaseGenerated(DatabaseGeneratedOption.Identity)] public int Id
Suppose I have a class like the following: public class Stage { public int
Let's say I have a class which has three properties as below. public class
This is my scenario. I have internal class with a standard int property. public

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.