Click here to Skip to main content
15,901,205 members

Comments by Member 13605985 (Top 8 by date)

Member 13605985 1-Feb-18 1:53am View    
when i select new data from dropdown first time it send first value then second time when i select the data from dropdown it sends the data to row by merging previous row to next just like this i select 'a' it come to first row then second time i select 'b' then 'a' comes with 'b' to new row . how to avoid this
Member 13605985 1-Feb-18 1:50am View    
when i select new data from dropdown first time it send first value then second time when i select the data from dropdown it sends the data to row by merging previous row to next just like this i select 'a' it come to first row then second time i select 'b' then 'a' comes with 'b' to new row . how to avoid this
Member 13605985 11-Jan-18 1:15am View    
i want to upload image to server from web api
Member 13605985 4-Jan-18 4:43am View    
ok thankyou so much
Member 13605985 4-Jan-18 4:05am View    
public int ID { get; set; }
public string Name { get; set; }
public string UserName { get; set; }
public string email { get; set; }
public string Password { get; set; }