| Thread | Last Post | Replies |
|
| Disable and Enable objects on mass??? | 17 Jun 2005 08:01 GMT | 1 |
Using Visual Studio .NET 2003 with C# I have a screen which is used to View, and Update a load of fields. The fields are displayed in TextBox objects and are databound to a typed dataset. I have a toolbar with Add Update and Save buttons on it. When the user goes
|
| Is the UIP application block compatible with beta 2? | 17 Jun 2005 07:58 GMT | 1 |
Does anyone know if the UIP application block can be used with beta 2? I get the following error and can't seem to fix it: Error loading UIP config parameters. The original exception is: Wildcard '##any' allows element 'statePersistenceProvider', and causes the
|
| Referencing a checkbox in a table row | 17 Jun 2005 07:56 GMT | 1 |
Created a checkbox and added it to a table row NewCell = NewTableCell Dim NewCheckBox As New CheckBox NewCell.Controls.Add(NewCheckBox)
|
| Question about table on ASP.net | 17 Jun 2005 07:42 GMT | 1 |
hi, My problems are; 1.How can i fix size of table? i create from 800*600 when open up more resolution the table expand follow (i set table property "width =100%" i know this is a my problem ) But i don't know how can i solve this problem i would
|
| Selecting records from DataTable? | 17 Jun 2005 05:36 GMT | 4 |
Is it possible to run a select query on DataTable object? Say for instance, my DataTable had following structure StudentID, SubjectID, Score Now, I want list of Score where Score IS NOT NULL
|
| Application cant find dll even when it's in the same directory | 17 Jun 2005 04:04 GMT | 8 |
I'm working on an application which uses a dll for some of its classes. I build the application and the dll and it runs fine on any machine with Visual Studio .NET installed on it. Once you take the application and the dll and place them on a machine without Visual Studio .NET the ...
|
| Reflection Question | 16 Jun 2005 22:29 GMT | 5 |
I'm new to custom attributes. Here's the attribute I made: Public Class DeveloperNoteAttribute Inherits System.Attribute Sub New(s as String)
|
| Explainations of wsdl, disco, proxy | 16 Jun 2005 22:04 GMT | 2 |
Within the web service architecture can someone briefly explain what the following are used for, how each are created, and whether any are optional :- wsdl file
|
| Xp Themes | 16 Jun 2005 21:38 GMT | 6 |
I had my app using the Windows.Forms.Application.EnableVisualStyles() Windows.Forms.Application.DoEvents() And I was receiving some errors, so I want to go to a manifest file, but I
|
| Problem in running Crystal reports | 16 Jun 2005 21:10 GMT | 1 |
I am running my application using frame work 1.1 in that i am using crystal reports 9.1.5000.0; while generating reports giving the fallowing error "CrystalDecisions.CrystalReports.Engine.InternalException: "Unable to find
|
| SQL Server scripting | 16 Jun 2005 21:06 GMT | 2 |
I wanted to know, is it possible to write .net code to generate database script? For example, I will give table name, .net code should generate script from the database.
|
| Does CompareValidator work for the date in dd-mmm-yyyy format? | 16 Jun 2005 21:04 GMT | 2 |
I wish to validate the date a user has entered against the format dd-mmm-yyyy using the CompareValidator, but it does not work. Does anybody have a simple solution please?
|
| SELECT * FROM[Table]WHERE field BETWEEN... | 16 Jun 2005 20:59 GMT | 4 |
Does anyone know how to write the SELECT * FROM tblename WHERE fldname BETWEEN combobox1.text AN combobox2.text i can't find much source about this query on net,i need to let use
|
| Urgent!! Error while trying to run project: Unable to start debugg | 16 Jun 2005 20:54 GMT | 1 |
Hi I have installed win2000 on my machine at work place. When i treid to install IIS, it propmpted me to install Win2000 SP4 before it install IIS. So i downlaoded SP4 from microsoft website and installed it. After that it
|
| Tab by pressing <Enter> key | 16 Jun 2005 20:45 GMT | 4 |
So, I am debating with someone about this. He believe that you can set up so when the user presses Enter it acts just like Tab, so it follows the tab order between text boxes in .NET just like you can do in Access. I personally have never run across something like this, but I ...
|