Click here to Skip to main content
15,919,422 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: ActiveX problem Pin
archetype14-Sep-04 4:01
archetype14-Sep-04 4:01 
GeneralRe: ActiveX problem Pin
Mekong River14-Sep-04 5:10
Mekong River14-Sep-04 5:10 
GeneralTimers & Buttons Pin
Anonymous14-Sep-04 1:06
Anonymous14-Sep-04 1:06 
GeneralRe: Timers & Buttons Pin
pbpb14-Sep-04 1:46
pbpb14-Sep-04 1:46 
GeneralProblem opening design Pin
gbarry13-Sep-04 23:58
gbarry13-Sep-04 23:58 
GeneralRe: Problem opening design Pin
Purple Monk14-Sep-04 2:15
Purple Monk14-Sep-04 2:15 
QuestionHow to access any process's memory Pin
Member 136563313-Sep-04 23:24
Member 136563313-Sep-04 23:24 
Generalpassing a variable from VB.Net to ASP Page Pin
njppp13-Sep-04 21:23
njppp13-Sep-04 21:23 
I'm trying to pass a variable from a vb.net page to an ASP Page to generate a javascript.
Hers's the code in VB.net
Dim ScriptString As String = "<script type='text/javascript'>function Go(){return}</script>"<br />
   ScriptString += "<script type='text/javascript' src='exmplmenu_var.asp ?Ordlkp=False'></script>"<br />
   ScriptString += "<script type='text/javascript' src='menu_com.js'></script>"

Here's the code in ASP to retrive the same
<%if request.QueryString("OrdLkp") then %><br />
	Menu1=new Array("Order LookUp","http://www.dynamicdrive.com","",4,20,138);<br />
	Menu1_1=new Array("Search By Order No","blank.htm","",0,20,138);	<br />
	Menu1_2=new Array("Search By Reference","http://www.cnn.com","",0,20,138);<br />
	Menu1_3=new Array("Search By Order Date","http://www.abcnews.com","",0);<br />
	Menu1_4=new Array("View Jobs on Query","http://www.msnbc.com","",0);<br />
                <br />
<%end if%>

But I am recieving errors at the page.Could anybosy pls tell me where I'm going wrong.

Also,if I wanted to pass a boolean variable instead of the hard coded false value.How can I do that?
Thanks n regards


g
GeneralRe: passing a variable from VB.Net to ASP Page Pin
Dave Kreskowiak14-Sep-04 3:39
mveDave Kreskowiak14-Sep-04 3:39 
QuestionAddressOf in Vb.net?? Pin
Member 129565013-Sep-04 16:28
Member 129565013-Sep-04 16:28 
AnswerRe: AddressOf in Vb.net?? Pin
Hadi Fakhreddine13-Sep-04 21:02
Hadi Fakhreddine13-Sep-04 21:02 
GeneralRe: AddressOf in Vb.net?? Pin
Member 129565013-Sep-04 21:37
Member 129565013-Sep-04 21:37 
GeneralI couldn't get the first row from excel file. Pin
kokain13-Sep-04 15:14
kokain13-Sep-04 15:14 
GeneralRe: I couldn't get the first row from excel file. Pin
Dave Kreskowiak14-Sep-04 3:35
mveDave Kreskowiak14-Sep-04 3:35 
GeneralRe: I couldn't get the first row from excel file. Pin
Anonymous15-Sep-04 4:18
Anonymous15-Sep-04 4:18 
GeneralRe: I couldn't get the first row from excel file. Pin
Dave Kreskowiak15-Sep-04 15:07
mveDave Kreskowiak15-Sep-04 15:07 
GeneralRe: I couldn't get the first row from excel file. Pin
kokain15-Sep-04 15:59
kokain15-Sep-04 15:59 
GeneralAuto Windows Volume Control Pin
bitpusher13-Sep-04 14:07
bitpusher13-Sep-04 14:07 
GeneralRe: Auto Windows Volume Control Pin
Anonymous13-Sep-04 15:55
Anonymous13-Sep-04 15:55 
GeneralRe: Auto Windows Volume Control Pin
bitpusher13-Sep-04 16:36
bitpusher13-Sep-04 16:36 
GeneralRe: Auto Windows Volume Control Pin
Anonymous13-Sep-04 18:43
Anonymous13-Sep-04 18:43 
GeneralRe: Auto Windows Volume Control Pin
Dave Kreskowiak14-Sep-04 1:48
mveDave Kreskowiak14-Sep-04 1:48 
Generaldatagrid Manipulation vb.net Pin
sribusam13-Sep-04 13:11
sribusam13-Sep-04 13:11 
GeneralWord Com Addin Pin
shinay13-Sep-04 12:25
shinay13-Sep-04 12:25 
GeneralRe: Word Com Addin Pin
pascalganaye14-Sep-04 3:24
pascalganaye14-Sep-04 3:24 

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.