Click here to Skip to main content
15,906,816 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: GridView visibility issue Pin
Not Active18-Aug-06 5:49
mentorNot Active18-Aug-06 5:49 
QuestionGridView event fired twice Pin
Talal Sultan18-Aug-06 4:42
Talal Sultan18-Aug-06 4:42 
AnswerRe: GridView event fired twice Pin
minhpc_bk19-Aug-06 4:02
minhpc_bk19-Aug-06 4:02 
GeneralRe: GridView event fired twice Pin
Talal Sultan20-Aug-06 20:15
Talal Sultan20-Aug-06 20:15 
GeneralRe: GridView event fired twice Pin
Talal Sultan20-Aug-06 20:59
Talal Sultan20-Aug-06 20:59 
QuestionProblem using PreviousPage Property Pin
Jay_se18-Aug-06 3:43
Jay_se18-Aug-06 3:43 
AnswerRe: Problem using PreviousPage Property Pin
minhpc_bk18-Aug-06 12:27
minhpc_bk18-Aug-06 12:27 
GeneralRe: Problem using PreviousPage Property [modified] Pin
Jay_se18-Aug-06 18:05
Jay_se18-Aug-06 18:05 
I am tried with refering the NamingContainer before refering the actual control (Label), which is placed within that NamingContainer. It also gives me the output null.

In my previous page, the Label control present within the tag,

<asp:Content ID="Content5" ContentPlaceHolderID="BodyContent" Runat="Server">

</asp:content>

In my second page (using same masterpage) code behind file, i am refering like this,( in Page_Load event)

ContentPlaceHolder myContent = (ContentPlaceHolder)Page.PreviousPage.FindControl("BodyContent");

Still it returns null.



-- modified at 0:05 Saturday 19th August, 2006


-- modified at 0:06 Saturday 19th August, 2006

Regards,

Jay

Questiondatagrid binding with database table rows as columns Pin
gbabu1718-Aug-06 3:05
gbabu1718-Aug-06 3:05 
AnswerRe: datagrid binding with database table rows as columns Pin
minhpc_bk18-Aug-06 12:28
minhpc_bk18-Aug-06 12:28 
Questiondropdownlist value from dataset is displayed incorrectly Pin
digsy_18-Aug-06 2:59
digsy_18-Aug-06 2:59 
AnswerRe: dropdownlist value from dataset is displayed incorrectly Pin
Naveed Kamboh18-Aug-06 3:07
Naveed Kamboh18-Aug-06 3:07 
GeneralRe: dropdownlist value from dataset is displayed incorrectly Pin
digsy_18-Aug-06 5:25
digsy_18-Aug-06 5:25 
AnswerRe: dropdownlist value from dataset is displayed incorrectly Pin
postmaster@programmingknowledge.com18-Aug-06 3:18
postmaster@programmingknowledge.com18-Aug-06 3:18 
QuestionAsp.net + Hiding Tree View nodes ? Pin
Naveed Kamboh18-Aug-06 2:58
Naveed Kamboh18-Aug-06 2:58 
AnswerRe: Asp.net + Hiding Tree View nodes ? Pin
Ryomin18-Aug-06 7:30
professionalRyomin18-Aug-06 7:30 
GeneralRe: Asp.net + Hiding Tree View nodes ? Pin
Naveed Kamboh22-Aug-06 23:42
Naveed Kamboh22-Aug-06 23:42 
Questionpopup menu on right click on datagrid Pin
248912818-Aug-06 2:55
248912818-Aug-06 2:55 
AnswerRe: popup menu on right click on datagrid Pin
RaghuSanta21-Aug-06 21:11
RaghuSanta21-Aug-06 21:11 
QuestionHI Pin
Arun Kumar Babu18-Aug-06 1:24
Arun Kumar Babu18-Aug-06 1:24 
AnswerRe: Useless subject Pin
Guffa18-Aug-06 1:34
Guffa18-Aug-06 1:34 
QuestionHow to download file from server? Pin
vanolviv18-Aug-06 1:23
vanolviv18-Aug-06 1:23 
AnswerRe: How to download file from server? Pin
_AK_18-Aug-06 1:37
_AK_18-Aug-06 1:37 
GeneralRe: How to download file from server? Pin
vanolviv18-Aug-06 1:46
vanolviv18-Aug-06 1:46 
GeneralRe: How to download file from server? Pin
_AK_18-Aug-06 1:48
_AK_18-Aug-06 1:48 

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.