| Thread | Last Post | Replies |
|
| lock and break | 08 Jul 2005 19:37 GMT | 1 |
I have the following code. while (foo) { lock (bar) { if (abc) {
|
| connect to database using binding datagrid | 08 Jul 2005 19:36 GMT | 2 |
I am connecting t mysql & sqlserver database using bindng data cntrs inculding the datagrid but I feel it's too slow.. specially when adding a record to a database and needs to refresh the datagrid where I have to refill the dataset which is a waste of time for the user specially ...
|
| ComboBox: I think an exception should be thrown, but the designers don't think so | 08 Jul 2005 17:52 GMT | 1 |
A person in my team had a funny experience yesterday. He was using a ComboBox, and giving it a DataSource of a string array. Unfortunately, in the design view, he set Sorted = true. in essence the two conflicting lines were
|
| sql server 2005 | 08 Jul 2005 17:46 GMT | 1 |
Dear This is SivaKishore. I need sql server 2005 to run on my local system. I downloaded the package. It is giving error that it requires .net framework version 2.0. I downloaded that too from the google. Still it is giving errors. Kindly suggest me to run smoothly...... ...
|
| Creating Form at Runtime. | 08 Jul 2005 17:44 GMT | 1 |
I want to create forms at runtime in asp.net a don´t know it´s posible to do this. And How to do it
|
| httpwebresponse basic authentication | 08 Jul 2005 17:10 GMT | 1 |
How can I make a basic authentication using a httpwebresponse object? Thanks a lot Juan
|
| VSA Script | 08 Jul 2005 17:07 GMT | 10 |
How can i load my own dll in VSA script ? I have wrapped my own dll named RBA.MydotNetDB to perform database function and i would like to use it inside my script.. Please help
|
| Get value from usercontrol | 08 Jul 2005 14:59 GMT | 2 |
Hi there. I have a value in a user control which i want to obtain frequently from the pages which embed the user control. I have done the code to expose the property, making it public, but what is the syntax for retrieving it from the page? I have attached the user control by ...
|
| Custom control container behavior in designer | 08 Jul 2005 13:48 GMT | 2 |
Hey, created a custom control that includes a panel. I want to use the panel as a container for other controls I drag into the custom control in designer. I can't seem to find any information on how to do this. I've extended UserControl and SetStyle containercontrol to true, ...
|
| How to "unattended" (or quietly) installed the .NET Framework 1.1. and SP1 for this | 08 Jul 2005 12:01 GMT | 2 |
I am not sure this is the right forum so please bare with me that I've posted the same on fora: microsoft.public.dotnet.faq microsoft.public.dotnet.framework.setup
|
| User defined file properties | 08 Jul 2005 08:06 GMT | 1 |
I have some files in a folder that are generated from a CAD application and these files has user defined properties that I can modify throw right click on file and properties. I have been looking the way to modify these user properties from a .NET
|
| nice dotnet | 08 Jul 2005 08:04 GMT | 2 |
|
| Access Denied to assembly. | 08 Jul 2005 07:57 GMT | 1 |
Hello. I got an error on my program. the code is very simple private void btnsubmit_Click(object sender, System.EventArgs e) { string requestLocation =
|
| How do I: In the Class Name list box, click (Base Class Events)? | 08 Jul 2005 07:53 GMT | 4 |
I am starting online classes on Visual Studio .NET. I am using a trial version of VS .NET 2003. One of my first projects says to do the following: Create Forms 1. If Solution Explorer is not open, on the View menu, click Solution
|
| .Net Framework Install Errors 2908 & 1935 | 08 Jul 2005 07:18 GMT | 3 |
Has anybody had any experience with the .Net Framework install errors. The OE is W2K Professional and installing the .Net Framework Version 1.1 Redistributable package. The install
|