Raxip
|
| Posted: 05/27/2002, 3:57 PM |
|
I am dying to get a poll in c#
any c# people out there?
I have a crewd example but it sucks ( no back end)
|
|
|
 |
Mick
|
| Posted: 06/03/2002, 2:12 PM |
|
I am using C# pretty novice, I was hoping beyond hope that using CCS would help me leap frog ahead with my efforts. But alas I don't think their implimentation of C# code generation is ready for prime time. I'm having the same problem reported before on the inheratance line and an error now with the TagPrefix line: "CC" Namespace="Footer" Src="Footer.ascx
Shame this wasn't working any better, I'm getting pretty good at reading C# code, this would really help get things rolling!
|
|
|
 |
CodeCharge
|
| Posted: 06/03/2002, 7:10 PM |
|
Hi Mick,
You're right, the Beta is not supposed to be ready for primetime and we've stressed this earlier.
We hope that you reported all issues to our support so that we can deliver the product that you expect.
Regards,
Konrad
|
|
|
 |
Sanddy
|
| Posted: 06/03/2002, 9:53 PM |
|
Mick,
could you please highlight your problem exactly??
Since I have been able to generate and run applications made in CCS / C#... Plus I do know a bit of C#.. so will be able to help you out !
|
|
|
 |
CodeCharge
|
| Posted: 06/03/2002, 10:00 PM |
|
Hello,
I obtained a C# Poll example in CCS format and posted it at http://www.codecharge.com/studio/examples/PollProject.zip
It allows only Yes/No answers and is untested and unsupported.
Possibly this may be a good start, while I'll check if we can get an improved version in the next few days.
Konrad
|
|
|
 |
Raxip
|
| Posted: 06/04/2002, 5:52 AM |
|
Thanks Konrad for the example
unfortunatley I cannot get it to publish yet.
I posted the error below for your info.
PollResults.aspx.cs(95,9): error CS1502: The best overloaded method match for 'PollProject.PollResults.pollDataProvider.FillItem(PollProject.PollResults.pollItem, ref bool)' has some invalid arguments
PollResults.aspx.cs(95,36): error CS1503: Argument '2': cannot convert from 'out bool' to 'ref bool'
|
|
|
 |
Raxip
|
| Posted: 06/05/2002, 7:21 AM |
|
Has anyone else tried the poll example in this post and got it working?
|
|
|
 |
raxip
|
| Posted: 06/07/2002, 1:30 AM |
|
Is there any easy way to integrate projects, like lets says the bookstore sample to the portal sample?
Just open 2 sessions and copy and paste?
|
|
|
 |
raxip
|
| Posted: 06/07/2002, 1:32 AM |
|
Poll goes the same for above post
|
|
|
 |
SN
|
| Posted: 06/07/2002, 9:11 PM |
|
I think the poll example is not working correctly since its been created in an earlier version of CCS .. so the code generation is different .. but I don't think its tough its generate a similar Poll application .. looking at the original !
|
|
|
 |
Raxip
|
| Posted: 06/09/2002, 10:08 AM |
|
You are probally right,
I am still learning this product. Perhaps Konrad will get another version out as he stated above.
|
|
|
 |