| Thread | Last Post | Replies |
|
| Simply update a row in SQL Server from Windows Form???? | 15 Feb 2005 19:35 GMT | 1 |
I'm having a great deal of difficulty doing a very simple thing. This is what I want to do. On a Windows Form - NO DATAGRID.... I have various text boxes, into which I want to show fields and etc. from
|
| Coding Standards | 15 Feb 2005 18:13 GMT | 3 |
Could any one knows the best coding standards styles(with variable declarations for c#) . and if any links or site with the best coding standards for .NET send me those links regards
|
| button subclass add visually | 15 Feb 2005 17:11 GMT | 2 |
good morning :) im trying to add a subclassed button to the toolbox in 2003 so that i can add it visually to a form. unfortunately i cannot seem to find the trick to adding something that is not compiled into a DLL into the toolbox. my class is based on System.Windows.Forms ...
|
| Store GUID as file/folder property | 15 Feb 2005 17:04 GMT | 1 |
Is there any way to store a GUID value as a property on a file/folder? When my app creates new files/folders, I'd like to store a GUID as a custom property on the file/folder. This way, when the user physically moves the file/folder using Windows Explorer (and not using my app), I
|
| Multiple Forms in a Page? | 15 Feb 2005 16:43 GMT | 2 |
I understand ASP.NET 1.1 will only support a single server-side form in an .aspx page. Could I get tricky from that same page and have a second server-side form in an .aspx page displayed within an iFrame? Can you give me your favorite URL pointing to a document describing how to
|
| .NET does not respond | 15 Feb 2005 16:39 GMT | 3 |
Late yesterday our .NET applications stopped responding and they did not generate any error messages. About noon today they started responding again and our IT guys said that they have not installed/modified anything that would affect this.
|
| Deployment Build problems | 15 Feb 2005 16:39 GMT | 2 |
Out of no where I'm starting to get these problems and my Deployment projects won't build anymore. Does anyone have any idea what's causing this? I've tried copying these files from another VS.NET 2003 machine, but it doesn't look like it's working. The only latest change I've ...
|
| Updating a table with an auto-increment key | 15 Feb 2005 16:01 GMT | 2 |
I'm using the following code to add a row to a table (for holding images) in my database (obtained from http://www.codeproject.com/aspnet/image_asp.asp?df=100&forumid=38225&select=1038401): public string AddImage(byte[] buffer, string contentType)
|
| Windows Service - need Windows.Forms.Application.DoEvent() equiv | 15 Feb 2005 14:06 GMT | 2 |
I have created a windows service in C#, .net framework 1.1 The service makes a web request using the mshtml.HTMLDocument.CreateDocumentFromURL() function Because this is not using Windows.Forms, I can't use the
|
| Optimizing | 15 Feb 2005 13:41 GMT | 5 |
I have an app that compiles and works fine in Debug mode. However, when I try it in Release, it compiles fine but does not run correctly. I am thinking that it is an optimization problem. I have not been able to figure out how to deal with that in .NET 2003.
|
| W. Forms Datagrid | 15 Feb 2005 11:57 GMT | 1 |
Have a datagrid bound to a table. Is it possible to modify the text in the column headers and also permit lineshift in there? Any help appreciated. Is this the appropriate newsgroup? ojv
|
| repeater | 15 Feb 2005 11:52 GMT | 1 |
Is any one know how to add controls within a repeater, i want to add a button and also i need to do some task when i click on that button all the other info for the repeater is comes from the db.. regards
|
| System.Web.Mail Error | 15 Feb 2005 11:50 GMT | 1 |
We are trying to send the mail using these framework set of classes from the namespace - System.Web. We are getting the following exception. Does anyone know about this problem? Exception - "Unable to send
|
| Protecting source codes | 15 Feb 2005 11:27 GMT | 1 |
How can i protect my source codes from resource hacker programs, I find a program, I can build my project in VS.NET 2003 and this program show all codes in my executable file, Thanks
|
| Visual Studio .NET IDE | 15 Feb 2005 08:51 GMT | 2 |
I am writing some C# coding to develop middle tier COM+ components. When those components are debugging, (As Library Application), the values of variable used in the code are not properly listed in the watch window. Can any one please explain any wok around for my problem ?
|