ASP.Net?
-
I've a comobbox and i'm fill this comobbox like this: =========================================================================================== oleDbDataAdapter1.Fill(dataSet31); dpdhead.DataSource = dataSet31.Tables[0].DefaultView; dpdhead.DataTextField = dataSet31.tbacdes.ac_headColumn.ToString();//Display Heads dpdhead.DataValueField = dataSet31.tbacdes.ac_idColumn.ToString();// Heads Ids dpdhead.DataBind(); =========================================================================================== and than i want to get Comobbox select item head id. But when i select the comobbox value page refresh, first time it return head id but when i again select a value i got an javascript error like this: ==================================== Error: Invaild Syntax Code: 0 ==================================== And comobox stop working. and page doesn't work. Please help me out in this matter (Urgent)
|Muhamad Waqas Butt| waqasb4all@yahoo.com www.sktech.freewebspace.com
-
I've a comobbox and i'm fill this comobbox like this: =========================================================================================== oleDbDataAdapter1.Fill(dataSet31); dpdhead.DataSource = dataSet31.Tables[0].DefaultView; dpdhead.DataTextField = dataSet31.tbacdes.ac_headColumn.ToString();//Display Heads dpdhead.DataValueField = dataSet31.tbacdes.ac_idColumn.ToString();// Heads Ids dpdhead.DataBind(); =========================================================================================== and than i want to get Comobbox select item head id. But when i select the comobbox value page refresh, first time it return head id but when i again select a value i got an javascript error like this: ==================================== Error: Invaild Syntax Code: 0 ==================================== And comobox stop working. and page doesn't work. Please help me out in this matter (Urgent)
|Muhamad Waqas Butt| waqasb4all@yahoo.com www.sktech.freewebspace.com
http://www.codeproject.com/script/comments/forums.asp?forumid=1649&select=2119873#xx2119873xx
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)