all groups > dotnet general > august 2003 > threads for monday august 11
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
DataAdapter,plz help !
Posted by Ms.net at 8/11/2003 10:53:57 PM
am having problem updating data with dataadapter....in some of my tables.
I realize that, Dataadapter doesn't SOMETIME fire event rowupdating even if
there are new rows.
Because of that,rows are not updating in Databases.
I use olecommandbuilder to generate Insert command.
Update and ... more >>
Legality of buying Visual Studio off ebay / other auction site
Posted by Joel at 8/11/2003 9:02:39 PM
Sorry if this is off-topic for this group, but...
I'm dying to know how people on ebay sell Visual Studio so cheap. For
instance,
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=3620198950&category=46327.
Is it legal? What should a buyer watch out for?
Thanks
-- Joel
... more >>
MDI + KEY DOWN EVEN problem
Posted by Govind at 8/11/2003 5:22:51 PM
Hi,
I am working with MDI form in .NET, In a child form i am unable to move the
cursor to previous control using the Shift + Tab combination in Keycode
Event procedure. Even i set the tabStop property to false for all controls.
It is working fine when it shows as a normal form (Non MDI).... more >>
Data adapter.Update strange problem:please HELP
Posted by Ms.net at 8/11/2003 4:08:02 PM
I am writing application using Access Database....
Everything work on my PC. update, add,or delete.
Since the application is multiuser, i put the database on network.....
Application start without problem but i realize that some of tables doesn't
GET UPDATE. Dataadapter doesn't insert new row... more >>
Getting Keystroke Value
Posted by Wayne Wengert at 8/11/2003 3:58:36 PM
I want to get the decimal (integer) value of user keystrokes. I am using the
following code. chrInput is the character entered (e.g. "M") and "keystroke
is DIMed as Short
keystroke = Microsoft.VisualBasic.Val(chrInput)
but it always yields a value of 0
How should I be doing this?
--
... more >>
IDE version 8.00
Posted by gt at 8/11/2003 3:44:36 PM
I downloaded a sample solution from here
http://www.15seconds.com/Issue/030602.htm
It has "version 8.00" in the ".sln" file.
My IDE is Ver 7 and won't load this solution.
What is version 8.00?
thanks
Gregg... more >>
Profiling .NET Application
Posted by Charles Law at 8/11/2003 3:32:15 PM
I have seen people ask this before, and I think I have as well. The question
is: specifically, what third-party tools or built-in .NET features exist for
profiling .NET applications?
The answers I have seen before seem to refer generally to the existence of
such tools, but do not mention names... more >>
== operator and Equals for String
Posted by Sergei Gnezdov at 8/11/2003 2:59:21 PM
I've got code in NUnit which compares two strings.
Object str1 = ...
Object str2 = ...
Assertion.Assert(str1.Equals(str2)); // passes, str1 equals str2
Assertion.Assert(str1 == str2); // fails!
The following link states that str1 == str2 should compare values and
thus == operator should no... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
newbies question
Posted by Henry Chen at 8/11/2003 2:36:04 PM
We have a few windows services written in .net that run on a server. Each
service has a configuration file. Most part of the configuration files are
the same. Each time a configuration file changes, we have to change all the
configuration files. I would like to merge all configuration files into... more >>
Issue in setting orientaion of page from crystal report print preview
Posted by Devesh Aggarwal at 8/11/2003 1:45:26 PM
I developed reports in Crytsal Reports 9.0 in landscape mode. When i print
the same from crystal reports it prints perfectly in Landscape even if the
printer setting is set to potrait by default.
But when i print the same report from the application developed in VB.Net
the report is printed in... more >>
HELP - Getting a Difference between XML documents?
Posted by leeedw NO[at]SPAM hotmail.com at 8/11/2003 12:30:19 PM
Hi,
I have 2 sets of XML documents.
XML1 is:
<Root>
<Node1>111</Node1>
<Node2>222</Node2>
<Node3>333</Node3>
<Node4>
<Node4A>444A</Node4A>
<Node4B>444B</Node4B>
</Node4>
<Node5>555</Node5>
</Root>
XML2 is:
<Root>
<Node1>111</Node1>
<Node2>222New</Node2>
... more >>
Restricting Web Pages
Posted by tmuldoon NO[at]SPAM spliced.com at 8/11/2003 10:57:43 AM
Hello,
I am using ASP.NET - and I need to create some sort of login procedure
that would restrict the logged in user to only see their data.
Can you use cookies to be checked at every page to see if the user
should have access to certain pages.
Or is there a better way to do this?
Than... more >>
System.typeinitializationexception
Posted by Ethan at 8/11/2003 10:55:18 AM
I made a program that works fine as long as its on my
machine, but as soon as i move it to a network drive it
stops working. I'm still trying to run it on my machine
just from a network drive and it gives me
system.typeinitializationexception.
Anyone know what changes when i move it to a... more >>
Scheduling controls for .NET
Posted by Slavyan at 8/11/2003 10:05:16 AM
Does anyone knows any good scheduling controls (like daily, weekly, monthly,
etc.) that are specifically written for .NET. Maybe there are controls that
comes with Visual Studio.NET or something. Or any third party ones?
Thanks.
... more >>
W2K SP4 breaks no-touch deployment
Posted by Sean Kessinger at 8/11/2003 9:20:48 AM
Thanks, John. Here is the article:
http://support.microsoft.com/default.aspx?scid=kb;[LN];821546
I tried the suggestions from this article but still the same problem.
No-touch deployment works on Win2K SP3 but keep getting page not found if
the web server has Win2K Pro SP4.
Sean K.
"J... more >>
INI files vs Registry vs XML
Posted by Bob Kirkwood at 8/11/2003 6:44:04 AM
I believe the intent in .NET is that we store application
setup information in an XML file now instead of the
Registry or INI files. Is this correct?
Are there any tools, sample apps, or guidelines for how to
do this?... more >>
|