if (ViewState["AddOrAlter"] != null) { if (ViewState["AddOrAlter"] as string == "add") { string whatever = "somethingerother"; } }
No comments:
Post a Comment