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

ASP.NET

 
GeneralRe: Login page when edit clicked in Gridview Pin
sashidhar24-Oct-09 2:41
sashidhar24-Oct-09 2:41 
GeneralRe: Login page when edit clicked in Gridview Pin
sashidhar24-Oct-09 1:59
sashidhar24-Oct-09 1:59 
AnswerRe: Login page when edit clicked in Gridview Pin
demouser74324-Oct-09 4:14
demouser74324-Oct-09 4:14 
GeneralRe: Login page when edit clicked in Gridview Pin
demouser74325-Oct-09 19:17
demouser74325-Oct-09 19:17 
Questioncheck box in datagrid Pin
suzzain23-Oct-09 20:36
suzzain23-Oct-09 20:36 
AnswerRe: check box in datagrid Pin
Christian Graus23-Oct-09 22:33
protectorChristian Graus23-Oct-09 22:33 
Questionscript menu login [modified] Pin
KhandelwalA23-Oct-09 20:31
KhandelwalA23-Oct-09 20:31 
AnswerRe: script menu login Pin
sashidhar23-Oct-09 20:48
sashidhar23-Oct-09 20:48 
if You are using forms authentication use this

 if (Page.User.Identity.IsAuthenticated)
{
 //YourCode
}

or if You are using session check the session
If this is not your answer Sorry..!
Then be More clear..!


LatestArticle :Log4Net

Why Do Some People Forget To Mark as Answer .If It Helps.

GeneralRe: script menu login Pin
KhandelwalA23-Oct-09 20:52
KhandelwalA23-Oct-09 20:52 
GeneralRe: script menu login Pin
sashidhar23-Oct-09 21:06
sashidhar23-Oct-09 21:06 
AnswerRe: script menu login Pin
Christian Graus23-Oct-09 22:32
protectorChristian Graus23-Oct-09 22:32 
Questionnot getting .value property of any asp.net textbox in java script Pin
bhavnvyas23-Oct-09 20:19
bhavnvyas23-Oct-09 20:19 
AnswerRe: not getting .value property of any asp.net textbox in java script Pin
Christian Graus23-Oct-09 22:36
protectorChristian Graus23-Oct-09 22:36 
GeneralRe: not getting .value property of any asp.net textbox in java script Pin
bhavnvyas23-Oct-09 23:25
bhavnvyas23-Oct-09 23:25 
Questionhow to hide the query string in url Pin
sarang_k23-Oct-09 19:54
sarang_k23-Oct-09 19:54 
AnswerRe: how to hide the query string in url Pin
Christian Graus23-Oct-09 19:54
protectorChristian Graus23-Oct-09 19:54 
GeneralRe: how to hide the query string in url Pin
sarang_k23-Oct-09 19:56
sarang_k23-Oct-09 19:56 
GeneralRe: how to hide the query string in url Pin
Christian Graus23-Oct-09 20:02
protectorChristian Graus23-Oct-09 20:02 
AnswerRe: how to hide the query string in url Pin
Rob Branaghan25-Oct-09 0:04
Rob Branaghan25-Oct-09 0:04 
AnswerRe: how to hide the query string in url Pin
dtmore5-Apr-10 21:33
dtmore5-Apr-10 21:33 
QuestionHow can I use GridView1_rowUpdating event in c# Pin
nilesh.saraf23-Oct-09 18:19
nilesh.saraf23-Oct-09 18:19 
AnswerRe: How can I use GridView1_rowUpdating event in c# Pin
Christian Graus23-Oct-09 18:28
protectorChristian Graus23-Oct-09 18:28 
Questionimplement membership in asp.net Pin
Jagz W23-Oct-09 16:16
professionalJagz W23-Oct-09 16:16 
AnswerRe: implement membership in asp.net Pin
Christian Graus23-Oct-09 18:28
protectorChristian Graus23-Oct-09 18:28 
GeneralRe: implement membership in asp.net Pin
AlexeiXX323-Oct-09 19:08
AlexeiXX323-Oct-09 19:08 

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.