string sSQLString = "SELECT * from VIEW_ALLOCATION";
dtValue = SQLInterFace.ExecuteDataSet(m_dbase.cnnConnection, sSQLString).Tables[0];
StringBuilder b = new StringBuilder();
b.Append("
| "); b.Append("C. Heads | ').style.display == 'block')' />"); b.Append(" | ||
| Unit Price | ");Stock | ");Description | |
| " + dtValue.Rows[i][Constant.GLHEAD_V].ToString() + " | ");|||
return b.ToString();
here is my html code. I m using grid. Inside the grid i have a image button. When i click on that button pop up appears. I want to close that pop up from Button1 which i m using in dynamic service method.
Width="16" /> | DynamicServiceMethod="GetDynamicContent" PopupControlID="Panel1" Position="Bottom" TargetControlID="imgSubGroup"> |
-----And my panel is outside the grid--
------i want to close this panel on click of button1--
Replies
Know the answer? Post it — somebody with the same question will find it here.