.aspx page:
if (blnConstant == false) {
// workflow.addFigure(new draw2d.Label("Field Constant"), 950, 20);
var lblFiedConstName = new draw2d.Label("Field Constant");
lblFiedConstName.setDimension();
lblFiedConstName.setWordwrap(false);
workflow.addFigure(lblFiedConstName, 950, 20);
blnConstant = true;
}
.cs page
TextBox txtConstFieldName = new TextBox();
txtConstFieldName.ID = "txtConstField";
txtConstFieldName.CssClass = "clsConstField";
e.Item.Cells[6].Controls.Add(txtConstFieldName);
prob is textbox upon three dots are appearing
maninaanee-8287, if this helps please login to Mark As Answer. | Alert Moderator