Wizards in c#

  • Thread starter Thread starter Floppy Jellopy
  • Start date Start date
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
 
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
 
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
 
Works OK here...



Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

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

Back
Top