My user control(.Net) uses a ultrawebgrid and I want to pass the value of one of the column to another column in the same grid ..can any one suggest me the best way to pass the values
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Expose those columns as public properties of the user control (GET/SET). This way you will be able to operate them outside of the control itself.