all groups > dotnet general > february 2004 > threads for wednesday february 18
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
Intelisense Not Working in Visual Studio.NET
Posted by ericlangland NO[at]SPAM hotmail.com at 2/18/2004 7:01:54 PM
Hello,
I'm sure there's an easy answer for this but I can't seem to figure
out why VS is behaving this way. If I create a new ASP.net project,
the codebehind VB file allows me to type in the name of a control and
when I hit the period all the respective methods and attributes come
up for that o... more >>
System.web.mail
Posted by Mike at 2/18/2004 6:59:12 PM
Hello
I am writing a contact form using system.web.mail
I am using emailMsg.Body = Body.Text; to add the text
How can I add more fields in the body eg.
I can get From, Subject and Message
But I need from, Subject, address, message etc.
Any ideas?
... more >>
Editor Capitalize statements
Posted by Laurence Nuttall at 2/18/2004 5:21:07 PM
In vb 6 when I typed in if then
else
endif
vb 6 would automatically capitalize
the if then else and endif words,
..net does not
How can i get .net to capitalize keywords?
Thanks in Advance,
Laurence Nuttall
Programmer Analyst III
... more >>
MouseOver Event
Posted by MAKYMAX at 2/18/2004 4:31:27 PM
Does anyone know how to attach a "MouseOver" event to an ASP Button and fire the event on the Server Side?
Pls Email me.
Thanks
---
Posted using Wimdows.net NntpNews Component - Posted from .NET's Largest Community Website: http://www.dotnetjunkies.com/newsgroups/... more >>
Pending MSI Reference When Uninstalling Assebly from the GAC
Posted by Jan Kidrud at 2/18/2004 4:28:49 PM
Ones I install an assembly in the GAC, I'm unable to unstall it. This =
diables loading of debug symbols (pdb) of the assembly. This must be a =
well-known issue, but I didn't succeed in finding a description in the =
MS knowledge base. Does anybody know a solution to this symptom?
An example ... more >>
Configuration error & Virtual directory
Posted by J. Muenchbourg at 2/18/2004 4:01:11 PM
I get this configuration error sometimes when trying to call up a
default.aspx or index.aspx homepage on my localhost IIS machine:
Description: An error occurred during the processing of a configuration
file required to service this request. Please review the specific error
details below and m... more >>
Detecting Logged on Users in Win2K domain
Posted by Lee at 2/18/2004 3:40:39 PM
Hi,
Is it possible to detect whether a user is logged into a Win2000/2003
domain? I'm writing a VB.NET app and require this functionality within it.
Any help would be greatly appreciated.
Thanks.
Lee.
... more >>
OT for Jon Skeet
Posted by Cor at 2/18/2004 1:42:54 PM
Jon, I did send this answer in a thread to the dotnet.languages.vb group.
Forgetting that you are not so active in that newsgroup as in others.
I do not like it when I write messages which the subject does not know of.
Hi Erik,
I hope that Jon Skeet does not see this,
> Technically, t... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
can't find error in code
Posted by Lee at 2/18/2004 12:21:11 PM
The following code generates the error "...not all code paths return a value" but I can't find the problem. I have tried putting "return;" or "return 0;" just after the close of the "if" statement with no luc
protected void sGetError(SqlException oException, SqlConnection db
int i
sError = "... more >>
Loading a datagrid
Posted by Tim Marsden at 2/18/2004 10:47:11 AM
Hi,
I want to display the contents of a table in a datagrid. However I don't
want to load all the rows before presenting it to the user. Is there a way I
can load the datagrid a page at a time, load the next page as the user
scrolls down.
Tim
... more >>
Problemos with SQL and ComboBox
Posted by Pepehammer at 2/18/2004 10:39:01 AM
Hi there guys!
I'm still having problems with my ComboBox.
I got a table, in SQL, with two columns, ProductID, ProductDescription.
I want to fill a ComboBox with the ProductDescription column, but when the
user selects an item, I want to return the ProductID, so I guess I got to
fill some... more >>
Repeater Control
Posted by ShijuFrancis at 2/18/2004 10:36:09 AM
Hi All,
I have got a tricky situation out here...
I have got a repeater control in which one column is dropdown list control.
Say for instacnce I have got the values A,B,C,D in the drop down and is having the current value selected as A.
Now I'm selecting C in the drop down.Now the question is h... more >>
can VS.net 2003 load on F or G drive?
Posted by Rich at 2/18/2004 10:01:05 AM
Hello,
I need to load VS.net 2003 on my computer. I noticed that
it automatically loads on C:\Program Files without asking
for a location. My computer C drive doesn't have enough
room on it for VS.net 2003 (and MSDN). Is there a way to
make it load on another drive? I am just checking... more >>
Data marshalling in C++/CLI <-> C++
Posted by <.> at 2/18/2004 9:54:44 AM
Hi,
Is there any good links for datatype interop?
I need to pass some structure pointers into an unmanaged method and return
char* etc but having some problems in my C++/CLI proxy class.
I have a methods with signitures like the following...
unsigned char someMethod(unsigned ch... more >>
Winforms & Crystal Reports: Push model problem
Posted by Karine Proot at 2/18/2004 9:36:10 AM
Hello,
I created two reports :
- OleDbReport.rpt, with an OLE DB (ADO) data source (took only table
'stores' from database 'pubs')
- DataSetReport.rpt, with an ADO.NET DataSet as a data source (this dataset
contains only tables 'stores' as in 'pubs' database)
I created a winform, with a Cr... more >>
Any example of getting assembly version?
Posted by M Kenyon at 2/18/2004 9:26:04 AM
In stead of storing a string in my code of the current version that duplicates the assembly version, can I read the assembly version programatically? Thanks.... more >>
Stream Object
Posted by Jason at 2/18/2004 8:16:05 AM
How can I create a stream object from webservice that returns an image in byte format?... more >>
Is there a bug with RowFilter? It's returning the wrong rows.
Posted by OC at 2/18/2004 7:42:58 AM
I have a datatable for which I have bound a DataView. I have three rows in
the table, with rowid = '12310104', '12314402', and '12315208'.
When I do a dvHdr.RowFilter = '12314402', it returns a count of 1 set to
'12310104' rather than what I am looking for.
However, if I do, say, dvHdr.RowFi... more >>
the primarykey property on the datatable object
Posted by alan at 2/18/2004 7:36:07 AM
Hi
Does primarykey property on the datatable object always need to be set in your code (for use with datarow.find) or should this be set automatically from your database tables primary key coz this dosnt seem to happening for me??
Ta... more >>
DoEvents
Posted by Bobby at 2/18/2004 6:36:09 AM
Hello,
Does anyone know what is the VB.NET equivalent for DoEvents as in VB6
Thanks
Bobby... more >>
What is the ideal platform?? only .Net Framework or .Net Framework with SDK
Posted by Arvind Maurya at 2/18/2004 5:21:06 AM
Hi All
We are facing problems like unable to cast object of a type to same type while calling Activator.GetObject() function. But the same problem disappears when Visual Studio .Net in installed on the server. I have gone through a lot of articles where people have talked about debugging in prod... more >>
Session.AddressBook doesnt find my address lists.
Posted by Kurt at 2/18/2004 4:16:05 AM
Hello. I am writing a C# program that uses CDO 1.21 to access the outlook addressbook as a contact management system
The following code gives me the correct dialog box, but the "Show Names from the:" drop down list box is empty
I opened the correct default profile (i have only 1 profile) and I ... more >>
Getting Error : Invalid PInvoke metadata format. while accessing mysql through Bytefx .net native provider
Posted by banmiku NO[at]SPAM yahoo.com at 2/18/2004 1:56:53 AM
Hi Guies,
I am new to vb.net.
In my project I am using vb.net & MySql 4.0.17 as a backend. For
database connectivity i have downloaded ByteFX - Mysql .net native
provider.
I have written the following code to connect with database:
Imports ByteFX.Data.MySqlClient
Imports System.Data
Pu... more >>
Visual Studio 2003.NET -- so called ease of use
Posted by Travis 'Bailo' Bickel at 2/18/2004 1:18:56 AM
Ok, this one makes me laugh.
It's so funny, I almost want to love Microsoft for creating bullshit
like this.
Here's the problem. When I try to copy a project in Visual Studio 2003.
NET to another server ( something that should be /transparent/ ) the
following error message appears ( thi... more >>
session timeout
Posted by cb NO[at]SPAM cis.fr at 2/18/2004 12:56:08 AM
Hi,
I want to change the session timeout, I try this
- session.timeout =
- <sessionState
mode="InProc
cookieless="false"
timeout="2"
/
It's not work, why
Best regards... more >>
|