Click here to Skip to main content
15,917,645 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Datalist control Pin
Vijayitsb21-Nov-07 1:29
Vijayitsb21-Nov-07 1:29 
Questionplease tell how to work with download accelerator plus with asp.net Pin
lakshmichawala20-Nov-07 22:45
lakshmichawala20-Nov-07 22:45 
AnswerRe: please tell how to work with download accelerator plus with asp.net Pin
Malcolm Smart20-Nov-07 22:58
Malcolm Smart20-Nov-07 22:58 
Question[Message Deleted] Pin
SreejithAchutan20-Nov-07 22:37
SreejithAchutan20-Nov-07 22:37 
AnswerAvoid Postback Pin
SreejithAchutan20-Nov-07 22:54
SreejithAchutan20-Nov-07 22:54 
GeneralRe: Avoid Postback Pin
Malcolm Smart20-Nov-07 22:59
Malcolm Smart20-Nov-07 22:59 
AnswerRe: Avoid Postback Pin
Prateek G20-Nov-07 23:12
Prateek G20-Nov-07 23:12 
GeneralAvoid Postback Pin
SreejithAchutan20-Nov-07 23:40
SreejithAchutan20-Nov-07 23:40 
function launchRemote(idx)
{
idx.disabled=true;
var myRemote= window.open("dumpTest.aspx",idx.id,"height=350,width=110,alwaysLowered=0,alwaysRaised=0,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=1,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=1,toolbar=0,z-lock=0","myWindow");
}


I want to call this javascript in the rowcommand event of grid.bcoz of putting the timer ,the timer will refresh the grid .so the disabled row in grid will be enabled after refreshing.How we avoid this problem of refreshing the row after each postback .
GeneralRe: Avoid Postback Pin
SreejithAchutan20-Nov-07 23:58
SreejithAchutan20-Nov-07 23:58 
QuestionIssue with Dynamic Updates for ModalPopupExtender Pin
Andrew_Thomas20-Nov-07 22:36
Andrew_Thomas20-Nov-07 22:36 
QuestionRe: Issue with Dynamic Updates for ModalPopupExtender Pin
Andrew_Thomas21-Nov-07 6:44
Andrew_Thomas21-Nov-07 6:44 
Questionevent Pin
Sonia Gupta20-Nov-07 22:22
Sonia Gupta20-Nov-07 22:22 
JokeRe: event Pin
N a v a n e e t h20-Nov-07 22:27
N a v a n e e t h20-Nov-07 22:27 
AnswerRe: event Pin
Sun Rays20-Nov-07 22:28
Sun Rays20-Nov-07 22:28 
AnswerRe: event Pin
J4amieC20-Nov-07 22:31
J4amieC20-Nov-07 22:31 
GeneralRe: event Pin
N a v a n e e t h20-Nov-07 22:37
N a v a n e e t h20-Nov-07 22:37 
GeneralRe: event Pin
Malcolm Smart20-Nov-07 22:56
Malcolm Smart20-Nov-07 22:56 
Questionhow can i check my point in my site Pin
Rajeshwar Code- Developer20-Nov-07 22:22
Rajeshwar Code- Developer20-Nov-07 22:22 
AnswerRe: how can i check my point in my site Pin
Sun Rays20-Nov-07 22:26
Sun Rays20-Nov-07 22:26 
GeneralRe: how can i check my point in my site Pin
Rajeshwar Code- Developer20-Nov-07 23:21
Rajeshwar Code- Developer20-Nov-07 23:21 
GeneralRe: how can i check my point in my site Pin
Sun Rays20-Nov-07 23:53
Sun Rays20-Nov-07 23:53 
Question.mdf files, IIS, and FileUpload control Pin
Paul Shaffer20-Nov-07 22:15
Paul Shaffer20-Nov-07 22:15 
QuestionSession state problem Pin
Kissy1620-Nov-07 22:15
Kissy1620-Nov-07 22:15 
AnswerRe: Session state problem Pin
Sun Rays20-Nov-07 22:25
Sun Rays20-Nov-07 22:25 
GeneralRe: Session state problem Pin
Kissy1620-Nov-07 22:32
Kissy1620-Nov-07 22:32 

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.