tags:

views:

108

answers:

2

I have an htm page.There i have a link Moreinfo.When we click that link it will go to aspx page.Means here the link Moreinfo More Info... when we click that link it has to go reg.aspx.But its not going,,error is shopwing page not found

Means In my project,i have index.htm.From this page when i click Moreinfo link,,it has to go reg.aspx..How i can go..I copied this proj from my collegue

Nothing is working .both index.htm and reg.aspx are in same site 'b'

A: 

the error means that the aspx page does not exist at the link you are pointing to. either you have given a wrong link or your aspx page does not exist on the path you intend to.

Vikram
Nothing is working .both index.htm and reg.aspx are in same site 'b'
peter
is this the path of your htm - http://localhost/akki/akki/b/index.htm ?
Vikram
+1  A: 

Are you sure the path of the link is correct? The link you have here is showing http://localhost/akki/akki/b/reg.aspx - are you sure there are supposed to be two "akki"s in the path?

Andy White
Means In my project,i have index.htm.From this page when i click Moreinfo link,,it has to go reg.aspx..How i can go..I copied this proj from my collegue
peter
Nothing is working .both index.htm and reg.aspx are in same site 'b'
peter
What does the URL look like when you are looking at index.htm?
Andy White