all groups > dotnet general > november 2003 > threads for sunday november 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
newbie-.net
Posted by ark at 11/9/2003 10:35:05 PM
Is asp.net different from visual studio.net or is it a
part of visual studio.net?
Please give me brief elicidation about these technologies ... more >>
Dear MICROSOFT, more details on Partial Types, PLEASE.....
Posted by nospam at 11/9/2003 9:06:04 PM
Ok, I asked this question before and I also looked at the book "First Look
at ASP.NET 2.0"
I also read Paul wilson's web page explanation. HOWEVER......
The book and that web page talks about partial types and that IF you have a
Extends keyword, I think, before the class name AND the same Nam... more >>
Crystal Report Error
Posted by joo at 11/9/2003 7:54:20 PM
I wrote report printing program.
Executable program file name is "DMPOP.exe".
So, I run this program using doulbe click. It works well.
but, I run this executalbe using Windows Service, It
didn't work.
The Error message is "User canceled the operation".
please help me.
Thanks in adv... more >>
C# : When exactly should a StringBuilder be used?
Posted by gicio NO[at]SPAM web.de at 11/9/2003 7:06:31 PM
Hi!
I'm very interesting in when to use exactly the StringBuilder?
For example for something like this?:
String strTest1 = "This";
String strTest2 = "Test";
StringBuilder stbTest = new StringBuilder();
stbTest.Append(strTest1). Append("is a "). Append(stbTest);
can someone provide s... more >>
Appace instead of IIS for .net
Posted by Ashis Govind at 11/9/2003 6:47:14 PM
Hi,
Has anyone used Apache as the webserver instead of IIS?
What are the issues? Any technical documentation?
Thanks
Ashis... more >>
Datagrid to sql database
Posted by EMW at 11/9/2003 6:31:43 PM
How can I put everything that is in a datagrid into a SQL server database
(which should be readable by an PocketPC program)?
There is probably a simple solution for it, but as always it is difficult to
find it in the jungle of MSDN.
thanks!
Eric
... more >>
.NET & the command prompt
Posted by Kim Ipsen at 11/9/2003 1:29:19 PM
Hi.
I don't know if this possible but how would you do it if
you wanted to send commands til the comman prompt (and
preferrably also receive the output from the command
prompt - though not necessary!) ?
I need to send a number of commands to the command prompt
and I can't really use th... more >>
Trouble getting selected Index from dropdownlist bound to datareader.
Posted by Billy Jacobs at 11/9/2003 9:32:50 AM
Fairly Complicated Problem:
1. I have a C# web application.
2. I have a web form with 3 drop down list controls and
other text box controls for updating user information.
3. There is a submit button.
4. On the page_load of the webform I databind three
dropdownlist controls to a different da... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Do drag n drop in VB.Net in fifteen lines of code - (too easy)
Posted by James Allen Bressem at 11/9/2003 7:33:07 AM
- hehe - When you're explaining every angle of a socio economic scenario in
the context of a review of current technical issues it can take a little
time to get it right - slibS, slibW, slibD (so let it be Written, so let it
be Said, so let it be Done)
I was searching through the MSDN document... more >>
fail to install IBuySpy Store
Posted by simon at 11/9/2003 6:22:05 AM
Hello All,
I posted this question on the forums on asp.net web site. Problem is that
the forums are moderated and it took forever to get posted. Therefore, I
hope I have better luck here.
I am trying to install the IBuySpy Store that I downloaded. But I keep
getting the installation fail... more >>
Global Date Filter for DataAdapter?
Posted by Toby at 11/9/2003 3:41:02 AM
I've a DataAdapter with:
SELECT ID, Employee, [Date], Period_End_Date, Job, Description, Exported,
Units, Cost_Code, Category, Class, Chargeout_Level, PayID, Rate
FROM tblTimeEntry
WHERE (Employee LIKE ?) AND (Period_End_Date = ?)
ORDER BY [Date]
I then get my Data by the f... more >>
HLP: Printing an Array
Posted by Mr. B at 11/9/2003 2:41:02 AM
I've a 3D array --> myArray(14, 20)
This array contains both Text and Numbers.
What I'd like to do is to have a "Simple" output to Print.
Nothing fancy on Text and stuff (the default of FixedSys font I will use is
plenty).
But I want to line up my information in 'fixed' Columns. And the... more >>
|