Hi, I havent programmed C# for about 3 years, and now I am starting a new project. I have tried to research and implement examples of Delegates and Event Handlers with no luck.
The purpose of this site is simple;
Create new users / specify users Security Access requirements within an enterprise.
I am using a site master, and have ran into a few confusing points.
I have the following files:
Request.aspx
RequestBuilder.ascx
User.ascx
I have two content place holders, with two AJAX Toolkit accordions.
RequestBuilder.ascx
- Contains a radio button list
- Add User button
User.ascx
- when the requestbuilder.ascx radio button list index changes this form should display information about that user.
In my Request.aspx.cs file I would like to create a Dictionary of User objects.
When a new user is added the radio button list in RequestBuilder.ascx should have a value added to it.
Passing values between two ascx forms.
Page 1 of 12 Replies - 689 Views - Last Post: 09 July 2012 - 03:15 AM
Replies To: Passing values between two ascx forms.
#2
Re: Passing values between two ascx forms.
Posted 08 July 2012 - 12:47 PM
brova, on 08 July 2012 - 01:41 PM, said:
Hi, I havent programmed C# for about 3 years, and now I am starting a new project. I have tried to research and implement examples of Delegates and Event Handlers with no luck.
[*]Quick and easy custom events
[*]Delegates, Lambdas and Events
#3
Re: Passing values between two ascx forms.
Posted 09 July 2012 - 03:15 AM
Moved to ASP.NET
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote





|