all groups > dotnet general > august 2003 > threads for wednesday august 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 31
using array
Posted by Rvenkatesh at 8/6/2003 11:35:17 PM
How to use array string in C#.Net to compare and replace
characters between strings using function.... more >>
deleted aspnet account by accidnet on XP
Posted by David at 8/6/2003 8:32:13 PM
Can somebody show me how to restore the account step by step using windows
XP (I get easily frustrated with XP)? I know it is an account named
"aspnet_wp account", but recreating with the same name does not do the
trick. I suspect there's more to do with IIS, etc.
When I attempt to open an a... more >>
Dotted Border
Posted by Karuppasamy at 8/6/2003 6:50:02 PM
Hi
I have created a User Control.
I want to set Dotted Border when the control is getting focus and also
set it back to solid border when it loses its focus.
How to do that?
Thanks and regards
Karuppasamy Natarajan
... more >>
Grid
Posted by xp at 8/6/2003 3:52:52 PM
I have a datagrid on my VB.Net form. I am trying to use
the DblClick event of the grid, but when I run the program
and double click on the grid, the event was not evoked.
Why?
Thanks
xp... more >>
.NET runtime penetration (1.0 vs. 1.1)
Posted by Rick Byers at 8/6/2003 3:19:43 PM
We're trying to determine whether we should deploy our app built against
..NET 1.0 or 1.1. We've already decided that until the number of users with
the 1.0 runtime but NOT the 1.1 drops close to zero, we have to support
execution under either environment. In that case, there doesn't seem to be... more >>
No display of object - redux
Posted by Sue at 8/6/2003 2:54:25 PM
Anyone have any ideas on why the code below will show up
in a browser's sourcecode as an empty table, and is not
visible?
aspx:
<headertemplate>
<asp:Table ID="MyTable" runat="server" />
</headertemplate>
codebehind:
Class MyClass....
Protected WithEvents CaseTypeHeaderTable As... more >>
Application Design
Posted by archway at 8/6/2003 2:41:10 PM
Hi,
I am writing an application whereby there is an object model that holds the
data for the application, which is then saved to file. Now, ideally I would
like to open this file and deserialize the object model when the application
loads and then keep this object structure open throughout the... more >>
Bizarre error editing forms
Posted by Craig Graham at 8/6/2003 2:02:40 PM
Don't know which newsgroup this is most suited to.
I have a VB.NET app that has been under development for a few months. I have
edited some of the Designer-generated code, to replace some controls with my
own classes that inherit from the original- but this was quite some time ago
and I've had... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Porting Addin
Posted by Mart Rogers at 8/6/2003 11:41:25 AM
I am porting an Add In from VB6 to VB.Net.
Does anyone know what the equivelent of Application.CodePane and
Application.CodeModule are under .Net?
Thanks.
... more >>
Linkbutton Click event handler not executing
Posted by Assaf Weinberg at 8/6/2003 11:24:35 AM
Using ASP.NET web form with VB.NET
I have a page with a calendar control that
onSelectionChanged builds a table control showing the
events scheduled for the selected calendar days. One of
the columns in this table contains linkbuttons that, when
clicked, should execute some code (current... more >>
.NET Framework deploy and the Setup and Deploy Projects
Posted by Wilson Ricardo Passos Oliveira at 8/6/2003 10:25:45 AM
Hi fellows,
I have two simple questions regarding the Framework's deploy and the Setup
and Deploy Projects:
1. As I've read in another posts and newsgroups (and as I can imagine),
VS.NET IDE isn't capable of create a setup and deploy project and, in a
elegant way, during the setup process... more >>
multidimensionally Array Help???
Posted by Walter at 8/6/2003 8:14:58 AM
Hi Al
I have a question about multidimensionally Arrays
I have an ActiveX EXE with a function
I made a reference to this activeX=20
Now i need to call my Method
Looks like=20
System.Array myArray; // should be an multidimensionally Array
if (Test.MyMethod(ref System.Array myArra... more >>
Excel API
Posted by Clive at 8/6/2003 7:33:30 AM
Hi,
I have an ASP.NET app that does some calculations.
I want to use the built in functions i n Excel e.g Price
etc and other various financial functions rather than
write them.
So all I want to do is use teh Excel API / Object Library
in .NET.
Do I need Excel installed on my web s... more >>
Re: ASP .Net
Posted by Chad Boyce at 8/6/2003 7:24:01 AM
Hi, has anybody had a problem getting into ASP .Net for
the first time in Visual Studio? I get a long message that
says something about... The default Web access mode for
this project is set to file share, but the project folder
at http://localhost/webapplication1 cannot be opened with
the... more >>
File attachment
Posted by julie_auber NO[at]SPAM hotmail.com at 8/6/2003 7:05:42 AM
Hi,
I would to develop a client in java and a web service in C# (with .NET
framework) with DIME. The client upload a file, called the web service
to attach the file and send it to the server. How can i do ? Is it
possible ? Some samples exist ?
Thanks... more >>
Collection of custom entities
Posted by GrumpyDev at 8/6/2003 6:35:38 AM
what is the best way to implement collection
of custom entities?... more >>
IIS & VS.Net 2003 Error
Posted by ailablast at 8/6/2003 2:35:20 AM
Has anyone ever gotten a "HTTP/1.0 503 Service
Unavailable" error when attempting to create a new ASP.Net
web form in VS.NET 2003 Enterprise Arch version? I'm
running XP Pro and IIS5.0. Please help.... more >>
How to make swf file
Posted by HyunKwan,Song at 8/6/2003 1:59:25 AM
hello
Can I make swf(flash file) file using C#?
what I need to make this ?
Do you know any URL to reference this ?
plz, I'll waiting your reply ...
... more >>
Passing data via cookies from ASP to ASPX page.
Posted by Jim Mitchell at 8/6/2003 12:46:45 AM
I save a cookie in my intro ASP page, but I can not seem to read it from my
ASPX page.
In ASP....
Response.Cookies("S2")("UserCompanyID")=rs("Level1")
In the target ASPX page I have....
Dim Cookie2 As HttpCookie
Cookie2 = Request.Cookies("S2")
txtTerrID.Text = Cookie2.Values("User... more >>
Anyone know how to automate Internet Explorer in .NET?
Posted by Kate Gibbs at 8/6/2003 12:29:33 AM
I need to write a simple utility in VB.NET that reads an
Excel file, gets some data from a sheet, then...it needs
to automate internet explorer in a robot manner.
I know that Application Centre Test does something like
this, but it doesn't support viewstate very well, so I
need to write m... more >>
|