Click here to Skip to main content
15,890,609 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
http://postimg.org/image/e4fefvl3t/[^]





as described in code, there is a label & hyperlink,I want to add hyperlink betweeen the label text,i did but the issue is that when i do ,hyperlink is not working ,

simply want to replace 1st arrow "Here" to 2nd arrow "Here"

I dont want to change my javascript code in hyperlink



C#
lbladderror.CssClass = "ErrorMessage";
                                            lbladderror.Text = "Row " + ++p + ": " + "Unable to change Parent Value of following field(s) due to their usage in business entity instances: Click " + hyplnkInstancedtl.Text + " to see detail of usage";
                                            

                                          

                                            hyplnkInstancedtl.Attributes.Add("onclick", "javascript:window.opener.location.href('../Settings/InstanceUsageDetails.aspx?cfvid=" + cfdlv.CustomFieldListValueId + "&fid=" + CFId + "&EntityID=" + EntityTypeID + "');");
                                            hyplnkInstancedtl.Visible = true;
                                            hyplnkInstancedtl.CssClass = "ErrorMessage";
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900