Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

error in the asp.net(make link)
farhad
#1 Posted : Sunday, 20 September 2009 5:51:26 PM(UTC)
Rank: Newbie

Joined: 4/01/2009(UTC)
Posts: 2

hello,how are you?
I have a link from html page to asp.net page.
there is java menu in the html page.
I want make a like from subMenu jave to asp.net page.
when i make this like show error following.
I need help

A name was started with an invalid character. Error processing resource 'file:///F:/foroughafkar 1.2/login.aspx'. Line 1, ...

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="login.aspx.vb" Inherits="_Default" %>
-^
Roger Martin
#2 Posted : Sunday, 20 September 2009 11:31:30 PM(UTC)
Roger Martin

Rank: Administration

Joined: 3/08/2007(UTC)
Posts: 3,168
Location: Fort Atkinson, WI

Does GSP work when run by itself? If so, then the issue is with how you are linking it. You'll need to provide more details about what you are trying to do in order for me to help.
Roger Martin
Creator and Lead Developer of Gallery Server Pro
farhad
#3 Posted : Monday, 21 September 2009 3:35:02 PM(UTC)
Rank: Newbie

Joined: 4/01/2009(UTC)
Posts: 2

this is contents java menu

var TreeDef = {
"style" :
{
"imgitem" : "img/ats.gif", // Image for leafs
"imgdir" : "img/atg.gif", // Image for directories
"imgdiropen" : "img/ato.gif", // Image for directories in open state
"itemoffset" : {
"x" : "10", "y" : "0"
}
// Offset for a next tree level
},
"position" : {
"absolute" : true, "pos" : [10, 10]
},
// Main items array. In this case has one item Item1
"items" : [
{
"text" : "Item0",
// Subtree definition
"menu" :
{
// Subitems array.
"items" : [ {
"text" : "Visit CodeThat.com!",
"action" :
{
"url" : "http://www.codethat.com",
"target" : "_blank"
}
},
{
"text" : "Call Alert!",
"action" :
{
"js" : "alert('Alert called!');"
}
},
{
"text" : "login member",
"action" :
{
"url" : "login.aspx"
}
} ]
}
} ]
};

attention to the end this menu.when running html page show error up.
I am beginner Programming.I do not Know GSP.
Roger Martin
#4 Posted : Monday, 21 September 2009 11:45:11 PM(UTC)
Roger Martin

Rank: Administration

Joined: 3/08/2007(UTC)
Posts: 3,168
Location: Fort Atkinson, WI

Does GSP work when run by itself?
Roger Martin
Creator and Lead Developer of Gallery Server Pro
Rss Feed  Atom Feed
Users browsing this topic
Guest
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.