all groups > dotnet general > august 2003 > threads for friday august 1
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 31
2nd Repost: Problem Retrieving DataSet Returned By A WebService... anyone from Microsoft or anyone with solution?
Posted by Programatix at 8/1/2003 11:43:36 PM
Hi,
I'm working on a project which includes WebServices and Windows Form
application.
The Windows Form application will call the WebServices to retrieve data from
database. The data will be returned as DataSet.
Now, here's the problem. On .NET Framework 1.1, if any rows in the dataset
re... more >>
ASP.NET User Account
Posted by picopirate at 8/1/2003 8:39:08 PM
I just realized that I have a ASP.NET user account set up on my machine.
Ummm I dont remember being notified of a creation of any accounts when I
downloaded the .net framework. I believe thats when it happened though.
Anyway what the hell is this sneaky little back door used for?
... more >>
Numerical sorting utility.
Posted by Help! at 8/1/2003 5:04:42 PM
Does any one knows out of the top of their heads if Windows has a command
line or any numerical sorting utility -not alphabetical. I found some Java
script that can do it,but want to make sure I am not reinventing the wheel.
... more >>
C# Naming Conventions
Posted by Greg at 8/1/2003 4:04:26 PM
Where can I find a simple list of Microsoft C# naming
conventions? (i.e. member variables, parameters, class
names, etc)
thanks.... more >>
Excel Functions in .Net
Posted by Clive at 8/1/2003 4:03:30 PM
Hi,
I am developing a app that does soem calculations,
rounding etc.
Does anyone know if I can use an Excel Library in .Net in
order to leverage the functions in MS Excel?
Thanks,
Clive.... more >>
what's new visual studio .net 2003?
Posted by whidy at 8/1/2003 3:52:09 PM
Private tutoring: C# and ASP.NET
Posted by tutoring at 8/1/2003 3:01:54 PM
Anyone who is new to C# or ASP.NET and wishes to gain more knowledge can
email me at
nuda@yahoo.com and we can set up private tutoring sessions. I have many
years of programming experience and hold MCSD certification in .NET and C#.
... more >>
unable to add the virtual directory because of an error on the server
Posted by George Grodentzik at 8/1/2003 2:51:50 PM
I get the following error when I try and create a virtual
directory on my system which is using windows 2000:
unable to add the virtual directory because of an error on
the server
I tried to remove IIS and then reinstall. Does anyone have
any ideas. It was working yesterday and something... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Visual Studio 2003 - Number of CDs
Posted by Tim Rogers at 8/1/2003 1:52:02 PM
I've noticed that VS 2003 (in my MSDN subscription) only has a 'prereq' CD
and then 2 other CDs (plus another Visio CD). This is a much smaller number
of CDs than VS 2002. Is this the full-blown release? I ask not only
because the number if CDs is less, but also there is a statement in the MSD... more >>
downloading a file in ASP.NET app
Posted by AlexB at 8/1/2003 1:45:24 PM
I'm trying to download a text file to an IE client using
the following code. The problem is that the saved file
also includes the html for the page.
Any ideas anyone?
Private Sub Button5_Click(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles Button5.Click
... more >>
Interrogate datatype in a datatable
Posted by Doug at 8/1/2003 1:12:08 PM
I would like to do something like this if possible.
If tablename.Columns.Item(i).DataType() =
System.String or system.date Then
'build dynamic sql with quotes
Else
'build dynamic sql without quotes
End I... more >>
Invalid cast from system.byte to system.byte[]
Posted by peter NO[at]SPAM chsoft.com at 8/1/2003 11:08:06 AM
When I execute the following (with an OleDBDataAdapter),
wanting to add a row to a visual foxpro table:
myrow= datasetTarget.Tables(0).NewRow
'fill all columns here like..
row(i)= myvalue
' then
datasetTarget.Tables(0).Rows.Add(myrow)
dataAdapterTarget.Update(datasetTarget.Tables(... more >>
Time To Get Off The Microsoft Treadmill?
Posted by lluck98 NO[at]SPAM yahoo.com at 8/1/2003 9:34:22 AM
http://www.angrycoder.com/article.aspx?cid=1&y=2003&m=7&d=17
I was actually dragged onto the Microsoft technology treadmill in 1992
when they bought out Fox in Perrysburg, Ohio. Yep, I'm one of those
XBase guys who was suddenly jerked out of the '80s (dBase, Clipper,
FoxBase/FoxPro) into the... more >>
NullReferenceException when creating new project
Posted by Chris Dunaway at 8/1/2003 7:45:16 AM
I just installed VS.Net 2003 Ent. Arch. on a machine with Windows XP Pro.
The installation went without any errors.
When I attempt to create a new project (either VB or C#), a messagebox pops
up saying that there was a NullReferenceException and the form designer has
a big red cross (red X... more >>
DataGird and convertion VS 1.0 and VS 1.1
Posted by Petr Studenovsky at 8/1/2003 5:52:28 AM
Hello
I made small GUI test program in Visual Basic NET for SQL
communication. I need some help with these problems.
problem 1)
If I change some settings in datagrid from
properties window (e.g. background color). my datatest is
removed. I compared it with diff program and it
reorgan... more >>
Deploying projects in VS .Net 2003
Posted by brynjara NO[at]SPAM kaupthing.is at 8/1/2003 5:28:04 AM
Hi
I created a deployment project for a windows application. My users
can setup the application on their computers. But when I make changes
to the application and redeploy the project my users have to uninstall
their previous version and install the new one. Is there a way to
have a kind of ... more >>
|