Click here to Skip to main content
15,897,273 members

Comments by bishnu karki (Top 4 by date)

bishnu karki 5-Apr-13 2:25am View    
I removed that Response.End part but it didnot change anything. Any other suggestion Tadit Dast.
bishnu karki 21-Feb-13 5:09am View    
<td style="width: 8%; font-weight: bold" align="center" id="tdProductionHeader" runat="server">
PRINTING PER UNIT
</td>

there is already runat="server" but still i cannot hide the td
i did like this

bManage_CONTRACTS_UserControls_MediaGrid_AllianceMedia MediaGrid_AllianceMedia = (bManage_CONTRACTS_UserControls_MediaGrid_AllianceMedia)Page.LoadControl("../Contracts/UserControls/MediaGrid_AllianceMedia.ascx");

MediaGrid_AllianceMedia.FindControl("tdProductionHeader").Visible = false;

please reply
bishnu karki 21-Feb-13 4:36am View    
i want to hide the td element of the ascx page from aspx page. how can i do that please reply soon.
bishnu karki 18-Dec-12 5:36am View    
I finally did this my self guys.. here is the link to find out how i solved this problem ..
http://www.youtube.com/watch?v=VRvimdsfbTc


please check it out...and comment