all groups > dotnet general > october 2004 > threads for tuesday october 19
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
How to host my ASP.Net Project.
Posted by CK at 10/19/2004 11:45:06 PM
Hi All, I am new to ASP.NET. I have a question about how to host the ASP.NET
pages to the web servers. Previous i develop for the ASP project. Hosting an
ASP poject is pretty simply. Just upload all the files ( .asp file and html)
to the web server it will be done.
I develop an ASP.NET in vi... more >>
Master Detail editable data grid HOW TO?
Posted by NO[at]SPAM at 10/19/2004 11:03:08 PM
Hi there,
I have to build a master detail editable data grid solution using .Net
(preferably c#) can anyone help me to look for some sample code or some help
to understand the basics of ASP.Net controls. I am a newbie to .net and would
appreciate any help
Thanks
John
... more >>
Update & Insert in ADO.NET
Posted by Yog at 10/19/2004 10:53:01 PM
I have a datagrid binded to a dataset and once the user updates the grid my
dataset is reflected.
When i wanted to save the data to tables, however i needed to insert this
data into another table instead of the same table.
I am getting the error in the line
oDa.Update(oDs.Tables[0].Select... more >>
Question
Posted by Dib at 10/19/2004 10:34:36 PM
Hi,
I am ne wto dot net. Can some one give me an in sight on this matter.
Can you create a dll file through DOT net?
just like in VB you can create a project then you compile it to be .dll
extention. Is this possible in DOT net?
Thanks
Dib
... more >>
Assembly Version Madness
Posted by Russell Stevens at 10/19/2004 9:37:46 PM
Should be trivial - I want to detect the program version so that I can
take steps to update things to the current version. Pretty simple - just use
Application.ProductVersion
So I install the app on a file server. Various workstations then load the
app and run it. Some workstation... more >>
chinese characters on a label
Posted by Dayne at 10/19/2004 8:22:35 PM
How do i get chinese characters on a winform label?
Dayne
... more >>
Problem when using DataTable.Row[x].Delete() - "no row at pos 5"
Posted by aiKeith at 10/19/2004 7:35:05 PM
I have a really stupid problem I'm hoping to get help with.
The problem occurs if I delete rows from a dynamically built datatable.
ie:
CreateDataTable(); // creates the structure of the table
myTable.Rows[4].Delete();
now if I put that datatable back in a dataset and bind that ds to a g... more >>
Create a writable folder in aspnet setup project
Posted by roger at 10/19/2004 7:00:27 PM
I've created a web setup project for my aspnet app, and added
a web folder item "tmp" to the File System editor under the web
application folder.
(My app uses this folder for generating image files and such)
Problem is, I can't figure out how to make this folder writable by
the ASPNET user d... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
browse local disk drive
Posted by Stanley J Mroczek at 10/19/2004 4:25:04 PM
I am looking to browse local disk drive to upload pictures to my web system.
How do i display my local files? I am using an aspx in vb... more >>
Console app using MBSACLI
Posted by Keith Grefski at 10/19/2004 3:13:07 PM
I have the following code that works as long as I dont add the switch -h
'Dim sStartInfo As String = "/hf -z -s 1 -h " & CompName & ""
Dim sStartInfo As String = "/hf -z -s 1"
With securityprocess.StartInfo
.FileName = "C:\Program Files\Microsoft Baseline Security
Analyzer\mbsacli"
... more >>
Random compiler bug ?
Posted by jon morgan at 10/19/2004 2:25:02 PM
Hi,
Recently I've started to get random compile errors. What happens is that the
compiler "pretends" a Sub or Function in my code doesn't exist.
If I delete and re-insert the Sub/Function declaration - the compiler
completes successfully for a while - then it happens again.
Has anyone e... more >>
Architecture
Posted by James at 10/19/2004 1:35:56 PM
Buidling an API extracts data from a 3rd party application.
The 3rd party application supports around 150 different queries.
Which is better, creating a single class that contains methods
for each query that accepts parameters or creating a class for each query
that provides public set properti... more >>
Access97 mdb creation from VB.NET
Posted by NullRef at 10/19/2004 1:17:01 PM
Hello - I'm trying to create an ACCESS97 database MDB as well as tables w/in
the db all programatically from VB.NET -- is this possible? I've seen
examples for creating Access2000 database using interop w/ "Microsoft ADO
Ext. 2.7 for DDL and Security" BUT I cannot seem to open w/ Access07, i... more >>
Managed to unmanaged
Posted by Rodrigue at 10/19/2004 12:49:11 PM
I have a VB.net application that calls a DLL which is unmanaged. Here is the
prototype
Declare Sub DPGetUwMVRScrDriversInfo Lib "bpemain" (ByRef ArrayX() As
UwMVRScrDriverInfoType)
Everytime the call is made, only data for subscript 0 is returned . I
checked the DLL and I seee the data ... more >>
Exception Management Application Block Problem
Posted by Brad Simon at 10/19/2004 11:59:12 AM
I have seen this problem posted, but the fix posted is not working for me, so
I hope to get some help here.
I am using the EMAB with all of the default settings, and no custom
publisher. It works fine when I am logged in as an Administrator to the
machine, but I get the following error whe... more >>
Startup key
Posted by Wally at 10/19/2004 10:46:45 AM
Hi all. I've wrote, using VB.NET a windows service that starts automatically
at power ON. It works well.
Now I need that my service write a key in the registry for running an
application as soon as a user log on Windows.
I want that this application starts at logon of each user.
In which regist... more >>
Replication/Synchronization Component
Posted by Robert Chapman at 10/19/2004 10:44:21 AM
I have a requirement to implement replication between SQL Server and MSDE on
client machines. Problem is we cannot ask our customers to purchase SQL
Server Enterprise Edition, so we are left with the buy vs build scenario.
Can anyone recommend any components or vendors that offer this
func... more >>
What do you like or dislike from this .NET?
Posted by Olaf Baeyens at 10/19/2004 10:19:12 AM
I am wondering what other people like or dislike about the .NET?
Like: Almost everything except below.
Dislike: The fact that the .NET is not pre-installed on all Windows machines
making it harder to deploy my software.
Dislike: Running a .NET program on a network share without enough
permiss... more >>
Debugging SQL Server Stored procedure help
Posted by David C. Allen at 10/19/2004 10:14:43 AM
I am trying to debug an SQL Server Stored Procedure form VS.NET 2003. I have
a break point set in the SP code but it is not being hit. When I hold the
pointer over the line it says that it will not be hit because:
Unable to bind SQL breakpoint at this time. Object containing breakpoint not
loa... more >>
C# calling DLL written for Windows
Posted by Label over bitmap display at 10/19/2004 9:51:06 AM
I am writing a C# application which is to call a DLL which another group in
the company I work for wrote for a Windows Application.
The functions in the DLL, which I am calling, are all prefaced with "FAR
PASCAL EXPORT".
In my application I have declared:
[DllImport(@("dll path and name")... more >>
Error 1304
Posted by Lisa at 10/19/2004 8:07:06 AM
I bought a program with a MicroNetframe 1.1 I've been trying ti install, but
error 1304 writing to file. how do I fix this error?... more >>
DateTime values not displayed
Posted by Shai Zohar at 10/19/2004 6:57:01 AM
We have encountered the following problem with DOT.NET 2003 development
environment. Sometimes while debugging, we the environment does not display
the values of DateTime variables and fields. Instead of the values, the
environment displays the wording "{System.DateTime}", and instead of the... more >>
How to tell what's in a Collection when doing a watch in debug mode
Posted by pantichd NO[at]SPAM firstenergycorp.com at 10/19/2004 6:41:51 AM
This is a multipart message in MIME format.
--=_alternative 004B3DD385256F32_=
Content-Type: text/plain; charset="us-ascii"
Hello,
When I debug a VB.net program and stop at a breakpoint I'd like to be able
to see what the collection actually contains. In the watch I keep
expanding the "S... more >>
.NET Load time after OS reboot?
Posted by ElbekVejrup at 10/19/2004 2:39:03 AM
I have created a distributed app, with a Windows Forms Client and a Business
Web Service.
The Smart Client is partly a href/exe (The exe is loaded as a href/exe, the
exe contains a Smart Assembly block that loads the rest of the app).
If I place a MessageBox as the first thing in my exe, i... more >>
Java to c# conversion
Posted by K R at 10/19/2004 1:00:45 AM
Hi,
Please let me know the equivalent code to the below code in c#
(ASP.NET).
This below code is written in java.
MyDataString =
#DREDOCID 1
#DREFIELDNAME Price
#DREFIELDVALUE 10
#DREDOCREF http://www.autonomy.com/autonomy/dynamic/autopage442.shtml
#DREFIELDNAME Country
#DREFIELD... more >>
|