Click here to Skip to main content
15,884,177 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionUpdate Panel is not working in Google Chrome and Safari Pin
RajeshKalisetti28-Apr-10 0:37
RajeshKalisetti28-Apr-10 0:37 
QuestionCrystal Report Field Length Problem Pin
rhtbhegade28-Apr-10 0:36
rhtbhegade28-Apr-10 0:36 
Questiondelete items Pin
Morgs Morgan28-Apr-10 0:17
Morgs Morgan28-Apr-10 0:17 
AnswerRe: delete items Pin
Brij28-Apr-10 0:24
mentorBrij28-Apr-10 0:24 
GeneralRe: delete items Pin
Morgs Morgan28-Apr-10 1:13
Morgs Morgan28-Apr-10 1:13 
GeneralRe: delete items Pin
Brij28-Apr-10 6:54
mentorBrij28-Apr-10 6:54 
AnswerRe: delete items Pin
Not Active28-Apr-10 0:57
mentorNot Active28-Apr-10 0:57 
QuestionPreviousPage | asp.net 2.0 Pin
Karan_TN27-Apr-10 23:26
Karan_TN27-Apr-10 23:26 
hi,
currently i m working in asp.net 2.0 (2005).
1st time i m using the previousPage process.i tried to retrive a hidden variable (source page) value to my destination page.

1. i set the PostBackURl as my destination page on the button click on source page
2. i put the following coding in the destination onload event.
if ((PreviousPage != null) && (PreviousPage.IsCrossPagePostBack))
            Label1.Text = System generated ID : " + Convert.ToString(PreviousPage.FindControl("HidTest"));

but always the PreviousPage is null and not coming inside the loop.

help me please - Karan
AnswerRe: PreviousPage | asp.net 2.0 Pin
michaelschmitt28-Apr-10 3:42
michaelschmitt28-Apr-10 3:42 
QuestionCrystal Report Formatting with CSS Pin
Shivan Nandan27-Apr-10 21:05
Shivan Nandan27-Apr-10 21:05 
Questionchange an image to the color.. Pin
@nisha 2n27-Apr-10 19:54
@nisha 2n27-Apr-10 19:54 
AnswerRePost : Already asked in other forum. Pin
nagendrathecoder27-Apr-10 19:57
nagendrathecoder27-Apr-10 19:57 
AnswerRe: change an image to the color.. Pin
Shivan Nandan28-Apr-10 0:11
Shivan Nandan28-Apr-10 0:11 
AnswerRe: change an image to the color.. Pin
Sandesh M Patil28-Apr-10 0:11
Sandesh M Patil28-Apr-10 0:11 
Questionhow to Concatenate values from gridview to textbox in asp.net Pin
diyaa_0827-Apr-10 19:34
diyaa_0827-Apr-10 19:34 
AnswerRe: how to Concatenate values from gridview to textbox in asp.net [modified] Pin
nagendrathecoder27-Apr-10 19:46
nagendrathecoder27-Apr-10 19:46 
GeneralRe: how to Concatenate values from gridview to textbox in asp.net Pin
diyaa_0827-Apr-10 20:52
diyaa_0827-Apr-10 20:52 
GeneralRe: how to Concatenate values from gridview to textbox in asp.net Pin
nagendrathecoder27-Apr-10 21:22
nagendrathecoder27-Apr-10 21:22 
QuestionProblem with Dropdownlist (DDL) box... Pin
<<Tash18>>27-Apr-10 19:29
<<Tash18>>27-Apr-10 19:29 
AnswerRe: Problem with Dropdownlist (DDL) box... Pin
Ankur\m/27-Apr-10 20:04
professionalAnkur\m/27-Apr-10 20:04 
GeneralRe: Problem with Dropdownlist (DDL) box... Pin
<<Tash18>>27-Apr-10 21:22
<<Tash18>>27-Apr-10 21:22 
AnswerRe: Problem with Dropdownlist (DDL) box... Pin
nagendrathecoder27-Apr-10 21:27
nagendrathecoder27-Apr-10 21:27 
GeneralRe: Problem with Dropdownlist (DDL) box... Pin
<<Tash18>>27-Apr-10 21:43
<<Tash18>>27-Apr-10 21:43 
AnswerRe: Problem with Dropdownlist (DDL) box... Pin
Ankur\m/27-Apr-10 21:29
professionalAnkur\m/27-Apr-10 21:29 
GeneralRe: Problem with Dropdownlist (DDL) box... Pin
<<Tash18>>27-Apr-10 21:42
<<Tash18>>27-Apr-10 21:42 

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.