Link to home
Start Free TrialLog in
Avatar of samprg
samprg

asked on

.Callback

Hi,

I found this code in .aspx page, Can any one tell me what this code mean?
 <%= Result.CId %>.Callback(it, mID, mk);  

Thanks
Avatar of disrupt
disrupt
Flag of United States of America image

Avatar of samprg
samprg

ASKER

I think this "<%= Result.CId %>.Callback(it, mID, mk);  " is different.

A callback is essentially a callback. It's hard to tell what it is doing without other code
Avatar of samprg

ASKER

Can any one tell me what this code "<%=....%>" mean?
ASKER CERTIFIED SOLUTION
Avatar of disrupt
disrupt
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of samprg

ASKER

Thank you