Click here to Skip to main content
15,900,258 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Crystal Report 11 Best Data Source Pin
jbracken197322-Apr-09 3:32
jbracken197322-Apr-09 3:32 
Questionwasting time in this web site and forum!! Pin
leungoiyu21-Apr-09 20:11
leungoiyu21-Apr-09 20:11 
AnswerRe: wasting time in this web site and forum!! Pin
Ashfield21-Apr-09 21:13
Ashfield21-Apr-09 21:13 
AnswerRe: wasting time in this web site and forum!! Pin
SeMartens21-Apr-09 21:14
SeMartens21-Apr-09 21:14 
QuestionFileUpload Problem Pin
Niungareamit21-Apr-09 20:06
Niungareamit21-Apr-09 20:06 
Questionpostback trigger for Dynamical Controls Pin
sekannak21-Apr-09 19:51
sekannak21-Apr-09 19:51 
QuestionRefreshing a dropdownlist in a FormView Template Pin
Jogenshu21-Apr-09 19:35
Jogenshu21-Apr-09 19:35 
Questiongridview Pin
trimandir prajapati21-Apr-09 18:46
trimandir prajapati21-Apr-09 18:46 
hi, i do have two command field in my gridview one is edit and another is delete, i want to disable delete for the specific row, For the first time when page load my code disable the delete button but when i click edit button and then update the data , the delete button is enabled again. Isn't there any way to disable the delete button always for the specific row i want. my code is as follow a/c to my application.


If Session.Item("UserId") <> Nothing Then<br />
         For i As Integer = 0 To GridView1.Rows.Count - 1<br />
             Try<br />
                 userID = CType(Me.GridView1.Rows(i).FindControl("lblUserID"), Label).Text<br />
             Catch<br />
                 userID = CType(Me.GridView1.Rows(i).FindControl("tbUserID"), TextBox).Text<br />
             End Try<br />
             If userID = Session.Item("UserId") Then<br />
                 GridView1.Rows(i).Cells(1).Enabled = False<br />
             End If<br />
         Next<br />
     End If<br />


thanks in advance.
AnswerRe: gridview Pin
Abhijit Jana21-Apr-09 19:10
professionalAbhijit Jana21-Apr-09 19:10 
GeneralRe: gridview Pin
trimandir prajapati21-Apr-09 20:41
trimandir prajapati21-Apr-09 20:41 
AnswerRe: gridview Pin
trimandir prajapati21-Apr-09 20:39
trimandir prajapati21-Apr-09 20:39 
QuestionChanging Crystalreport server in run time Pin
The_Collector21-Apr-09 17:55
The_Collector21-Apr-09 17:55 
QuestionHow to export images to Excel/PDF/WORD in ASP.NET using VB? Pin
leungoiyu21-Apr-09 15:51
leungoiyu21-Apr-09 15:51 
AnswerRe: How to export images to Excel/PDF/WORD in ASP.NET using VB? Pin
Christian Graus21-Apr-09 15:53
protectorChristian Graus21-Apr-09 15:53 
GeneralRe: How to export images to Excel/PDF/WORD in ASP.NET using VB? Pin
leungoiyu21-Apr-09 16:00
leungoiyu21-Apr-09 16:00 
GeneralRe: How to export images to Excel/PDF/WORD in ASP.NET using VB? Pin
Yusuf21-Apr-09 16:14
Yusuf21-Apr-09 16:14 
GeneralRe: How to export images to Excel/PDF/WORD in ASP.NET using VB? Pin
leungoiyu21-Apr-09 16:31
leungoiyu21-Apr-09 16:31 
GeneralRe: How to export images to Excel/PDF/WORD in ASP.NET using VB? Pin
Yusuf21-Apr-09 17:14
Yusuf21-Apr-09 17:14 
GeneralRe: How to export images to Excel/PDF/WORD in ASP.NET using VB? Pin
leungoiyu21-Apr-09 17:21
leungoiyu21-Apr-09 17:21 
GeneralRe: How to export images to Excel/PDF/WORD in ASP.NET using VB? Pin
Christian Graus21-Apr-09 18:25
protectorChristian Graus21-Apr-09 18:25 
GeneralRe: How to export images to Excel/PDF/WORD in ASP.NET using VB? Pin
leungoiyu21-Apr-09 20:10
leungoiyu21-Apr-09 20:10 
GeneralRe: How to export images to Excel/PDF/WORD in ASP.NET using VB? Pin
Ashfield21-Apr-09 21:05
Ashfield21-Apr-09 21:05 
QuestionHow to pass array in asp.net(c#) from one page to other? Pin
pradeepsimha21-Apr-09 15:40
pradeepsimha21-Apr-09 15:40 
AnswerRe: How to pass array in asp.net(c#) from one page to other? Pin
Yusuf21-Apr-09 15:53
Yusuf21-Apr-09 15:53 
AnswerRe: How to pass array in asp.net(c#) from one page to other? Pin
Christian Graus21-Apr-09 15:54
protectorChristian Graus21-Apr-09 15:54 

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.