Click here to Skip to main content
15,889,931 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionrequest project website from other PC in network Pin
piyush_patel111131-Jul-08 4:53
piyush_patel111131-Jul-08 4:53 
AnswerRe: request project website from other PC in network Pin
Bassam Saoud31-Jul-08 12:02
Bassam Saoud31-Jul-08 12:02 
GeneralRe: request project website from other PC in network Pin
piyush_patel11114-Aug-08 23:23
piyush_patel11114-Aug-08 23:23 
Questioncheck and click programmattically Pin
caradri31-Jul-08 4:21
caradri31-Jul-08 4:21 
QuestionRequired fields in a gridview [modified] - Answered Pin
Dan Neely31-Jul-08 4:07
Dan Neely31-Jul-08 4:07 
AnswerRe: Required fields in a gridview [modified] - Answered Pin
eyeseetee31-Jul-08 4:31
eyeseetee31-Jul-08 4:31 
QuestionRunning javascript from server side. Pin
JimBob SquarePants31-Jul-08 3:43
JimBob SquarePants31-Jul-08 3:43 
AnswerRe: Running javascript from server side. Pin
led mike31-Jul-08 4:44
led mike31-Jul-08 4:44 
JimBob SquarePants wrote:
I'm calling the javascript from the dataview databinding sub on the server side


No you are not. Server side code cannot call/execute client side code.

JimBob SquarePants wrote:
How can I call the javascript eveytime the index is changed on my gridview??


As I stated above you can't. What one can do is take advantage of whatever client side mechanism they are using, like body.onload event, to execute javascript code. In your case since you are using an Ajax call (update panel) then you need to use whatever mechanism it supplies to execute client code upon return of the request to the browser.


led mike

GeneralRe: Running javascript from server side. Pin
JimBob SquarePants31-Jul-08 5:20
JimBob SquarePants31-Jul-08 5:20 
GeneralRe: Running javascript from server side. Pin
led mike31-Jul-08 5:27
led mike31-Jul-08 5:27 
GeneralRe: Running javascript from server side. Pin
JimBob SquarePants31-Jul-08 6:42
JimBob SquarePants31-Jul-08 6:42 
QuestionUse multiple queries to update a db from a gridview Pin
Dan Neely31-Jul-08 3:36
Dan Neely31-Jul-08 3:36 
Questionhow to make a Task Scheduler in asp.net Pin
dream_liner_7e731-Jul-08 1:33
dream_liner_7e731-Jul-08 1:33 
AnswerRe: how to make a Task Scheduler in asp.net Pin
Ashfield31-Jul-08 1:37
Ashfield31-Jul-08 1:37 
QuestionRe: how to make a Task Scheduler in asp.net Pin
dream_liner_7e731-Jul-08 1:56
dream_liner_7e731-Jul-08 1:56 
AnswerRe: how to make a Task Scheduler in asp.net Pin
Paddy Boyd31-Jul-08 2:12
Paddy Boyd31-Jul-08 2:12 
JokeRe: how to make a Task Scheduler in asp.net Pin
Brady Kelly31-Jul-08 2:53
Brady Kelly31-Jul-08 2:53 
GeneralRe: how to make a Task Scheduler in asp.net Pin
Paddy Boyd31-Jul-08 2:58
Paddy Boyd31-Jul-08 2:58 
GeneralRe: how to make a Task Scheduler in asp.net Pin
dream_liner_7e731-Jul-08 5:52
dream_liner_7e731-Jul-08 5:52 
AnswerRe: how to make a Task Scheduler in asp.net Pin
Ashfield31-Jul-08 4:32
Ashfield31-Jul-08 4:32 
Questionhiding a div in c# code Pin
eyeseetee31-Jul-08 1:29
eyeseetee31-Jul-08 1:29 
AnswerRe: hiding a div in c# code Pin
Paddy Boyd31-Jul-08 2:13
Paddy Boyd31-Jul-08 2:13 
QuestionValidation issue in asp.net [modified] Pin
trilokharry31-Jul-08 1:26
trilokharry31-Jul-08 1:26 
AnswerRe: Validation issue in asp.net Pin
Nouman Bhatti31-Jul-08 2:49
Nouman Bhatti31-Jul-08 2:49 
GeneralRe: Validation issue in asp.net Pin
trilokharry31-Jul-08 3:43
trilokharry31-Jul-08 3:43 

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.