Click here to Skip to main content
15,897,518 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDo I need to issue Http Code 301 when I use Response.Redirect ? Pin
Nadia Monalisa23-May-10 18:59
Nadia Monalisa23-May-10 18:59 
AnswerRe: Do I need to issue Http Code 301 when I use Response.Redirect ? Pin
Yusuf23-May-10 19:16
Yusuf23-May-10 19:16 
GeneralRe: Do I need to issue Http Code 301 when I use Response.Redirect ? Pin
Nadia Monalisa23-May-10 20:19
Nadia Monalisa23-May-10 20:19 
GeneralRe: Do I need to issue Http Code 301 when I use Response.Redirect ? Pin
Not Active24-May-10 1:49
mentorNot Active24-May-10 1:49 
Questioncustom AjaxEditorControl Pin
jitendrafaye23-May-10 18:35
jitendrafaye23-May-10 18:35 
AnswerRe: custom AjaxEditorControl Pin
barby.barby21-Feb-11 19:49
barby.barby21-Feb-11 19:49 
QuestionDynamic Table Row creation Pin
dwadasi23-May-10 18:29
dwadasi23-May-10 18:29 
AnswerRe: Dynamic Table Row creation Pin
Viral Upadhyay23-May-10 18:43
Viral Upadhyay23-May-10 18:43 
let say you have table name 'tblData'.
Now if you want to add table row then create table row by
TableRow tr = new TableRow();

Create table cell and add it to table row
TableCell tbcell = new TableCell();
tr.Controls.Add(tbcell);


Then add it to your table
tblData.Controls.Add(tr);


GeneralRe: Dynamic Table Row creation Pin
Dalek Dave23-May-10 23:30
professionalDalek Dave23-May-10 23:30 
GeneralRe: Dynamic Table Row creation Pin
Viral Upadhyay23-May-10 23:55
Viral Upadhyay23-May-10 23:55 
Questionjava script function call don't stop. Pin
buffering8323-May-10 16:46
buffering8323-May-10 16:46 
AnswerRe: java script function call don't stop. Pin
Not Active23-May-10 18:08
mentorNot Active23-May-10 18:08 
Questiontransaction stoppage or resume Pin
netsooz (Amir Hamidi)23-May-10 5:30
netsooz (Amir Hamidi)23-May-10 5:30 
AnswerRe: transaction stoppage or resume [modified] Pin
Blue_Boy23-May-10 11:57
Blue_Boy23-May-10 11:57 
QuestionOnline Exam System Pin
Feras Mazen Taleb23-May-10 4:34
Feras Mazen Taleb23-May-10 4:34 
AnswerRe: Online Exam System Pin
Blue_Boy23-May-10 12:05
Blue_Boy23-May-10 12:05 
GeneralRe: Online Exam System Pin
Feras Mazen Taleb23-May-10 16:33
Feras Mazen Taleb23-May-10 16:33 
QuestionClient Side Drop Down Pin
JC.KaNNaN23-May-10 3:58
JC.KaNNaN23-May-10 3:58 
AnswerRe: Client Side Drop Down [modified] Pin
daveyerwin23-May-10 5:57
daveyerwin23-May-10 5:57 
GeneralRe: Client Side Drop Down Pin
JC.KaNNaN24-May-10 7:16
JC.KaNNaN24-May-10 7:16 
QuestionDisplay Images dynamically at runtime from a web site Pin
Eagle3223-May-10 1:39
Eagle3223-May-10 1:39 
AnswerRe: Display Images dynamically at runtime from a web site Pin
Not Active23-May-10 3:34
mentorNot Active23-May-10 3:34 
GeneralRe: Display Images dynamically at runtime from a web site Pin
Eagle3223-May-10 6:36
Eagle3223-May-10 6:36 
GeneralRe: Display Images dynamically at runtime from a web site Pin
Not Active23-May-10 7:39
mentorNot Active23-May-10 7:39 
GeneralRe: Display Images dynamically at runtime from a web site Pin
Eagle3223-May-10 12:43
Eagle3223-May-10 12: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.