Click here to Skip to main content
15,927,937 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionTrusted Login Problem Pin
mihirhp22-Aug-07 0:34
mihirhp22-Aug-07 0:34 
AnswerRe: Trusted Login Problem Pin
R. Giskard Reventlov22-Aug-07 0:37
R. Giskard Reventlov22-Aug-07 0:37 
QuestionCompilation error Pin
Big Ralph22-Aug-07 0:31
Big Ralph22-Aug-07 0:31 
AnswerRe: Compilation error Pin
Goalie3522-Aug-07 3:11
Goalie3522-Aug-07 3:11 
QuestionAssigning roles to users using Windows Authentication Pin
JacquesDP22-Aug-07 0:10
JacquesDP22-Aug-07 0:10 
QuestionHow to refresh? Pin
kiran@p2softech21-Aug-07 23:53
kiran@p2softech21-Aug-07 23:53 
AnswerRe: How to refresh? Pin
Michael Sync22-Aug-07 0:01
Michael Sync22-Aug-07 0:01 
AnswerRe: How to refresh? Pin
\laddie24-Aug-07 0:45
\laddie24-Aug-07 0:45 
Use Javascript like something below.

Assuming you need to update a button with id "TestButton"
document.getElementById("TestButton").Value = "TestData";

If you require it to be more complex operation you will heva to use the XMLHttp object to retrieve value and use JS to update the control.

Thank you
Laddie
QuestionLoading Images to the page on SCROLLING only Pin
jophinmichael21-Aug-07 23:37
jophinmichael21-Aug-07 23:37 
AnswerRe: Loading Images to the page on SCROLLING only Pin
SimulationofSai22-Aug-07 0:00
SimulationofSai22-Aug-07 0:00 
QuestionBrowser compatibility problem! Pin
Affan Toor21-Aug-07 23:35
Affan Toor21-Aug-07 23:35 
AnswerRe: Browser compatibility problem! Pin
Christian Graus22-Aug-07 0:44
protectorChristian Graus22-Aug-07 0:44 
GeneralRe: Browser compatibility problem! Pin
Affan Toor22-Aug-07 18:50
Affan Toor22-Aug-07 18:50 
QuestiongridView control Pin
sangramkp21-Aug-07 23:35
sangramkp21-Aug-07 23:35 
AnswerRe: gridView control Pin
Christian Graus22-Aug-07 0:46
protectorChristian Graus22-Aug-07 0:46 
QuestionFetching Value From a runtime textbox Pin
mani_iips21-Aug-07 23:33
mani_iips21-Aug-07 23:33 
AnswerRe: Fetching Value From a runtime textbox Pin
Michael Sync21-Aug-07 23:58
Michael Sync21-Aug-07 23:58 
GeneralRe: Fetching Value From a runtime textbox Pin
mani_iips26-Aug-07 22:47
mani_iips26-Aug-07 22:47 
QuestionCaching in asp.net 2.0 Pin
krishsenthilraj21-Aug-07 23:29
krishsenthilraj21-Aug-07 23:29 
AnswerRe: Caching in asp.net 2.0 Pin
Guffa21-Aug-07 23:46
Guffa21-Aug-07 23:46 
Questioncode for a template Pin
Dunc093621-Aug-07 23:26
Dunc093621-Aug-07 23:26 
AnswerRe: code for a template Pin
Mark Churchill22-Aug-07 17:55
Mark Churchill22-Aug-07 17:55 
QuestionOnline Quiz wanted to show questions in random order Pin
chitra8121-Aug-07 23:14
chitra8121-Aug-07 23:14 
AnswerRe: Online Quiz wanted to show questions in random order Pin
John-ph21-Aug-07 23:46
John-ph21-Aug-07 23:46 
GeneralRe: Online Quiz wanted to show questions in random order Pin
Virendrak24-Aug-07 1:30
Virendrak24-Aug-07 1:30 

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.