1
Answer

xml serialize in text boxes

Ask a question
om prakash

om prakash

11y
710
1
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; }




Answers (1)