M
mr. App
Hi,
I would like to know if it's possible to do something like the following:
<ctl
ermissionControl UserName="johndoe">
<table>
<tr>
<td>Hello John!!!</td>
</tr>
</table>
</ctl
ermissionControl>
I would like to check the UserName property on the server and if the
username is not johndoe then the inner content of that control won't be
rendered. The question is only about how to prevent the rendering, the rest
I can handle
Thanks!
I would like to know if it's possible to do something like the following:
<ctl
<table>
<tr>
<td>Hello John!!!</td>
</tr>
</table>
</ctl
I would like to check the UserName property on the server and if the
username is not johndoe then the inner content of that control won't be
rendered. The question is only about how to prevent the rendering, the rest
I can handle
Thanks!