Hi,
I have a usercontrol which is loaded dynamiclly (Into a panel control) by a webpage and it contains the following controls:
1) RadTextBox and button.
2) Result label.
3) RadGrid (displayes DB retrieved data based on a RadTextBox text using the button event)
The RadGrid contains one GridTemplateColumn which contains a link button. The link button intended to display a value from the RadGrid selected item and display it as the ResultLabel.
The problem is by clicking the link button, its event doesn't fire and the entire user control loads again by he webpage.
Can you please help me to solve this problem.
It is very appreciated to send me a sample code.
Regards,
Bader
I have a usercontrol which is loaded dynamiclly (Into a panel control) by a webpage and it contains the following controls:
1) RadTextBox and button.
2) Result label.
3) RadGrid (displayes DB retrieved data based on a RadTextBox text using the button event)
The RadGrid contains one GridTemplateColumn which contains a link button. The link button intended to display a value from the RadGrid selected item and display it as the ResultLabel.
The problem is by clicking the link button, its event doesn't fire and the entire user control loads again by he webpage.
Can you please help me to solve this problem.
It is very appreciated to send me a sample code.
Regards,
Bader