plz tell me how can i give the text "" to textbox and label?
if i use this shows the blank page and if i use (Text="""") then it shows output:"""".
if i use this shows the blank page and if i use (Text="""") then it shows output:"""".
Code:
<asp:Label ID="Label1" runat="server" Text=""></asp:Label>
Comment