Hello,
I'm trying to get a count of nodes using xpath inside a biztalk expression editor. Please let me know if there's a better forum in which to post this.
I've tried many different approaches and I still keep getting 0. Also, I tried putting this expression in xslt to test as I've used...
Hello,
I have a gridvew with a linkbutton in a template field, but when I click on it, I can't access any of my server side controls in the code behind. The IsPostBack == false. I need to access a lblCampaignId.text that sits outside of the gridview. The CampaignId is a parent id of all the...
I don't understand why I'm getting the error when validating against a a schema file in Visual Studio.
My phone number value is 10 digits with no alpha, yet the intellisense tells me the phone number cannot contain text.
Any ideas?
Thanks in advance.
phone number value = 9999999999
xml...
Hello,
We've been using the same WebClient.UploadString(uri,string) code for a few years now and it's worked fine. I'm implementing a new client and need to upload to a url that has an exe extension with a querystring and parameters. Also, it's https rather than http. I know I can reach the...
Hello,
I'm writing an xsl file in order to write out xml. I have a couple of date fields that I need to format in a specific pattern. Can I do this by creating a named template which defines the pattern? I must format it in the xsl rather than changing .net code.
this is what I'm trying but...
Hello,
I'm trying to implement security trimming in my site via the web.sitemap file and it's working fine for siteMapNodes that have the physical url hardcoded. But it's not working for siteMapNodes that have a ~virtual url. In the below web.sitemap example, it works for my node titled...
I've setup a simple asp:Menu control which uses a web.sitemap for the links. I've setup a GenericPrincipal object for my logged in user which contains their roles (marketing, finance, IT, etc) which is populated by looking in the database for that userid. One user can be in many roles. I now...
Hello,
Periodically we have a web page timeout when running a query, but when we run the same query from query analyzer the query comes back in a few seconds. (I might add that query analyzer will take a very long time to finish sometimes, which just means that our database is crunching too...
I have a node within a xml file as below and I just want to find the node and pull in the node and all the xml, attributes and values just as is. I tried <xsl:value-of select="//my_matches"/>
But all I get are the values within the elements...how do I just get the node and all of it's...
I'm trying to construct some classes such that I will get the desired result when serializing:
<?xml version="1.0" encoding="utf-16"?>
<LDPDetails xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<DistributionType>SMTP</DistributionType>...
I'm trying to construct some classes such that I will get the desired result when serializing:
<?xml version="1.0" encoding="utf-16"?>
<LDPDetails xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<DistributionType>SMTP</DistributionType>...
Hello,
I'm trying to check for a missing node and display something.
If the node exists I show the child nodes, but how do I display something if it doesn't exist at all? The following works fine for showing what is there. But if Positions is missing I want to print out something like 'all'...
Hello,
We have a service that is kicked off by a sqldependency notification. The query associated with the command object is selecting all id's from a table, which is working fine, except I really don't want the service to fire unless a record is inserted that has a certain status. So I would...
Hello,
I'm using the sql server XML DataType and I would like to be able to display the straight xml to my in-house users.
I tried using the asp:xml control but all I see is are the values of the nodes.
I tried using the asp:XmlDataSource control with a treeview, but all I see are the node...
Hello,
We're using sqldependency to refresh our application cache if need be, but we're finding that it is not alway refreshing when we expect it to.
While reviewing the code and looking at the cmd object associated with the sqlnotifications, I noticed that we're only selecting the identity...
Hello,
I'm trying to delete a row from my gridview which seems to work fine, but it doesn't actually delete the row. The code below actually finds the correct row and does the DeleteRow method with no problem. But it doesn't refresh the grid. How can I refresh the grid? I did a DataBind()...
Hello,
I'm trying to use a generic Dictionary<String,String> as the datasource for my ListBox. I can bind to it without error but I see both the value and the key in the DataTextField.
Is it possible to define the Dictionary.Value as the ListBox.DataValueField?
It's not seeming that way to...
Hello,
I have an existing report to which I'm trying to add a report header. The report takes some parameters like, startdate, enddate, type, etc. I would like those parameters to show in the report header.
First off, how do I add the header? The report automatically entered a textbox with...
Hello,
I'm new to reporting services...I need to do a simple report where I have colA, colB, colC. I want to calc a column where colA + colB - colC = myCalculatedColumn.
my question, can I do this with a table format, or should I use a matrix format? And is Visual Studio the best tool to use...
Hello,
I'm just starting to use sql server reporting services. I'm using the BI project in Visual Studio, and it doesn't seem very user friendly (can't change they layout of exisitng reports).
Also, I'm trying to do a matrix layout so I can have a calculated column (very simple, colA + colB -...
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.