Click here to Skip to main content
15,867,308 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralAsp.net Treeview control Pin
mcirosoftmohan27-Apr-08 12:47
mcirosoftmohan27-Apr-08 12:47 
GeneralAccessing master page controls Pin
Farhad Eft27-Apr-08 9:55
Farhad Eft27-Apr-08 9:55 
GeneralRe: Accessing master page controls Pin
Farhad Eft27-Apr-08 9:59
Farhad Eft27-Apr-08 9:59 
GeneralRe: Accessing master page controls Pin
Christian Graus27-Apr-08 11:26
protectorChristian Graus27-Apr-08 11:26 
Questionhow to use ajax in asp.net 2.0 Pin
salil_k_singh27-Apr-08 9:15
salil_k_singh27-Apr-08 9:15 
GeneralRe: how to use ajax in asp.net 2.0 Pin
Blue_Boy27-Apr-08 9:20
Blue_Boy27-Apr-08 9:20 
GeneralRe: how to use ajax in asp.net 2.0 Pin
Christian Graus27-Apr-08 11:24
protectorChristian Graus27-Apr-08 11:24 
Generaljavascript function work with on project and another one nooooo !!! Pin
kindman_nb27-Apr-08 8:44
kindman_nb27-Apr-08 8:44 
i'm sorry to repeat the question
the first question is :

hi,,
on my project asp.net with c#
I added a javascript item for eg,, name : JS.js
and made the next function :
function PopUpQtyWindow(id)
{
window.open("productqty.aspx?id=" + id, "Cart", "status = 1, height = 150, width = 200, resizable = 0");
}

then on any page i tried to call this function as next :


int prodID = 1 ;
HyperTest.NavigateUrl = "javascript:PopUpQtyWindow(" + prodID + ");";

when running project and press the hyperTest .. Internet status bar message " Error on page " .

the thing that make Confused | :confused: Confused | :confused: that the same code on a solution is work as good and another one doesn't work ..

remark ,, i copy the code as it from the source one to another.

if any one from our friends can aid my i will give him Rose | [Rose] Rose | [Rose] Rose | [Rose]
Big Grin | :-D

jooooo

GeneralRe: javascript function work with on project and another one nooooo !!! Pin
Christian Graus27-Apr-08 11:30
protectorChristian Graus27-Apr-08 11:30 
GeneralRe: javascript function work with on project and another one nooooo !!! Pin
kindman_nb27-Apr-08 11:42
kindman_nb27-Apr-08 11:42 
GeneralRe: javascript function work with on project and another one nooooo !!! Pin
Christian Graus27-Apr-08 12:09
protectorChristian Graus27-Apr-08 12:09 
GeneralRe: javascript function work with on project and another one nooooo !!! Pin
AlexeiXX327-Apr-08 18:57
AlexeiXX327-Apr-08 18:57 
GeneralRe: javascript function work with on project and another one nooooo !!! Pin
kindman_nb27-Apr-08 22:08
kindman_nb27-Apr-08 22:08 
GeneralRe: javascript function work with on project and another one nooooo !!! Pin
kindman_nb27-Apr-08 22:26
kindman_nb27-Apr-08 22:26 
GeneralRe: javascript function work with on project and another one nooooo !!! Pin
AlexeiXX328-Apr-08 5:11
AlexeiXX328-Apr-08 5:11 
GeneralPersistent client side changes Pin
derm227-Apr-08 6:24
derm227-Apr-08 6:24 
GeneralRe: Persistent client side changes Pin
Christian Graus27-Apr-08 11:33
protectorChristian Graus27-Apr-08 11:33 
GeneralRe: Persistent client side changes Pin
derm228-Apr-08 22:18
derm228-Apr-08 22:18 
GeneralRe: Persistent client side changes Pin
Christian Graus28-Apr-08 23:55
protectorChristian Graus28-Apr-08 23:55 
GeneralRe: Persistent client side changes Pin
derm229-Apr-08 2:18
derm229-Apr-08 2:18 
GeneralRe: Persistent client side changes Pin
Christian Graus29-Apr-08 2:26
protectorChristian Graus29-Apr-08 2:26 
GeneralRe: Persistent client side changes Pin
derm229-Apr-08 6:43
derm229-Apr-08 6:43 
Questioncleaing memory on client side -javascript Pin
michael@cohen27-Apr-08 6:22
michael@cohen27-Apr-08 6:22 
GeneralRe: cleaing memory on client side -javascript Pin
Christian Graus27-Apr-08 11:32
protectorChristian Graus27-Apr-08 11:32 
GeneralTimed Exams Pin
Mohammad A Gdeisat27-Apr-08 3:09
Mohammad A Gdeisat27-Apr-08 3:09 

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.