Click here to Skip to main content
15,893,588 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Pass the value from one page to another page..... Pin
_AK_10-Aug-06 20:50
_AK_10-Aug-06 20:50 
GeneralRe: Pass the value from one page to another page..... Pin
Prabs frm PGP10-Aug-06 21:08
Prabs frm PGP10-Aug-06 21:08 
GeneralRe: Pass the value from one page to another page..... Pin
_AK_10-Aug-06 21:24
_AK_10-Aug-06 21:24 
GeneralRe: Pass the value from one page to another page..... Pin
Prabs frm PGP10-Aug-06 22:39
Prabs frm PGP10-Aug-06 22:39 
GeneralRe: Pass the value from one page to another page..... Pin
_AK_10-Aug-06 22:49
_AK_10-Aug-06 22:49 
Questiondisplay hyperlink depends on user validatation Pin
kuwl_mark10-Aug-06 20:15
kuwl_mark10-Aug-06 20:15 
AnswerRe: display hyperlink depends on user validatation Pin
_AK_10-Aug-06 20:26
_AK_10-Aug-06 20:26 
AnswerRe: display hyperlink depends on user validatation Pin
varun_khanna1710-Aug-06 21:36
varun_khanna1710-Aug-06 21:36 
U can put these Hyperlinks in rows or column dependinf on u...
then in javascript what u can do is check whether user is admin or not..
write these Code:

<%if(session("user")="Admin" %>
t1.style.display='block';t2.style.display='block';
<%end if%>

<%if(session("user")="NOTADMIN" %>
t1.style.display='none';t2.style.display='none';
<%end if%>


--t1,t2 here stands for ids of row1,row2 respectively
--Block will display the row and none will not display that row
--this way u can do for n number of rows
QuestionSorting DataGrid on Client Side Pin
248912810-Aug-06 19:50
248912810-Aug-06 19:50 
AnswerRe: Sorting DataGrid on Client Side Pin
minhpc_bk10-Aug-06 23:34
minhpc_bk10-Aug-06 23:34 
QuestionHow to access a sever control from javascript?? Pin
kvPriya10-Aug-06 19:17
kvPriya10-Aug-06 19:17 
AnswerRe: How to access a sever control from javascript?? Pin
ake_krakbar10-Aug-06 21:32
ake_krakbar10-Aug-06 21:32 
QuestionData type mismatch in criteria expression Pin
frossie10-Aug-06 17:42
frossie10-Aug-06 17:42 
AnswerRe: Data type mismatch in criteria expression Pin
manowj10-Aug-06 18:57
manowj10-Aug-06 18:57 
GeneralRe: Data type mismatch in criteria expression Pin
frossie10-Aug-06 20:08
frossie10-Aug-06 20:08 
GeneralRe: Data type mismatch in criteria expression Pin
_AK_10-Aug-06 20:29
_AK_10-Aug-06 20:29 
AnswerRe: Data type mismatch in criteria expression Pin
manowj10-Aug-06 20:37
manowj10-Aug-06 20:37 
GeneralRe: Data type mismatch in criteria expression Pin
frossie10-Aug-06 21:03
frossie10-Aug-06 21:03 
QuestionObject reference not set to an instance of an object Pin
frossie10-Aug-06 22:08
frossie10-Aug-06 22:08 
AnswerRe: Object reference not set to an instance of an object Pin
_AK_10-Aug-06 22:17
_AK_10-Aug-06 22:17 
QuestionSimple Code Help Pin
TheKiwi10-Aug-06 14:19
TheKiwi10-Aug-06 14:19 
AnswerRe: Simple Code Help Pin
Mike Ellison10-Aug-06 14:58
Mike Ellison10-Aug-06 14:58 
QuestionASP.NET Control Building Book Recomendations Pin
HellfireHD10-Aug-06 13:11
HellfireHD10-Aug-06 13:11 
AnswerRe: ASP.NET Control Building Book Recomendations Pin
minhpc_bk10-Aug-06 15:43
minhpc_bk10-Aug-06 15:43 
GeneralRe: ASP.NET Control Building Book Recomendations Pin
HellfireHD10-Aug-06 18:27
HellfireHD10-Aug-06 18:27 

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.