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 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 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