Click here to Skip to main content
15,891,633 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Not able to run .aspx files on my web domain Pin
Christian Graus15-Nov-07 10:07
protectorChristian Graus15-Nov-07 10:07 
AnswerRe: Not able to run .aspx files on my web domain Pin
pmarfleet15-Nov-07 10:10
pmarfleet15-Nov-07 10:10 
AnswerRe: Not able to run .aspx files on my web domain Pin
Herman<T>.Instance16-Nov-07 1:34
Herman<T>.Instance16-Nov-07 1:34 
QuestionGridViewUpdatingHelp Pin
kenexcelon15-Nov-07 8:27
kenexcelon15-Nov-07 8:27 
QuestionXML help ! Pin
Ridge Howison15-Nov-07 7:44
Ridge Howison15-Nov-07 7:44 
AnswerRe: XML help ! Pin
SABhatti15-Nov-07 8:13
SABhatti15-Nov-07 8:13 
GeneralRe: XML help ! Pin
Ridge Howison15-Nov-07 8:28
Ridge Howison15-Nov-07 8:28 
QuestionUsing ASP.NET and VB to write Javascript [modified] Pin
Jordanwb15-Nov-07 7:24
Jordanwb15-Nov-07 7:24 
I googled and couldn't find anything. What I need to do is write the following using ASP.NET:

<br />
    <script type="text/javascript"><br />
        var linkset=new Array()<br />
        //SPECIFY MENU SETS AND THEIR LINKS. FOLLOW SYNTAX LAID OUT<br />
        <br />
        linkset[0]='<a href="http://dynamicdrive.com">Dynamic Drive</a>'<br />
        linkset[0]+='<a href="http://www.javascriptkit.com">JavaScript Kit</a>'<br />
        linkset[0]+='<a href="http://www.codingforums.com">Coding Forums</a>'<br />
        linkset[0]+='<a href="http://www.cssdrive.com">CSS Drive</a>'<br />
        linkset[0]+='<a href="http://freewarejava.com">Freewarejava</a>'<br />
<br />
        linkset[1]='<a href="http://msnbc.com">MSNBC</a>'<br />
        linkset[1]+='<a href="http://cnn.com">CNN</a>'<br />
        linkset[1]+='<a href="http://news.bbc.co.uk">BBC News</a>'<br />
        linkset[1]+='<a href="http://www.washingtonpost.com">Washington Post</a>'<br />
    </script><br />


It's a pop-out menu and I want the menu and it's sub links (the ones above) to be dynamic aswell. Can this be done?


-- modified at 13:29 Thursday 15th November, 2007
AnswerRe: Using ASP.NET and VB to write Javascript Pin
SABhatti15-Nov-07 8:17
SABhatti15-Nov-07 8:17 
GeneralRe: Using ASP.NET and VB to write Javascript Pin
Jordanwb15-Nov-07 8:39
Jordanwb15-Nov-07 8:39 
GeneralRe: Using ASP.NET and VB to write Javascript Pin
Christian Graus15-Nov-07 9:10
protectorChristian Graus15-Nov-07 9:10 
GeneralRe: Using ASP.NET and VB to write Javascript Pin
Jordanwb15-Nov-07 9:15
Jordanwb15-Nov-07 9:15 
GeneralRe: Using ASP.NET and VB to write Javascript Pin
Christian Graus15-Nov-07 10:54
protectorChristian Graus15-Nov-07 10:54 
GeneralRe: Using ASP.NET and VB to write Javascript Pin
SABhatti15-Nov-07 9:43
SABhatti15-Nov-07 9:43 
AnswerRe: Using ASP.NET and VB to write Javascript Pin
Guffa15-Nov-07 10:12
Guffa15-Nov-07 10:12 
QuestionMicrosoft.Web.UI.WebControls Pin
Gktony15-Nov-07 6:09
Gktony15-Nov-07 6:09 
AnswerRe: Microsoft.Web.UI.WebControls Pin
SABhatti15-Nov-07 8:18
SABhatti15-Nov-07 8:18 
GeneralRe: Microsoft.Web.UI.WebControls Pin
Gktony15-Nov-07 22:35
Gktony15-Nov-07 22:35 
GeneralRe: Microsoft.Web.UI.WebControls Pin
SABhatti16-Nov-07 12:39
SABhatti16-Nov-07 12:39 
GeneralRe: Microsoft.Web.UI.WebControls Pin
Gktony19-Nov-07 0:56
Gktony19-Nov-07 0:56 
QuestionReturn string array from web service Pin
dubbele onzin15-Nov-07 5:57
dubbele onzin15-Nov-07 5:57 
AnswerRe: Return string array from web service Pin
Guffa15-Nov-07 6:07
Guffa15-Nov-07 6:07 
Questiongridview textbox Pin
Big Ralph15-Nov-07 4:35
Big Ralph15-Nov-07 4:35 
AnswerRe: gridview textbox Pin
pmarfleet15-Nov-07 6:45
pmarfleet15-Nov-07 6:45 
Questionweb application gets stuck Pin
Harikrk15-Nov-07 4:21
Harikrk15-Nov-07 4:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.