I'm currently working on an ASP.NET (2.0) application that uses the built-in (VS 2005) Crystal Reports tools.
I have noticed that some reports render differently when they're deployed to the web server. Is this a common issue? If so, is there a fix or work-around that could be implemented to...
I would like to return a list of nodes, but i need the list to be distinct.
This is my first attempt to find items that are distinct by "city";
nodes = xdoc.SelectNodes("//person/location[not(city=preceding-sibling::city)]/city")
<person id="001">
<location>
<address1>8858 King...
How do I create a cookie that will remain after the browser has been closed?
I need to set a cookie, and be able to access it in a number of days. Currently my cookies are lost when the browser is closed.
Thank you,
Mr Milton
I'm wondering how i can format a floppy disk(bootable) via VB/C#.net.
Please respond if you know which object i should use, or where i could find this information.
Thank you
MM
Is it possible to call a client-side javascript function from a different frame?
I have a btn_OnClick() function that i would like to call... could it be done like this?
top.framename.btn_OnClick();
I need to avoid cutting and pasting the function from the page it resides on now.
Thanks...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.