摘要:
DropDownList dl = sender as DropDownList;string GroupID = dl.SelectedValue; about multi-level interaction ,we may add some cache, not every time selec 阅读全文
摘要:
Today, i made a mistake, when i call a function, pass the wrong order of the parameters, such as ShowReport(GroupID, ClassID,ProcessID);but when i use 阅读全文
摘要:
since learn crystal report three weeks,i meet some problem1. first was always show one row data, because i put feilds wrong area, not details but page 阅读全文
摘要:
not set semicolon in the end, error: ORA-00911: invalid character add licenses.licx for devart, platform must x86 , if use any cpu, the oci.dll path w 阅读全文
摘要:
DataTable dataTable = CommonCode.GetCheckData(); DataTable nds = new DataTable(); for (int index = 0; index < dataTable.Rows.Count; index++) { if ((In 阅读全文
摘要:
drop user eurekaperf cascade; select username,sid,serial# from v$session; alter system kill session 'sid,serial#'; when you want to drop a schema. now 阅读全文