void MyDG_Delete(Object sender,DataGridCommandEventArgs E)
{
String myfile;
myfile=Server.Mappath("upload\"+MyDataGrid.DataKeys(CInt(E.Item.ItemIndex)));
File.Delete(myfile);
MyDG.EditItemIndex=-1;
BindData();
}
前面加@ (@"upload\"+
因为“\” 有转译的功能 会把"转为字符串中的内容
可以凭借Baidu Hi提醒我们
有机会可能完成你所面临的任务
更进一步的要求也可能提醒我们
可以把你的**网站的。net源代码什么的发给我么?谢啦 ...
ES:\\494EA01B704BB35FE524305710A3EFD8