hey there im working on this asp.net project and i want to
Response.Write("");
in a specific
<div>
anyone can help?
Response.write is pretty old school ASP. You're using .NET now. Make a <asp:label> with no text and set its .Text property at the proper time.
i dont want just to write text and i know how to use labels
anyway want i wanted is to insert some <asp:hyperlink > in a specific location in the page like the javascript DOM stufff.....
btw : i figured out a solution thnx 4 ur hlp anyway..
c u later
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.