all groups > dotnet general > march 2006 > threads for friday march 3
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
Reloading A Part Of Webpage, Preferred Approach
Posted by batista at 3/3/2006 10:15:58 PM
Hello all,
I currently have a webpage which has a grid and using webservice.htc im
updating its content after every 5 seconds.
Now I want to add two forms at the bottom of the page.One of them
contains a gird which I want to be updated(and only that grid) when a
user clicks a button.
So ... more >>
password set up
Posted by apostolic at 3/3/2006 7:41:27 PM
how can I set my computer to require a password to get online... more >>
NUnit - Looking for a comprehensive (RDBMS) example implementation
Posted by MD at 3/3/2006 5:33:21 PM
Hello
I work in a .NET environment and I am about to create a development
strategy. As part of this I am looking at implementing a testing tool
to fit in with an iterative approach and NUnit seems to be the logical
choice. Although it works well with very simple classes, it seems to
struggl... more >>
Storing Formulas - Database
Posted by Brian P. Hammer at 3/3/2006 2:21:11 PM
All - I have a project that has a bunch of formulas. I would like to store
each of the formulas in a SQL and then load them and have my app execute it.
The problem I see is that a Dataset would return the formula as a string and
not as a result. Anyone have an idea on how I could accomplish ... more >>
Mixing GDI+ and GDI in .NET application
Posted by Marcin Rzeznicki at 3/3/2006 11:10:22 AM
Hello,
Do you think it is legitimate practice to mix GDI+ and GDI calls (via
Get/ReleaseHDC()) in paint event of a control? I've heard there is
possibility of performance loss while "locking" Graphics object which
is done as a side-effect to GetHDC() call - could you confirm? Another
question t... more >>
Program running in administrator and guest account
Posted by Cleyton at 3/3/2006 10:40:28 AM
Hello!
Someone knows how I can solve it: I've installed my program in administrator
account for all users. But i've tried to run in guest account, my program
returned fatal error, and it didn't open... In the administrator account
works very well!
Someone know what's wrongs?!!
Thanks!... more >>
Visual Studio 6 and .NET 2.0
Posted by justin.creasy NO[at]SPAM gmail.com at 3/3/2006 10:39:21 AM
Hello, a lab that I help manage just got Visual Studio 6 for its
computer science class. We're having problems even getting simple
projects to compile on the computers in VS 6. We think one problem
might be that we're running .NET 2.0 framework on the same computers
for some applicaitons we're t... more >>
Ideas or direction needed for approval path
Posted by Charles at 3/3/2006 8:28:28 AM
I have this .NET web project that I will need to create web forms that will
allow employees to request personnel actions (for example, request for
vacation time). Depending on what department the employee is in determines
who approvals the vacation time and what paths it follows to get approv... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
sending mail
Posted by herbert at 3/3/2006 7:05:29 AM
I am a hotmail user.
1) How do I send e-mail from my .NET 2.0 app via hotmail?
How should the following lines look like?
Assume my hotmail username is HMUN, my hotmail password is HMPW.
Dim client As New SmtpClient (...) '???
client.Credentials = ... '???
2) Of co... more >>
DLL Config Files
Posted by Doug at 3/3/2006 6:47:07 AM
I've seen some info on this out here but nothing that I could find and
try worked for me.
I have a DLL that I want to have a config file for. As is probably
well known, the application that calls that DLL cannot read my config
file. Is there no way to accomplish this?
I've tried creating ... more >>
Unrecognized attribute 'requirePermission'
Posted by Johnny at 3/3/2006 5:02:36 AM
I created a AddIn for a 3th party COM Application (AutoCAD). In my
AddIn I am using the January 2005 release of Enterprise Library. When
the .NET Framework 2.0 is installed on a machine I receive the
following error when using the Enterprise Library:
Unrecognized attribute 'requirePermission'
... more >>
changing PictureBox color border
Posted by Filippo Bettinaglio at 3/3/2006 3:25:28 AM
Hi,
I have a PictureBox with the border set to BorderStyle = FixedSingle
and it comes up with a nice Black border.
How can I change it at runtime?
I use VS2005 (net2 framework)
Many Thanks,
Filippo
... more >>
Asp Net
Posted by Travis at 3/3/2006 2:58:22 AM
Hi ,
Everytime after I build my solution , I need to register ASP_NET in order
to show the web site , if not IIS faild to look on that site .. what is going
wrong actually ? Please help ..
--
Travis Tan... more >>
Dsiplay tables
Posted by ExDelphi at 3/3/2006 2:36:06 AM
Hi
How can I display a list of all the tables created in a database (.mdb
Access 2003) using VB.Net 2003... more >>
Create an 100% compatible ActiveX Usercontrol with VB.NET
Posted by Michael at 3/3/2006 2:04:58 AM
Hi
I know it sounds grazy to create an ActiveX Usercontrol with VB.NET,
where a native tool for this already exists, VB6.
The existing ActiveX Control Containers should be able to load
dynamically the exisitng ActiveX Controls and also the new one written
with VB.NET. We want to make this swi... more >>
Beginning dump of physical memory
Posted by Groenie at 3/3/2006 12:03:19 AM
Hi
I am getting a blue screen when booting the pc up with error: "Beginning
dump of physical memory". When I reboot the error is goes away only to appear
again next time when booting up. Can anyone tell me how to fix this?... more >>
Configuration and Settings
Posted by Kent Boogaart at 3/3/2006 12:00:00 AM
Hi,
Can anyone recommend any articles / books that comprehensively cover the new
features of .NET 2.0 configuration / settings? So much is changed I'm a bit
confused whether to use a settings file, config file for DLL, config file
for EXE . . .
Thanks,
Kent
... more >>
|