StringBuffer strbuf = new StringBuffer();
String inputType ="Textbox";
String selectedRadio = "";
String inputAppendID = "123";
strbuf.append("<Input ID=\"" + inputAppendID +"\" "+ " Type=\""+ inputType +"\" "+ ">" + "<Option SelectedItem=\""+ selectedRadio +"\" "+ "/>" + "</Input>");
String inputType ="Textbox";
String selectedRadio = "";
String inputAppendID = "123";
strbuf.append("<Input ID=\"" + inputAppendID +"\" "+ " Type=\""+ inputType +"\" "+ ">" + "<Option SelectedItem=\""+ selectedRadio +"\" "+ "/>" + "</Input>");
No comments:
Post a Comment