om prakash

om prakash

  • NA
  • 281
  • 104.2k

xml serialize in text boxes

Jul 23 2013 1:19 AM
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)