Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
can any one help me how pass values to event args in usercontrol and it should retrieve to a label in aspx page
Posted
Comments
Mahesh Bailwal 30-May-13 6:23am    
Why you want to pass only through event args as there are other ways too for passing value. Any specific reason?
Karthik_Mahalingam 2-Jan-14 23:05pm    
post your code. provide more info..
Swayam231 30-May-13 6:50am    
well i agree with mahesh here.. Why passing to eventargs??? Use cookie, use session, use application, bt why event args????
arthamsai 30-May-13 9:40am    
my task is like that
Swayam231 30-May-13 10:30am    
well if u elaborate a lil... about what you are doing maybe someone here will understand and help you!!

1 solution

There isn't enough information to be able to tell you how to do this. If the control is exposing the event then you can pass it that way. Otherwise, use the querystring or session values.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900