all groups > dotnet academic > july 2003 > threads for july 15 - 21, 2003
Filter by week: 1 2 3 4 5
login page.aspx(need help)
Posted by Abraham at 7/21/2003 10:20:58 PM
in my sql server database i have a table with the
following fields; i am not sure of the fields coz i am not
expert
username : 'username is email
password : ' not rondamly password the user create it
i have connected this table to ASP.net...
So can anyone give me the code of creating .a... more >>
Uninstalling VS.Net Academic
Posted by Ric at 7/20/2003 11:00:17 PM
I purchased and installed VS.NET Academic a year ago, but
unfortunately have rarely used it, as my focus and
education have changed. I'd like to uninstall, but when
attempting to do so, I receive an error that says it
cannot determine the order of install.
When I attempted to reinstall to ... more >>
System crashes in setup.
Posted by CoMpFreaK321 at 7/18/2003 11:04:32 AM
I bought vstudio.net academic v2003,
i also at this moment had to buy windows 2000 and upgrade
from win98. I upgraded and then ran the vstudio setup.
It ran fine until in the middle of step 2 when without
a warning icon or anything the system just stopped.(froze)
I would like some help from any... more >>
share variables between forms?
Posted by Joe Alan Mackey at 7/18/2003 8:11:52 AM
I have a MDI project. Multiple pages which are not parent child forms.
I want to use a variable I set on form1 on form2, in VB6 I would do
this. "MyText.text = Form2.TextBox1.Text" But that does not work for me.
I have also tried : :Form2.textBox1.text = Me.MyText.Text". The variable
is set... more >>
Method not found: Void System.EventHandler..ctor(System.Object, IntPtr).
Posted by zee at 7/17/2003 5:57:57 AM
Hi!
While trying to run my first web application using
Microsost Visual Studio .net I came up with the following
error:
Method not found: Void System.EventHandler..ctor
(System.Object, IntPtr).
Description: An unhandled exception occurred during the
execution of the current web request. P... more >>
ASP 3.0 in .NET environment
Posted by steve at 7/15/2003 6:00:05 AM
Question - I am using .NET to open an ASP file. When the
file opens the ASP executed and HTML is generated.
However, when I go to look at the source code/script
block there is nothing there. I have gone through the
view menu and looked at the other options and it is
unclear how to view ... more >>
Crystal report View
Posted by Motti Cohen at 7/15/2003 12:49:03 AM
I develop a web Application whit crystal report File.
When I copy the project to main server there was a Error
massage when I tray to view the report
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configura... more >>
|