↧
drop down list
if i do the connection using sql data source...where i can add this coding...i try to add this codes into page load area and it's nt working..please guide me.. [code]<form id="form1"...
View Articledrop down list
Welcome to the MSDN Forums.Actually, .NET Framework already has the needed code for spliting. Let's see how:foreach(object o in dropDownList.Items) {string[] splitted = o.ToString().Split(newchar[]{'...
View Articledrop down list
hi all... i have done a simple drop down list...and it's working good... i take "name' from table student... separately i write coding for split string into multiple...here's my problem.Now i want to...
View Article