Forum: ASP.NET 21 Days Ago |
| Replies: 1 Views: 395 Hi.
I am trying to build simple web application in ASP.NET.
I have xml file with data and xsl file to transform xml file into html doc which will be presented in the browser window and... |
Forum: ASP.NET Jul 29th, 2009 |
| Replies: 0 Views: 234 Hi,
I have a class with some methods. Application which uses this class and its methods should be secured by login controls. How can I deny access to method for some users. For example user AA has... |
Forum: ASP.NET Jul 14th, 2009 |
| Replies: 4 Views: 920 much closer, but not exactly what I expected. But I think that I will use xpath to modify existing xml document instead creating new one.
regards |
Forum: ASP.NET Jul 14th, 2009 |
| Replies: 4 Views: 920 your example works partialy. What about prefixes? This is the point of my problem. |
Forum: ASP.NET Jul 14th, 2009 |
| Replies: 4 Views: 920 Hi,
how can I create using asp.net simple xml file which looks like following:
<?xml version="1.0" encoding="UTF-8" ?>
<my:myFields... |