Click here to Skip to main content
15,891,253 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Ajax GridView Pin
ZurdoDev17-Apr-12 5:42
professionalZurdoDev17-Apr-12 5:42 
AnswerRe: Ajax GridView Pin
Sajuz18-Apr-12 19:06
Sajuz18-Apr-12 19:06 
AnswerRe: Ajax GridView Pin
ZurdoDev19-Apr-12 6:47
professionalZurdoDev19-Apr-12 6:47 
GeneralRe: Ajax GridView Pin
Sajuz19-Apr-12 18:36
Sajuz19-Apr-12 18:36 
QuestionLogout control hide in login page using master page Pin
rakeshs31217-Apr-12 1:29
rakeshs31217-Apr-12 1:29 
AnswerRe: Logout control hide in login page using master page Pin
Bilal Ahmed Lilla17-Apr-12 2:07
Bilal Ahmed Lilla17-Apr-12 2:07 
GeneralRe: Logout control hide in login page using master page Pin
rakeshs31217-Apr-12 2:24
rakeshs31217-Apr-12 2:24 
GeneralRe: Logout control hide in login page using master page Pin
prateeksinghgangwar17-Apr-12 7:57
prateeksinghgangwar17-Apr-12 7:57 
In the Page_Load() of the Masterpage.cs
try out the following


if(Session["login"]!="")
//make visible the "logout" link

else
//make visible the "login" link
AnswerRe: Logout control hide in login page using master page Pin
jkirkerx17-Apr-12 10:05
professionaljkirkerx17-Apr-12 10:05 
GeneralRe: Logout control hide in login page using master page Pin
jkirkerx17-Apr-12 16:10
professionaljkirkerx17-Apr-12 16:10 
AnswerRe: Logout control hide in login page using master page Pin
Not Active17-Apr-12 12:41
mentorNot Active17-Apr-12 12:41 
AnswerRe: Logout control hide in login page using master page Pin
vvashishta24-Apr-12 19:05
vvashishta24-Apr-12 19:05 
QuestionLinkButton onclick event is firing twice Pin
indian14316-Apr-12 7:07
indian14316-Apr-12 7:07 
AnswerRe: LinkButton onclick event is firing twice Pin
Not Active16-Apr-12 7:45
mentorNot Active16-Apr-12 7:45 
GeneralRe: LinkButton onclick event is firing twice Pin
indian14316-Apr-12 9:45
indian14316-Apr-12 9:45 
GeneralRe: LinkButton onclick event is firing twice Pin
Not Active17-Apr-12 12:46
mentorNot Active17-Apr-12 12:46 
QuestionAvoid page rendering multiple times Pin
indian14316-Apr-12 6:00
indian14316-Apr-12 6:00 
AnswerRe: Avoid page rendering multiple times Pin
Not Active16-Apr-12 7:43
mentorNot Active16-Apr-12 7:43 
Questionsoap headers are not added Pin
anandsurya16-Apr-12 0:04
anandsurya16-Apr-12 0:04 
Questionhow to add soap headers to the xml generated from webservice Pin
anandsurya16-Apr-12 0:00
anandsurya16-Apr-12 0:00 
QuestionHow to get values from Ajax Editor control inside the Details view??? Pin
Shivanand Arur15-Apr-12 21:23
Shivanand Arur15-Apr-12 21:23 
AnswerRe: How to get values from Ajax Editor control inside the Details view??? Pin
Not Active16-Apr-12 1:43
mentorNot Active16-Apr-12 1:43 
QuestionTelerik Rad Menu Data Sources Pin
Karthik Harve15-Apr-12 19:17
professionalKarthik Harve15-Apr-12 19:17 
QuestionWhere to set language and culture Pin
Priya Prk15-Apr-12 9:18
Priya Prk15-Apr-12 9:18 
AnswerRe: Where to set language and culture Pin
Bernhard Hiller15-Apr-12 21:51
Bernhard Hiller15-Apr-12 21:51 

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.