hi guys, i have created dropdownlist control at runtime in asp.net by creating a class object. now the problem i face is that i am not able to handle the selectedindexchanged event of that control at runtime. i suppose i have to create an event delegate for that. i also tried to place a dummy ddl control on form and tried to use the same event of it by callin it through delegate and passing my runtime ddl controls to it as object.but i failed miserably.let me be clear once again that i did not create any ddl control on the form. i just created all controls at runtime.the problem is tht i am not able to catch selected item at run time of those controls.
Member 1228843
Posts
-
handling selectedindexchanged event of a runtime control -
generating reportscan any body help me out in generating reports in asp.net using any tool other than crystal reports?
-
how to upload my asp.net webapplication on to websitei have developed a stand alone appln in asp.net and uploaded it on to my site. but it is not working properly. i had uploaded them into the root directory provided by the service provider. i had also set all the necessary options in iis as well as web.confing file but still i am not able to run the appln on the net check www.cfbtes.com. it is showing up to login page only after authenticating in web.config in is not redirecting to next page
-
server application not availablehi pals i got a serious problem and seeking help to solve it. i am getting "server application not available" error for newly designed form of a project in asp.net( rest of the forms are executing). my form is giving this error especially when i try to display the values on to the form using a while loop or thru table and adding values to it as a literal controls. i tried by changing the settings in web.config but that did not work out. pls put me out of this hell.
-
adding controls to datagrid at runtimehow can i add controls to a datagrid at the time of execution? or say runtime
-
generating reports at runtimehi i want to generate crystal reports at runtime in a specific table manner(i.e. the report should be generated basing on specified number of columns and rows manner). is that possible? bhamidi
-
unloading a webformhow can i unload a webform at runtime in asp.net? me.unload wont work.
-
accessing controls on a webform in asp.nethow to access controls on a webform using code? i want to access some say 50 textboxes on a webform for clearing their contents.i want to do this using code. i used me.form1.controls. but it is not working. help me out
-
filling dataset with user defined objectshow can i fill dataset with user defined objects for example i have created employee class and its instances.now i have fill the dataset with those objects
-
focusing textbox at runtimehow can i focus a textbox at runtime in asp.net without using javascript
-
adding controls to datagrid at runtime:)how can i add a control to a selected cell of datagrid at runtime