I want know how to show data il label when run project
what can I out in page load for do this :
This field for show in label first and last name
select s.User_FirstName , s.User_LastName from Users s,Pipeline i Where s.User_User_UserId,=i.plin_UserId and and i.plin_PipelineID= '" & id & "' and User_UserId=" & uid
please help me
Go to the complete details ...