foreach (Control c in Page.Form.Controls)
{
switch (c.GetType().ToString())
{
case ("System.Web.UI.WebControls.TextBox"):
paramters.Add(c.ID, ((TextBox)c).Text.ToString());
break;
{
switch (c.GetType().ToString())
{
case ("System.Web.UI.WebControls.TextBox"):
paramters.Add(c.ID, ((TextBox)c).Text.ToString());
break;
'.net' 카테고리의 다른 글
C# Replace String Examples (0) | 2010.05.24 |
---|---|
Microsoft MSDN 무료 기술 서적 (0) | 2010.05.24 |
Server.UrlEncode와 HttpUtility.UrlEncode의 차이점이 관해 (0) | 2010.02.24 |
Rolling back Visual Studio 2008 projects to Visual Studio 2005 (1) | 2009.11.20 |
Free Web DHTML Editor - FCKEditor 정리 (2) | 2008.05.16 |