| Thread | Last Post | Replies |
|
| Advice needed | 27 Oct 2007 01:42 GMT | 2 |
I hope I'm in the correct forum. Please advise if I need to move this question. I've a lead developer who insists on developing with classic ASP & VB6. He & his team have created an impressive set of web pages, relying to a great extent on COM+ components. Normally I want to stay ...
|
| Copying a transparent 32 bit bitmap to the clipboard | 26 Oct 2007 15:22 GMT | 1 |
I am struggling with this from 48 hours and cannot succeed, of course I've tried: DataObject dObj = new DataObject(); dObj.SetData(DataFormats.Bitmap, false, bitmap);
|
| GridView - rant continued | 26 Oct 2007 14:39 GMT | 1 |
Ok so i want to change the column headings - so you set .HeaderRow.Cells(i).Text to the text required right? yes that works but if sorting is enabled it does not cos the button is changed to a text
|
| How do i supply a list to an SQL "IN" list via parameters? | 26 Oct 2007 12:13 GMT | 4 |
The best way to explain it, is to show you what i "thought" should work and hope that you can show me a way to make it work please and thanks... string ingredients = "pepper,salt,eggs"; strSql += " AND ingredients IN @pIngredients";
|
| Clickonce, file associations | 26 Oct 2007 09:50 GMT | 2 |
I've deployed, successfully, several Clickonce applications. The problem I have is the negative reaction to my software when a user attempts to open a file and no association exists between the file and the application.
|
| Windows Live OneCare help | 26 Oct 2007 08:38 GMT | 2 |
I just started using Windows Live OneCare, I had been using Norton, but was unable to fix the problems I was having. I have yet been unsuccessful with OneCare as well. I keep getting the same warning from OneCare, one is for Adware, the other is for a trojan, I clean both, but ...
|
| How to skip a step in the parent class? | 26 Oct 2007 07:06 GMT | 10 |
I have two projects, "CORE" and "Console". The "Console" project uses objects and their associated methods defined in the "CORE" project. Therefore, the "Console" project is depedent on the "CORE" project. In "CORE" project, I have two classes, "Report" and "CoreConnection".
|
| XSL delivers an unwanted bonus | 25 Oct 2007 23:19 GMT | 1 |
I have an app wherein I need to transform some XML using an XSL Stylesheet. Everything works great until the end of the template is reached. My template is as follows: <?xml version="1.0" encoding="utf-8"?>
|
| <input> file | 25 Oct 2007 23:12 GMT | 5 |
I have a control on a page in .net 2.0: <input id="AddReport" type="file" name="AddReport" runat="server" /> which I use to get the path, etc. of a file. I then have a button: <asp:Button ID="btnInsertTab8" runat="server" Text="Add Report" />
|
| Automate webbrowser login | 25 Oct 2007 15:51 GMT | 1 |
Been a while since playing in .NET. What I want to do is common, but I can't find a straightforward anwer. I have a webbrowser1 that opens a url, I want to be able to log into this automatically with username and password. There is no string to grab after login that i can just ...
|
| SecurityException when I run an application on local intranet | 25 Oct 2007 15:24 GMT | 2 |
I am trying to write an application which users will run from intranet network to determine if some of the software installed or not. Basically I am getting this information from registry. If software is not installed, I will either start the appropriate setup.exe or open
|
| Which .NET class for HTTP communication? | 25 Oct 2007 14:36 GMT | 3 |
I'm designing a client application that communicates with a server via HTTP. The mechanism is fairly simple: 1) Create an XML-formatted string containing the data to send. 2) Send the data to the server via HTTP using a "POST" method.
|
| Windows Live ID and Authorization | 25 Oct 2007 06:59 GMT | 1 |
I am implimenting the Windows Live ID into an ASP.NET Web Portal and would like to know if anyone can direct me to documentation/samples of how, if possible, I can tie the Windows Live ID Authenticated user into the ASP.NET Roles management system.
|
| Viewing GAC on another machine? | 24 Oct 2007 23:34 GMT | 1 |
Is there a way to view the GAC on another computer in a network? I've need to be able view what has been deployed and what hasn't. Thanks
|
| VS.NET keeps losing toolbar items after adding images to resource? | 24 Oct 2007 22:25 GMT | 1 |
This keeps happening to me. I add some files to the resource, and then all of the items I had on my toolbars, including buttons and menu's are all gone and I just see blank bars. In the Properties window, the names for them are all still there, and
|