Search results for query: *

  • Users: msvidron
  • Content: Threads
  • Order by date
  1. M

    Question XML Header

    I'm new to XML and Trying to Parse through an XML File. I need to read the value of a Header Element. Example: <wsa:Action> is the element within the Header part of the XML that I need to Read. Not sure how to do this. Any help wouold greatly be appreciated.
  2. M

    IE options

    Can the Send Page by Email and Send Link by Email options be disabled using javascript?
  3. M

    ConfirmButtonExtender

    I need to execute a button from within another button. I'm using the following code: CmdID(sender, e) This does fire the code from the correct button. My problem is I'd like to add an AJAX ConfirmButtonExtender to that button, but it doesn't execute the ConfirmButtonExtender when I use...
  4. M

    Invalid Page State IndexOutOfRangeException

    I've just recently started getting the following error and I do not understand how or why! Can anyone please help? thanks!!! System.IndexOutOfRangeException: Index was outside the bounds of the array. at System.Web.UI.LosFormatter.DeserializeValueInternal() at...
  5. M

    Forms Authentication and Active Directory

    I'm new to forms authentication and Active Directory. I'm trying to add additional membership provider entries to my web config file to pull from different connectionstrings (which are pointing to different ou's within our Active Directory). Is it possible for the Login control for asp.net 2.0...
  6. M

    Closing Web Page

    When a user clicks the X in upper right corner of web page, to close an aspx web form, is there a way to Check some criteria on the page before allowing the page to actually close
  7. M

    Crystal Report Document Print options

    Trying to print directly to the print using crystal reports. I got it to Print to the printer, but when I try to set the paper source to manual feed, the report still prints. Can anyone Help?
  8. M

    Crystal Export

    When Exporting through code to PDF getting error message System.IO.FileNotFoundException: Could not find file. My Web app is not running on a webserver that has .net installed. Anybody know what I can do to resolve this issue?
Back
Top