Click here to Skip to main content
15,885,546 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Database Connection in asp.net Pin
Brij7-Apr-10 20:52
mentorBrij7-Apr-10 20:52 
AnswerRe: Database Connection in asp.net Pin
sashidhar7-Apr-10 21:22
sashidhar7-Apr-10 21:22 
AnswerRe: Database Connection in asp.net Pin
meeram3958-Apr-10 2:58
meeram3958-Apr-10 2:58 
Questionlinq to sql , insert into db using store procedure Pin
tanweer7-Apr-10 19:24
tanweer7-Apr-10 19:24 
AnswerRe: linq to sql , insert into db using store procedure Pin
Arun Jacob7-Apr-10 21:05
Arun Jacob7-Apr-10 21:05 
Questionpass javascript variable to asp.net function Pin
Abdul Rahman Hamidy7-Apr-10 19:14
Abdul Rahman Hamidy7-Apr-10 19:14 
AnswerRe: pass javascript variable to asp.net function Pin
sashidhar7-Apr-10 20:02
sashidhar7-Apr-10 20:02 
GeneralRe: pass javascript variable to asp.net function Pin
Abdul Rahman Hamidy7-Apr-10 20:10
Abdul Rahman Hamidy7-Apr-10 20:10 
well, I am calling openWindowWithArg function in onload of body as bellow
<body onload="openWindowWithArg();">

and the function
<%bindAdvancedFilterData("1,2"); %>;
is asp.net function which I am calling it from javascript.
How to pass javascript variables to asp.net method? which I want to do it as bellow
function openWindowWithArg()
    {
        var myParam = window.dialogArguments;
        var param = document.getElementById('TextBox1');
        param.value = myParam.param;
        //<%bindAdvancedFilterData("1,2"); %>;
        <%bindAdvancedFilterData(param.value); %>;
    }

Abdul Rahaman Hamidy
Database Developer
Kabul, Afghanistan

GeneralRe: pass javascript variable to asp.net function Pin
sashidhar7-Apr-10 20:14
sashidhar7-Apr-10 20:14 
GeneralRe: pass javascript variable to asp.net function Pin
Abdul Rahman Hamidy7-Apr-10 20:20
Abdul Rahman Hamidy7-Apr-10 20:20 
GeneralRe: pass javascript variable to asp.net function Pin
sashidhar7-Apr-10 20:40
sashidhar7-Apr-10 20:40 
GeneralRe: pass javascript variable to asp.net function Pin
Not Active8-Apr-10 1:36
mentorNot Active8-Apr-10 1:36 
AnswerRe: pass javascript variable to asp.net function Pin
Mogamboo_Khush_Hua7-Apr-10 20:35
Mogamboo_Khush_Hua7-Apr-10 20:35 
GeneralRe: pass javascript variable to asp.net function Pin
Abdul Rahman Hamidy7-Apr-10 21:47
Abdul Rahman Hamidy7-Apr-10 21:47 
GeneralRe: pass javascript variable to asp.net function Pin
Mogamboo_Khush_Hua8-Apr-10 0:07
Mogamboo_Khush_Hua8-Apr-10 0:07 
GeneralRe: pass javascript variable to asp.net function Pin
Abdul Rahman Hamidy9-Apr-10 19:20
Abdul Rahman Hamidy9-Apr-10 19:20 
AnswerRe: pass javascript variable to asp.net function Pin
Mogamboo_Khush_Hua7-Apr-10 20:37
Mogamboo_Khush_Hua7-Apr-10 20:37 
QuestionFCKEditor Pin
sriharsha_127-Apr-10 18:56
sriharsha_127-Apr-10 18:56 
AnswerRe: FCKEditor Pin
Anurag Gandhi7-Apr-10 20:37
professionalAnurag Gandhi7-Apr-10 20:37 
GeneralRe: FCKEditor Pin
sriharsha_127-Apr-10 21:15
sriharsha_127-Apr-10 21:15 
Questiondisplay data of dynamique table Pin
amina897-Apr-10 13:11
amina897-Apr-10 13:11 
Question.Net Remoting y it is used Pin
Sandesh M Patil7-Apr-10 7:26
Sandesh M Patil7-Apr-10 7:26 
AnswerRe: .Net Remoting y it is used Pin
Not Active7-Apr-10 8:15
mentorNot Active7-Apr-10 8:15 
AnswerRe: .Net Remoting y it is used Pin
Mogamboo_Khush_Hua7-Apr-10 20:37
Mogamboo_Khush_Hua7-Apr-10 20:37 
AnswerRe: .Net Remoting y it is used Pin
Keith Barrow7-Apr-10 23:38
professionalKeith Barrow7-Apr-10 23:38 

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.