Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by MrMilton

  1. MrMilton

    Reports render differently on web server.

    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...
  2. MrMilton

    XPath Distinct

    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...
  3. MrMilton

    Need a cookie to remain after the browser has been closed.

    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
  4. MrMilton

    Format Disk via c#.net

    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
  5. MrMilton

    Calling Javascript function from a different frame.

    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...
  6. MrMilton

    Exporting data from Project 2003

    Does anyone know if it's possible to export data from Project 2003 using XML? Any other ways? thanks, Mr.Milton

Part and Inventory Search

Back
Top