(?) -> Research Investigator - Senior Scientist
D
denny philip
@denny philip
Posts
-
Job Title Suggestions -
why not split() string returned by Ajax method() in JavaScriptas johny10151981 suggested
var str1 = _Default.Ajax_Getstr();
alert(str1.value);
var arr1 = new Array();
arr1 = str1**.value**.split(",");//str1.split(",");
alert(arr1[0]); -
label problem in c#Label a=new Label();
a.Text="&";
MessageBox.Show(a.Text);//you missed a.Text