Ask a Question related to ASP Components, Design and Development.
-
thanigaimani.thirumalai #1
Dropdownlist index change event problem.
Hi guys.
i can explain for my doubt with example.see.my table have multiple type of employee details like as Mangemment,Programmer,Designers,Accountants,Contra ctEmployees.Each type of department having many employee details.Now my drop down list having types of department names like that above types of department names..if i select any one type of department data wil be display in gridview format .gridview data column as employee Name,Address,Phone_No,email_address and each every row with checkboxes.gridview showing data according to select the dept.No problem.
first I select Mangemment type of employee grid view showing that type of employee details ,here i checked first two employee details then checkbox values put in one viewstate,then i go to Programmer type of employee it showing that type employee details here i want to checked two employee details using checkbox but what happened first two checkboxes are already checked. so view state having proper checked check box values but problem is
whenever i go to select for another type of employee details checkboxes are checked based upon order of previous checked index.
this is my problem.plz clear my problem.its very urgent.
whenever i select dropldown list viewstate values is empty . this is my problem.
From [url]http://www.developmentnow.com/g/60_0_0_0_0_0/inetserver-asp-components.ht[/url]
Posted via DevelopmentNow.com Group
[url]http://www.developmentnow.com[/url]
thanigaimani.thirumalai Guest
-
DropDownList is always returning the value from index 0
I have a DropDownList that is returning the value from index 0 regardless of which item is selected. The code that I am using to test which index it... -
Why is CreateChildControls called when a dropdownlist (of a composite control) selected index has changed
That sums it up. When any of the dependent dropdown lists get their selected index changed (by user interaction) there is a new invocation of the... -
PUZZLE Getting DropDownList Index of Matching Value
I want to write a function where I pass in a reference to a dropdownlist and a "match value" and have it returns the index of the dropdownlist item... -
SelectedIndexChanged event in DropDownList
Hi. Why cannot I capture the SelectedIndexChanged event from a DropDownList when the viewstate is set to false (it must be set to false because of... -
Dropdownlist SelectedIndexChanged event problem
I am trying to get the newly selected item in the dropdownlist control from the SelectedIndexChanged event. The event is working fine, but I am...



Reply With Quote

