B.Sc. of Computer Science from faculty of computer and information sciences -Ain Shams Univ,Cairo,Egypt. I have MCAD.NET,MCSD.NET,MCTS (SQL 2005) Early Achiever ,MCT & C# MVP. I'm INETA User group lead & DotNet Boom supportive development manager for www.dotnetboom.net community as well. I'm working as Consultant as well as Technical Lead. I like to learn more and more about new technologies.I like also to help & share information with others,Keep your eye on my blog.

Monday, November 26, 2007

Part 2 : when ? where ? i have to use NotBot Ajax control

Hi Folks,

I got some questions regarding the using the NotBot Ajax control : Where we can use it ? when ? and some visitors requires the code to use this control.

The answer of when ? You have to plug NotBot Control on your business applications,if it uses Forms authentication then you can put it on Login Page,OW you can put it on your master page incase your site for anonymous users.

The answer of where ? You can drop it on your login page or your master page instead of putting it on each page of your applications or websites.

The code you have to put : (in C#)

protected void Page_Load(object sender, System.EventArgs e)
{
if (!NoBot1.IsValid())
{//trying to automate requests to the page....
// to do..............

}

Hope this helps.....

Regards,
Moustafa arafa

0 comments: