Click here to Skip to main content
15,914,160 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Pls help Pin
Ishwarya M6-Feb-07 19:32
Ishwarya M6-Feb-07 19:32 
GeneralRe: Pls help Pin
Sandeep Akhare6-Feb-07 19:37
Sandeep Akhare6-Feb-07 19:37 
GeneralRe: Pls help Pin
gauthee6-Feb-07 19:40
gauthee6-Feb-07 19:40 
GeneralRe: Pls help Pin
Ishwarya M8-Feb-07 1:53
Ishwarya M8-Feb-07 1:53 
GeneralRe: Pls help Pin
Ishwarya M6-Feb-07 19:41
Ishwarya M6-Feb-07 19:41 
GeneralRe: Pls help Pin
gauthee6-Feb-07 20:24
gauthee6-Feb-07 20:24 
GeneralRe: Pls help Pin
Ishwarya M8-Feb-07 1:55
Ishwarya M8-Feb-07 1:55 
QuestionDisabling the Hyperlink Pin
Rajiya6-Feb-07 18:39
Rajiya6-Feb-07 18:39 
Hi,

I have a Datagrid in which iam displaying EmployeeName and sum other details.
The employeeName In the Datagrid is a Hyperlink Column fromwhich i open another Employee Form in edit mode.I want to disable the hyperlink for normal users.
I have tried disabling the link using : e.Item.Cells(1).Enabled = False
But it is still clickable. I dont want it to be clickable. How to go about in doing this?
following is the aspx code:
<asp:HyperLinkColumn DataNavigateUrlField="EmpId" DataNavigateUrlFormatString="FrmEditEmp.aspx?EmpID={0}" DataTextField="EmpName" HeaderText="EmpName">
<ItemStyle Width="20%"></ItemStyle>
</asp:HyperLinkColumn>

Plz help me out ...
Thanks,

Riz
AnswerRe: Disabling the Hyperlink Pin
blue_arc6-Feb-07 18:46
blue_arc6-Feb-07 18:46 
AnswerRe: Disabling the Hyperlink Pin
gauthee6-Feb-07 18:48
gauthee6-Feb-07 18:48 
QuestionArrayList in ASP.NET2.0 Pin
varshavmane6-Feb-07 17:52
varshavmane6-Feb-07 17:52 
AnswerRe: Multi Dimension-ArrayList in ASP.NET2.0 Pin
gauthee6-Feb-07 18:57
gauthee6-Feb-07 18:57 
GeneralRe: Multi Dimension-ArrayList in ASP.NET2.0 Pin
varshavmane6-Feb-07 19:52
varshavmane6-Feb-07 19:52 
QuestionPls help Pin
Ishwarya M6-Feb-07 17:01
Ishwarya M6-Feb-07 17:01 
AnswerRe: Pls help Pin
gauthee6-Feb-07 17:21
gauthee6-Feb-07 17:21 
QuestionError while trying to run project Pin
vurugonda6-Feb-07 16:23
vurugonda6-Feb-07 16:23 
AnswerRe: Error while trying to run project [modified] Pin
Sylvester george6-Feb-07 19:36
Sylvester george6-Feb-07 19:36 
AnswerRe: Error while trying to run project Pin
liyakhat_shahid6-Feb-07 22:46
liyakhat_shahid6-Feb-07 22:46 
QuestionPopUp Calendar problem Pin
SharonRao6-Feb-07 14:42
SharonRao6-Feb-07 14:42 
AnswerRe: PopUp Calendar problem Pin
Jay_se6-Feb-07 17:35
Jay_se6-Feb-07 17:35 
GeneralRe: PopUp Calendar problem Pin
SharonRao8-Feb-07 11:23
SharonRao8-Feb-07 11:23 
QuestionEditing server-side Excel s/sheet in ASP.Net 2.0 Page - how? Pin
nzmike6-Feb-07 14:01
nzmike6-Feb-07 14:01 
AnswerRe: Editing server-side Excel s/sheet in ASP.Net 2.0 Page - how? Pin
minhpc_bk7-Feb-07 0:34
minhpc_bk7-Feb-07 0:34 
Questioncreating web form Pin
xoxoxoxoxoxox6-Feb-07 13:30
xoxoxoxoxoxox6-Feb-07 13:30 
QuestionGridView? Pin
Murthy Puvvada6-Feb-07 11:13
Murthy Puvvada6-Feb-07 11:13 

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.