all groups > dotnet general > june 2005 > threads for thursday june 9
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Does CompareValidator work for the date in dd-mmm-yyyy format?
Posted by CyberLotus at 6/9/2005 10:56:02 PM
Hi,
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?
Many thanks in advance.
Regards,
Cyberlotus... more >>
How to view full path of source files?
Posted by Naresh Agarwal at 6/9/2005 10:30:38 PM
Hi
How can I view the full path of source files in Visual Studio .Net?
thanks,
Naresh
... more >>
Com to .Net
Posted by Venkat at 6/9/2005 10:02:01 PM
Hi,
We have a dozens of VB6 components, developed some 5 years before, we
have now few .Net components which references these files. Ideally we are
using Biztalk server and referencing these VB6 components into that, what
happens is that during actual transaction with several instances,... more >>
trial version of software - serial number
Posted by a at 6/9/2005 6:03:49 PM
Does anyone know of any resources on creating trial version of your software
written in .NET. I want to make a trial version and have people add a
serial number that cannot be guessed. I'm sure its some kind of algorithm
is involved.
Thanks for any advice!
-matt
... more >>
Help getting started with a .NET app that runs in a browser.
Posted by Fred Hebert at 6/9/2005 3:12:30 PM
30 minutes ago my boss asked me to develop a proof of concept application,
using .NET, that runs in a browser. The idea is that we want an easier way
to deploy application updates. We are thinking of having users connect to
our web server and execute a .NET app that would execute in the brow... more >>
Visual C# .Net Compiler could not be created"
Posted by Jon Prisbe at 6/9/2005 2:22:22 PM
Everytime I try to open an existing web applicaton I get the following
error:
--------------
Project 'xyz' could not be opened because the Visual C# .Net Compiler could
not be created.
Loading the .projdata file failed or the disk is full.
--------------
Anyone have any idea how to fix ... more >>
Scrollbar of multiline textbox
Posted by pothik05 at 6/9/2005 2:15:05 PM
I have a multiline textbox (with scrollbar) on a form. I add lines to the
textbox at runtime. If the number of lines crosses the visible area in the
textbox, I want the scrollbar to scrolldown. I tried selectionstart but it is
not working.
Any comments will be appreciated.... more >>
Regex question
Posted by Marianne at 6/9/2005 1:21:37 PM
I have a fairly simple pattern but am stuck on the very end. Simply, it
needs to match any character grouping that is separated by more than a
single space:
This is one group and this is another group and this is a third
group
My regex is:
..+?(?:\s{2,})
The only problem is ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Getting list of Properties using Reflection
Posted by Dawid Mostert at 6/9/2005 11:29:42 AM
Hi,
I'm trying to get a list of properties from a hierarchy of classes,
using reflection.
Using Type.GetProperties(), I get the list back in "reverse hierarchy
order" (derived class properties before parent class properties)
Using TypeDescriptor.GetProperties(), the order of the returne... more >>
Getting formated SQL
Posted by Emerson Yukio Honda at 6/9/2005 11:25:09 AM
With the code below :
SqlParameterDictionary sqlParamDic = new SqlParameterDictionary();
StringBuilder sqlBuilder = new StringBuilder();
string sql;
sqlBuilder.Append( "insert products (product) ");
sqlBuilder.AppendFormat( "values (@name) ", product.Name);
sql = sqlBuilder.ToStrin... more >>
Errors in .NET Application on Windows XP SP2
Posted by M Imran Iqbal at 6/9/2005 11:00:17 AM
Hi, I am facing a problem. I have developed a complex application with more
than 25 forms with third party control(Jenus Grid) when i run application on
Windows2K (Server/Professional) it works fine but when i run application on
WindowsXP with SP2 it gives strange behaviour. Mostly errors and cra... more >>
Storing setting
Posted by Gav at 6/9/2005 9:50:02 AM
Hi all,
I have been looking into writing values to the config file. I have just
read that it is not a very good idea to do so. Could anyone suggest a good
way to store app settings?
thanks
Gav
... more >>
Ideal method....
Posted by VK at 6/9/2005 7:43:17 AM
Hi,
We have a questionnaire of 75 questions with some radio button choices.
We are trying to update the database with these selections made by user.
Using ASP.NET and SQL2000.
Is - using a disconnected environment meaning -- store the answers of
the these questions in XML file, and update t... more >>
VB.NET: Two dimensional sort
Posted by Ali Chambers at 6/9/2005 5:31:17 AM
Hi,
I have a two arrays that I wish to sort. One is the index array (full
of floating point values). The other is a string array:
ARRAY 1 ARRAY 2
------- --------
-1.2 textA
12 textB
23.5 textC
-100.2 textD
I'd like to sort by Array1 but also change the order in Array 2:
ARR... more >>
Double post back problem with two clicks on a control
Posted by ourspt at 6/9/2005 5:09:07 AM
Hi,
We are working on a .NET application (ASP.NET/VB.NET). In our application,
when the user clicks on a control (say a link, button, check box or whatever)
and then clicks on the same control again (while the first click is being
processed), the application is hanging and giving errors. Th... more >>
netCDF & HDF
Posted by elziko at 6/9/2005 12:00:00 AM
Does anyone have any experience in writing netCDF or HDF files using the
..NET framework (pref VB.NET) since all searches on the internet have turned
up various C/C++ and Fortran libraries.
TIA
... more >>
|