If e.DataCol.Name = "模块名称" Then If e.NewValue Is Nothing Then e.DataRow("模块名称") = "" Else e.DataRow("模块名称") = "S-" & e.NewValue End IfEnd If
这段代码有错?希望输入aaa,自动改为S-aaa。