hi Iftikar
Whether I want to create sperate text boxes like house, name ,street .
private void button1_Click(object sender, EventArgs e)-->what is this button
and Adress details I want to create a class file like this
public
class AddressDetails
{
public int HouseNo { get; set; }
public string StreetName { get; set;}
public string City { get; set; }