all groups > dotnet general > april 2005 > threads for wednesday april 6
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
How to connect Visual Studio with an existent web site?
Posted by Jaime Stuardo at 4/6/2005 11:51:27 PM
Hi all..
In Visual Studio 6 I could connect to an already present web application in
IIS. I tried to do the same in Visual Studio.NET but I didn't find any
option to do that,
Is it possible?
Thanks
Jaime
... more >>
breadcrumbs
Posted by diana suganthy via .NET 247 at 4/6/2005 10:58:29 PM
Hi
I am new to .net Right now i am learning . I have to create a breadcrumbs trails for the Categories and their subcategories as u have seen it in many sites...
Maincetegory > Subcategory >subsubcategory > subsubsubcategory >items
This is the depth of the category.. I user SQL Server 20... more >>
Read UTF8 (mixed byte) file & convert to Unicode
Posted by hunterb at 4/6/2005 10:31:01 PM
I have a file which has no BOM and contains mostly single byte chars. There
are numerous double byte chars (Japanese) which appear throughout. I need to
take the resulting Unicode and store it in a DB and display it onscreen. No
matter which way I open the file, convert it to Unicode/leave it ... more >>
Webapplication testing
Posted by Rajani at 4/6/2005 9:29:01 PM
Hi,
I have developed web application. How can i test the web application(which
tool).
Is it winrunner 7.01 can be used to test dotNET applications?
If so, how can i use it. I am new to testing tools.
Ofcourse its not related to this forum, i hope i will get some info.
THanx in advance ... more >>
Register Now and Learn How to World-Ready Software at Tech•Ed 2005
Posted by Dr. International at 4/6/2005 5:49:50 PM
Did You Know:
a.. By 2010, emerging PC markets like China, Russia and India will add 566
million new PCs. (Source: Forrester Research)
b.. Web users are up to four times more likely to purchase from a site
that communicates in the customer's language. (Source: www.idc.com)
Tech•Ed 200... more >>
Error in OLEDB Transaction
Posted by Eitan at 4/6/2005 4:47:51 PM
Hello,
I am using transaction in aspx code
Set myCon = Server.CreateObject("ADODB.Connection")
myCon .Open = GetConString()
.....
myCon.BeginTrans
....
call myCon.CommitTrans
For a reason I don't know,
I get the message (sometimes) :
MICROSOFT OLE DB PROVIDER FOR ... more >>
# of columns / rows in array
Posted by John Spiegel at 4/6/2005 2:55:14 PM
Hey all,
I can't seem to find a way to determine how many columns or rows are in a
multi-dimensional array. The Length and Rank properties would seem to help,
but I can't seem to find that missing piece. Any ideas?
TIA,
John
... more >>
hex ascii to short
Posted by Bruce Wilhelm at 4/6/2005 1:51:03 PM
I have an ascii file with hex values. I need to read the values and convert
the string to a short. Is there an easy way to do this?... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Problem Using TextReader and Binaray Reader on Same File
Posted by jeffwstevens NO[at]SPAM bellsouth.net at 4/6/2005 11:36:52 AM
I am rewriting a C++ application in C#. This file has a combination of Text
and Binary data.
I used CFile before to read the text. If I hit a certain string that
denotes the following data is binary, I used the current position in the
file and another stream to read to the binary data.
... more >>
TreeList Control
Posted by Jan Kowalski at 4/6/2005 10:22:04 AM
Hi
Does someone know the location, from which I can download something like
TreeList control (multicolumn TreeView), freeware of course.
Thanks in advance,
Jan
... more >>
REPOST-MSOffice manipulation w/ WebPage or SmartClient?
Posted by R Reyes at 4/6/2005 10:03:02 AM
Hi, no one answered so I thought reposting would get this some attention...
What is the best way to manipulate MSOffice programs? I understand that
regular web pages do not have certain permissions (because of safety
measures) to do things like open up MS word/excel programs, for example, fr... more >>
Container for the objects
Posted by Rodolfo at 4/6/2005 9:01:01 AM
How do you create a distribuited application with dotnet?
Is there anys similiar container like Websphere or sunone to distribuite my
clases (entities and business logic)?
TIA
... more >>
Dectecting the Presence of a Windows Service App
Posted by Bob at 4/6/2005 8:28:26 AM
>From within a Windows Form based App, I wish to detected whether or not
a particular Windows Service App is running. What is the best way to do
this? I am writing is vb.net
Thanks,
Bob
... more >>
Visual Studio 2005 Beta 2 question
Posted by Dave Raskin at 4/6/2005 7:23:04 AM
Does anyone have a decent idea of when Visual Studio 2005 Beta 2 comes out?... more >>
Microsoft not content with "dissing" just the Classic VB Developer Army....
Posted by Jim Hubbard at 4/6/2005 6:42:49 AM
It seems that Microsoft not only does not need the classic Visual Basic
developer army (the largest army of developers the world has ever seen), but
now they don't need ANY Windows developer at a small or mid-sized business.
http://groups-beta.google.com/group/microsoft.public.msdn.general/br... more >>
Generic/Adoptive User Interface Design
Posted by Stewart Rogers at 4/6/2005 6:33:04 AM
Hi all,
I have been working on an ASP.NET application that is a kind of wizard ( a
list of sequential pages ). We built that application for the CLIENT-A and it
worked fine. After six months CLIENT-B came along and and requested the same
application but with little bit different requirement... more >>
Long form issue
Posted by VK at 4/6/2005 6:27:29 AM
Hello:
We have a very long form in .Net - issue comes in when a user wants to
submit the form, and due some of error checking we perform, like
required fields left blank the form is not submitted but at the same
time the form doesn't jump to the location where the field is blank
requesting us... more >>
SQLCommand.Prepare method ???
Posted by serge calderara at 4/6/2005 5:39:09 AM
Dear all,
I have read on article that the same SQL querry is call many time, for
perfomramce reaon it is needed to call the SQLCommand.Prepare method before
executing.
What does that prepare really do ? Is it caching somehow the whole select
statement ?
thanks for your reply
Serge... more >>
"Dynamicly" create variables
Posted by Benjamin at 4/6/2005 5:33:06 AM
Hi!
I would like to dim variables using dynamic code, like following:
Dim type as String = "Integer"
Dim variable as [type]
(the issue is in fact about my own types,
but let us isolate the issue using the native types)
Best regards,
Benjamin... more >>
Component or Class
Posted by John S at 4/6/2005 4:27:03 AM
When you go to the Add New Item Dialog box in VB.Net, you're given the option
of adding a Class or a Component Class.
Exactly when should you use each of them?
... more >>
Combobox Bindings Disappear!
Posted by Ros via .NET 247 at 4/6/2005 3:28:52 AM
Currently, I am binding a combobox in a windows app using a=
datatable=2E That works perfectly fine=2E=2E=2E
When user selects an item in the combobox, I will open a new form=
to display some information=2E=2E But once the new form is opened,=
the bindings in my combobox disappears, except ... more >>
Displaying a tooltip in a datagrid cell, tough problem, can it be
Posted by Stephen at 4/6/2005 2:07:02 AM
I'm trying to work with a datagrid column in order to display a tooltip in a
datagrid cell. The reason I am doing this is because I have some long strings
being returned and I don't want the rows of the datagrid expaning down to
much. I basically want to display the first 50 characters in the... more >>
|