Click here to Skip to main content
15,892,161 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: sql server 2005 Pin
Christian Graus22-Jun-08 21:21
protectorChristian Graus22-Jun-08 21:21 
Questiongenerating the hypelink dynamically in the grid Pin
rameshdontagani22-Jun-08 21:18
rameshdontagani22-Jun-08 21:18 
AnswerRe: generating the hypelink dynamically in the grid Pin
Christian Graus22-Jun-08 21:21
protectorChristian Graus22-Jun-08 21:21 
GeneralRe: generating the hypelink dynamically in the grid Pin
rameshdontagani22-Jun-08 21:25
rameshdontagani22-Jun-08 21:25 
GeneralRe: generating the hypelink dynamically in the grid Pin
Christian Graus22-Jun-08 21:31
protectorChristian Graus22-Jun-08 21:31 
AnswerRe: generating the hypelink dynamically in the grid Pin
eyeseetee22-Jun-08 22:37
eyeseetee22-Jun-08 22:37 
GeneralRe: generating the hypelink dynamically in the grid Pin
Arindam Tewary23-Jun-08 0:18
professionalArindam Tewary23-Jun-08 0:18 
QuestionHow to handle master page control(Link Button for Logout) from another aspx page in asp.net & c#? Pin
K V Sekhar22-Jun-08 21:05
K V Sekhar22-Jun-08 21:05 
Hi,

I placed a LinkButton( for Logout control) in Master Page and property Visible = false.

I want to make Logout button visible after user logins & i have to redirect to another page .

I used the below logic in Login_Button_Click event:
{
LinkButton lbtn=(LinkButton) this.Page.Master.FindControl("lbtn_id");
lbtn.Visible=true;

Response.Redirect("Page3.aspx");
}

But its not working.. When i traced the program i could able set Lbtn.Visible=True.

But its actually not applying in Page3.aspx.

Please help me .. How can i solve it.

Thanks in advance.
AnswerRe: How to handle master page control(Link Button for Logout) from another aspx page in asp.net & c#? Pin
Christian Graus22-Jun-08 21:17
protectorChristian Graus22-Jun-08 21:17 
QuestionCreating and executing DTS package Pin
AumSingh22-Jun-08 20:59
professionalAumSingh22-Jun-08 20:59 
AnswerRe: Creating and executing DTS package Pin
Ashfield22-Jun-08 21:25
Ashfield22-Jun-08 21:25 
GeneralRe: Creating and executing DTS package Pin
AumSingh22-Jun-08 22:24
professionalAumSingh22-Jun-08 22:24 
GeneralRe: Creating and executing DTS package Pin
Ashfield22-Jun-08 22:41
Ashfield22-Jun-08 22:41 
GeneralRe: Creating and executing DTS package Pin
AumSingh23-Jun-08 18:59
professionalAumSingh23-Jun-08 18:59 
QuestionRemove duplicate values in a dropDownList Problem Pin
arun.dinky22-Jun-08 20:58
arun.dinky22-Jun-08 20:58 
AnswerRe: Remove duplicate values in a dropDownList Problem Pin
Christian Graus22-Jun-08 21:18
protectorChristian Graus22-Jun-08 21:18 
GeneralRe: Remove duplicate values in a dropDownList Problem Pin
arun.dinky23-Jun-08 19:56
arun.dinky23-Jun-08 19:56 
GeneralRe: Remove duplicate values in a dropDownList Problem Pin
Christian Graus23-Jun-08 20:28
protectorChristian Graus23-Jun-08 20:28 
GeneralRe: Remove duplicate values in a dropDownList Problem Pin
arun.dinky24-Jun-08 0:26
arun.dinky24-Jun-08 0:26 
QuestionWeb based file storage Pin
AndreasCe22-Jun-08 20:52
AndreasCe22-Jun-08 20:52 
AnswerRe: Web based file storage Pin
saini arun22-Jun-08 22:19
saini arun22-Jun-08 22:19 
QuestioniTextSharp Compatibility with .Net 2.0 Frame work? Pin
wongeva22-Jun-08 20:44
wongeva22-Jun-08 20:44 
AnswerRe: iTextSharp Compatibility with .Net 2.0 Frame work? Pin
Christian Graus22-Jun-08 21:22
protectorChristian Graus22-Jun-08 21:22 
QuestionWeb Application Pin
Assaf8222-Jun-08 20:28
Assaf8222-Jun-08 20:28 
AnswerRe: Web Application Pin
Mark Churchill22-Jun-08 20:44
Mark Churchill22-Jun-08 20:44 

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.