Zaner
|
| Posted: 09/16/2002, 12:36 PM |
|
I just cannot believe that there is no out there that has no been able to solve this problem. I.E. have a parent Listbox with Staes and a child Listbox of cities only selected by the parent. I know this can be done in Javascript, But this is using C# components and there is no documentation on how to achive this in asp.net when have a onChange event witht hte Parent Listbox.
CodeCharge Support does not even have and answer and thells you to look at others that have nothing to do with asp.net, most of the poor examples are for CC and PHP.
Has anyone dynamicly selected the child values for a listbox by what was select on the Parent?
There got to be someone what has the TRUE answer!
No some B.S. poor reply to do this and try this!
|
|
|
 |
Dunkie
|
| Posted: 09/18/2002, 1:54 AM |
|
Hi Zaner!!!
When u catch the genius please mail me his/her sample .ccs file... this thing is killing me softly!!! I'm having to run validation after the event instead of outrightly restricting my users to cities within the correct towns!
PS: Do you know anything about these?
1. Mailing using ASPEMail in CC2 and/or CCS
2. Deleting multiple records using checkbox in CC2 and/or CCS
|
|
|
 |
Mark
|
| Posted: 09/18/2002, 6:04 AM |
|
There standard email component in CCS does not work, (with C#) they tried to tell me I placed it in the wrong area, there software did...
Has any one else has C# Email problems also???
They told me to have a look at tell a friend, (what for I am a coder, that stuff is basic). ASP With Temps works (Email component) but not C# but they wont beleive ME!!!!
Any thoughts????
|
|
|
 |
Dan
|
| Posted: 01/21/2003, 4:30 PM |
|
Hey Gang -
Sorry to say I don't have a complete answer but have been working on a different approach. I have purchased DBCombo a full featured .NET combo box and they provide Java Script examples of what you are talking about. http://www.dbcombo.net/ the Kinkade Network Case Study. What I have done is to include the DBCombo in the code directly through Visual Studio and copy the values back and forth to a ccs hidden text box so that the data will save.
I would like to be able to use the framework to populate the DBCombo but have not been succesfull at identifing how I can write a function in the codebehind that will execute my SQL statment and create a DataSet. Suggestion would be great a sample would rule.
Thanks
|
|
|
 |
|