Wizards in c#

T

TJS

article link ?


clintonG said:
This is the best article [1] I've found myself but you'll have to do the
work to convert from VB to C#. It is well worth the download and install
and study of the code.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/



kremlins said:
Hi, how do I create a wizard in C# or C++.NET

Thanks in advance
 
C

clintonG

Doh! %-)

http://www.ftponline.com/vsm/2003_04/magazine/columns/aspnet/

<%= Clinton Gallagher





TJS said:
article link ?


clintonG said:
This is the best article [1] I've found myself but you'll have to do the
work to convert from VB to C#. It is well worth the download and install
and study of the code.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/



kremlins said:
Hi, how do I create a wizard in C# or C++.NET

Thanks in advance
 
J

Jon Paal

that site is a mess. can't login without getting this error


Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set
to an instance of an object.

Source Error:


Line 20:
Line 21: Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) Handles
MyBase.Load
Line 22: If Request.UserAgent.ToLower().IndexOf("googlebot") > -1 Then
Line 23: 'utility.SendSmtpEmail("(e-mail address removed)", "(e-mail address removed)",
"GoogleBot is here!", "GoogleBot visited")
Line 24: End If


Source File: d:\webdev\ftponline\Default.aspx Line: 22


clintonG said:
Doh! %-)

http://www.ftponline.com/vsm/2003_04/magazine/columns/aspnet/

<%= Clinton Gallagher





TJS said:
article link ?


clintonG said:
This is the best article [1] I've found myself but you'll have to do the
work to convert from VB to C#. It is well worth the download and install
and study of the code.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/



Hi, how do I create a wizard in C# or C++.NET

Thanks in advance
 
J

Juan T. Llibre

Works OK here...





Jon Paal said:
that site is a mess. can't login without getting this error


Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the error and where it
originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an
instance of an object.

Source Error:


Line 20:
Line 21: Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) Handles MyBase.Load
Line 22: If Request.UserAgent.ToLower().IndexOf("googlebot") > -1 Then
Line 23: 'utility.SendSmtpEmail("(e-mail address removed)", "(e-mail address removed)", "GoogleBot is
here!", "GoogleBot visited")
Line 24: End If


Source File: d:\webdev\ftponline\Default.aspx Line: 22


clintonG said:
Doh! %-)

http://www.ftponline.com/vsm/2003_04/magazine/columns/aspnet/

<%= Clinton Gallagher





TJS said:
article link ?


This is the best article [1] I've found myself but you'll have to do the work to
convert from VB to C#. It is well worth the download and install and study of the
code.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/



Hi, how do I create a wizard in C# or C++.NET

Thanks in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top