SketchPath XPath query tool
If you want to know the XPath query to an element of a XML file, but you’re new to XPath, you can use the Freeware tool: SketchPath to get show the XPath query. In mine
If you want to know the XPath query to an element of a XML file, but you’re new to XPath, you can use the Freeware tool: SketchPath to get show the XPath query. In mine
If you want to compare two string, ignoring case, use string.Compare and not string.ToLower, for performance reasons. if (string.Compare(stringA, stringA, true) == 0){ // Strings are equal (case ignored)}
If you have created a Microsoft Reporting Server report with a drillthrough. The user can Navigate to another report by clicking a link. This will fire the ReportViewer.Drilltrhough event on a ReportViewer control in ASP