Forum: ASP.NET 6 Days Ago |
| Replies: 1 Views: 232 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: Network Security 15 Days Ago |
| Replies: 0 Views: 285 Hello,
is there possibility to sign certificate that I have created by any other certificate? I want to secure Outlook messages by signing them. But I have self-signed certificate. When users... |
Forum: C# Oct 9th, 2009 |
| Replies: 0 Views: 231 Hi,
how can I make docking mechanism known from the Visual Studio in WPF. Is it hard to achieve? Is there any simple example of dockable windows? I found one on codeprocject, but that example is... |
Forum: C# Sep 23rd, 2009 |
| Replies: 0 Views: 525 Hi,
Can I choose in VS 2008 items from toolbox to load? For example I want user only to see button, textbox, checkbox, listbox, radiobutton controls and 3 custom control created by me - only these... |
Forum: C# Aug 12th, 2009 |
| Replies: 5 Views: 243 could you explain me how can I do that? |
Forum: C# Aug 12th, 2009 |
| Replies: 5 Views: 243 thanks
but the problem is in converting array elements from UIElement to byte. .. It raises error |
Forum: C# Aug 12th, 2009 |
| Replies: 5 Views: 243 Hi
my question is about saving array consisting of elements of type UIElement or Button. How can I store them in database and read them from db? Must I conert array to any other type(conversion... |
Forum: ASP.NET Jul 29th, 2009 |
| Replies: 0 Views: 219 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: IT Professionals' Lounge Jul 15th, 2009 |
| Replies: 0 Views: 266 Hi,
I am looking for tool which generates form and share them. I know that there is MS InfoPath but there are many disadvantages. Foe example every client needs a copy of InfoPath to edit form.... |
Forum: ASP.NET Jul 14th, 2009 |
| Replies: 4 Views: 872 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: 872 your example works partialy. What about prefixes? This is the point of my problem. |
Forum: ASP.NET Jul 14th, 2009 |
| Replies: 4 Views: 872 Hi,
how can I create using asp.net simple xml file which looks like following:
<?xml version="1.0" encoding="UTF-8" ?>
<my:myFields... |
Forum: C# Jul 1st, 2009 |
| Replies: 6 Views: 304 reading from db takes about 20 seconds.
Thanks a lot for file you attached and ideas. I will try to go on with my app next week and apply you suggestions |
Forum: C# Jul 1st, 2009 |
| Replies: 6 Views: 304 so your advice Scott is to use threads? I would be really grateful if you would show me example of using progress form during reading from DB. |
Forum: C# Jul 1st, 2009 |
| Replies: 6 Views: 304 Hello,
I need some tips to develop an application(Windows Forms, C#). My app will read/write data to/from database. I wonder to know how can I develop displaing some message during reading or... |
Forum: MS SQL Jul 1st, 2009 |
| Replies: 2 Views: 526 Hi,
in MS SQL we have TOP some_value clause which means that only some first records are selected. For example:
select top 10 products from table_products
How can I select rows for example... |
Forum: MS SQL Jun 25th, 2009 |
| Replies: 6 Views: 647 ahh. ok :) I have resultset generated from Sybase query. I have rewritten existing code into T-SQL and results I get are not equal so I think that result from Sybase is correct. |
Forum: MS SQL Jun 25th, 2009 |
| Replies: 6 Views: 647 the queries I used in both cases are exactly the same and using the same database. |
Forum: MS SQL Jun 25th, 2009 |
| Replies: 6 Views: 647 I think that collations are not used because order attribute is of type smallint |
Forum: MS SQL Jun 25th, 2009 |
| Replies: 6 Views: 647 Hi.
I have strange problem with sql query results. I am joining two tables and displaing result with order by clause. But results on MS SQL and Sybase are different. After removing order by clause... |
Forum: Pascal and Delphi Jun 25th, 2009 |
| Replies: 2 Views: 487 Hi.
I solved problem on my own. Code (written in Delphi) had to be recompiled on other computer and it helped |
Forum: Pascal and Delphi May 21st, 2009 |
| Replies: 2 Views: 487 Hi Everyone!
I have a wired problem with print preview in Delphi. When I am invoking a PreviewModal procedure on QuickReport object Preview page appears. But sometimes printer setup and Print... |
Forum: MS SQL May 21st, 2009 |
| Replies: 1 Views: 797 Hi Everyone.
I have problems with solving a sql question. There is an assumption:
The database of naval ships that took part in World War II is under consideration. The database has the... |