| Thread | Last Post | Replies |
|
| Can you add a tooltip to a datagrid column | 17 Nov 2004 16:55 GMT | 1 |
Is it possible to add a tooltip in the column of a Datagrid. Can someone please show me how I would do this for the datagrid column below. Thanks for any help anyone can give me. Here is the datagrid coloum which I want to put the tooltip
|
| VB.Net Security Issue | 17 Nov 2004 16:45 GMT | 3 |
I have just finished developing a application that needs to be run on our network of computers. It would be preferable that it run from a network share stored on one of the servers, but I can't get it to run from either the network share or even the local drive. I have tried ...
|
| maximize in titleBar | 17 Nov 2004 16:09 GMT | 2 |
is it possible to do enabled(false) to the "maximize" in the titleBar?? how?? thanks in advanced
|
| form validation problem | 17 Nov 2004 15:41 GMT | 5 |
We have a problem with a form that was working perfectly well last week. As far as we are aware nothing has changed. If you can look at the link below (please do NOT complete an application though!), complete the required fields (enter bogus info by all means) and
|
| Visual studio missing namespace classes/objects? | 17 Nov 2004 15:40 GMT | 2 |
in visual studio 2005 beta, when i type "using System.Web." no code complete helper pops up. Similarly, when typing "using System.Net." i do not see an HttpWebRequest in the list that pops up. According to the documentation, HttpWebRequest should be a part of the System.Web ...
|
| Netsscape fails to run the Body onload, why??? | 17 Nov 2004 15:37 GMT | 3 |
In IE, this runs fine, but in Netscape, it doesn't error, but just doesn't run. WHY?!?! (in the Page Code Behind) BODY1.Attributes.Add("onLoad", "DisplayData();")
|
| how to create ASCII to postscript file or pdf file from C#.Net | 17 Nov 2004 15:22 GMT | 1 |
Guys, I have a huge text file that I want to break and generate an multiple pdf files from C# application. My problem is to generate a pdf file.
|
| system_web files | 17 Nov 2004 15:09 GMT | 1 |
We're having problems with the Javascript validation on our forms. There are 2 folders in the 'aspnet_client/system_web' folder as follows: 1_0_3705_0 1_1_4322
|
| ASP Datagrid rows appear twice | 17 Nov 2004 13:22 GMT | 4 |
I'll try to initially ask this question without posting too much detail. I have an asp.net datagrid that lists each row twice. What could cause this? If you require additional information, please let me know and I'll be glad to post it.
|
| Newbie: Datagrid not displaying | 17 Nov 2004 12:24 GMT | 2 |
I've used ASP a lot in the past, and I'm trying to switch to asp.net and use datagrids (bigger difference than I thought). I am also fairly new to Visual Studio 2003. I've created my datagrid in the designer (connection, adapter, grid, etc). I can click on my adapter and ...
|
| Resetting all object variables in c# | 17 Nov 2004 12:13 GMT | 4 |
I wont to reset all the variables in a c# object at run time, I was hoping for a field collection or some similar method of iterating through the variables. Any ideas ???
|
| How to access C# library from C++ client | 17 Nov 2004 10:36 GMT | 1 |
I developed a simple C# library.Then produced a type library using the regasm utility.And when I viewed the type library using objectbrowser(VB) or OLE/COM Viewer in VC++ ,I could not see the member function of the class. Pl. help on how to access C# library from C++ client.
|
| how to create Log-in form | 17 Nov 2004 10:30 GMT | 3 |
i have my database in my local server named SPMS which contains table named "tbl_users", the table has the ff fields; "username", "password", "employee_name". In my Log-In form i have ff textbox "pass", and "uname". I need a code that
|
| Validating two textbox controls | 17 Nov 2004 10:09 GMT | 1 |
Im trying to do a function to validation two textbox controls. I want the user to enter in text to either txtSurname or txtCompanyName but not both. Is my logic wrong and if so can someone help me change this to achieve my goal. Im really terrible at this and am under pressure ...
|
| Message box cannot pop-up as a modal in seperate thread? Pls help. | 17 Nov 2004 10:09 GMT | 1 |
Hi. I try to call msgbox("somehting") inside a sub which is run in a different background thread. The problem is the message box is not pop-up as a modal form, so whenever there is a message box pop-up, the 'Main' form is still active and clickable.
|