| Thread | Last Post | Replies |
|
| VB only in help topics | 09 Aug 2006 21:25 GMT | 4 |
I have just upgraded to VS 2005, and I am fed up with being bombarded with Help for C#, C++ and goodness knows what else, despite setting "Language" in the Search options to "Visual Basic". Is there any way to only see VB syntax and examples? Or is this just another part of
|
| datareaders and primary keys | 09 Aug 2006 19:36 GMT | 1 |
How do I capture the data in a primary key? strsql="select nameID,fname from tblname where fname = '" & txtFname.text & "' and lname = '" & txtlname.text & "'" objOleDBCommand.CommandText = strsql
|
| Web Site Setup problems | 09 Aug 2006 19:10 GMT | 1 |
I am a newbie programmer, using lots of books and online resources. I need help to get my asp.net page to work because right now all I am getting is errors. The project is to have a drop down list select names from a Access
|
| DataGridView deleting multiple rows | 09 Aug 2006 18:56 GMT | 3 |
I am trying to add ability to delete multiple rows from a DataGridView in my application. When user selects multiple rows and presses delete button, I want to show a message asking to user to confirm delete. I am using UserDeletingRow event.
|
| How can i integrate the design tema with the developer team | 09 Aug 2006 18:01 GMT | 3 |
hi everybody.... Well this is my Question. I used to develop my applications in ASP .Net by myself.. I mean, the Design and the Develop task, using C# and VS. But now, i'll have to let the design
|
| Need carrier Advice | 09 Aug 2006 15:53 GMT | 4 |
I have done B.E in computer science and then get into the Microsoft Technologies from the last three year's i am working on .NET platform. I want to know whether i am on the right track or should i need to do something extra apart from my Job. I am quite confused in this. ...
|
| Querying an http request | 09 Aug 2006 14:52 GMT | 4 |
How do I extract the IP addresss and the MAC address of the sender of an http request. Thanks in advance
|
| Wildcard Strings | 09 Aug 2006 14:25 GMT | 9 |
hWnd = FindWindow("CLASS NAME", *) A string must be where the (*) is. Is there a way of making some kind of wildcard so that function accepts every string sting?
|
| Returning an array of an object | 09 Aug 2006 12:13 GMT | 2 |
Can someone tell me what I am doing wrong here? This will not compile because of line 2, but if I replace with Service.ContactTO[] contacts = null; it will through an exception on line 3. Thanks
|
| Compare two directories | 09 Aug 2006 09:35 GMT | 8 |
If i have a mapped drive and an UNC path - both pointing to the same directory on the server, how do i determine if they match (point to the same directory on the server) ?? Thank you.
|
| Help with Formula | 09 Aug 2006 08:05 GMT | 4 |
I'm trying to create a formula in dot net to achieve the following: Input: Output: 1 1 2 1
|
| Memory Vs non-memory resources | 09 Aug 2006 07:34 GMT | 5 |
can anyone explain the difference between a memory resource and a non-memory resource. I have been shown an example of error handling for a non-memory resource (accessing a file) but am not sure what the terms refer to. A few examples of each would be ideal.
|
| MCPDEA certification | 09 Aug 2006 06:28 GMT | 2 |
I have cleared MCP in ASP.NET programming and SQl Server and was planning to complete MCAD. But I got news about new exam papers and certifications etc. The existing certifications will no longer be valid in the coming year.So does anybody know abt this new certifications.
|
| Windows Servcice and multiple config files | 09 Aug 2006 04:16 GMT | 1 |
In VS.2005 a Windows Service can have an app.config file. A class library can also have an app.config file. Now if my Windows Services uses three class libraries, each of it coming with its own app.config file, in which sequence are the app config files read
|
| checkboxes in query structure | 09 Aug 2006 00:49 GMT | 2 |
I have the following in by web form code behind and it says that "operator '&' is not defined for types 'String' and 'System.Web.UI.WebControls.checkbox'. How do you pass the value of a checkbox to a query string? The example below was attempting to use a string
|