Click here to Skip to main content
16,005,037 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: IIS 7.0 Pin
Paul Conrad23-Jul-07 8:54
professionalPaul Conrad23-Jul-07 8:54 
QuestionWindows Authentication Pin
kibromg23-Jul-07 6:32
kibromg23-Jul-07 6:32 
AnswerRe: Windows Authentication Pin
Not Active23-Jul-07 8:22
mentorNot Active23-Jul-07 8:22 
GeneralRe: Windows Authentication Pin
Paul Conrad23-Jul-07 8:55
professionalPaul Conrad23-Jul-07 8:55 
QuestionGrid View Question Pin
Mavericks523-Jul-07 5:09
Mavericks523-Jul-07 5:09 
AnswerRe: Grid View Question Pin
Mavericks523-Jul-07 5:57
Mavericks523-Jul-07 5:57 
GeneralRe: Grid View Question Pin
Not Active23-Jul-07 8:25
mentorNot Active23-Jul-07 8:25 
AnswerRe: Grid View Question Pin
kubben23-Jul-07 7:11
kubben23-Jul-07 7:11 
You have a couple of options with this. First you can put the delete button outside of the gridview all together. I have done that before when you have a check box to say which row to delete. Otherwise if you want the delete button to only show up once, I have used the pager template for that. There are a few issues that have to be overcome. Like you need to turn paging on and if the number of items is less then your page size your pager template hides it self so you have to make it visible again. So by far the easiest thing to do is put the delete button outside of the gridview.

Hope that helps.
Ben
GeneralRe: Grid View Question Pin
Mavericks523-Jul-07 7:18
Mavericks523-Jul-07 7:18 
GeneralRe: Grid View Question Pin
kubben23-Jul-07 7:42
kubben23-Jul-07 7:42 
GeneralRe: Grid View Question Pin
Mavericks523-Jul-07 7:58
Mavericks523-Jul-07 7:58 
GeneralRe: Grid View Question Pin
kubben23-Jul-07 8:08
kubben23-Jul-07 8:08 
GeneralRe: Grid View Question Pin
Mavericks523-Jul-07 8:25
Mavericks523-Jul-07 8:25 
GeneralRe: Grid View Question Pin
kubben23-Jul-07 8:27
kubben23-Jul-07 8:27 
GeneralRe: Grid View Question Pin
Mavericks523-Jul-07 8:28
Mavericks523-Jul-07 8:28 
GeneralRe: Grid View Question Pin
kubben23-Jul-07 8:28
kubben23-Jul-07 8:28 
GeneralRe: Grid View Question Pin
Mavericks523-Jul-07 8:51
Mavericks523-Jul-07 8:51 
GeneralRe: Grid View Question Pin
Mavericks523-Jul-07 8:26
Mavericks523-Jul-07 8:26 
GeneralRe: Grid View Question Pin
Mavericks523-Jul-07 8:27
Mavericks523-Jul-07 8:27 
GeneralRe: Grid View Question Pin
kubben23-Jul-07 8:32
kubben23-Jul-07 8:32 
GeneralRe: Grid View Question Pin
Mavericks523-Jul-07 8:52
Mavericks523-Jul-07 8:52 
GeneralRe: Grid View Question Pin
kubben23-Jul-07 9:01
kubben23-Jul-07 9:01 
GeneralRe: Grid View Question Pin
Mavericks523-Jul-07 10:00
Mavericks523-Jul-07 10:00 
GeneralRe: Grid View Question Pin
kubben23-Jul-07 12:06
kubben23-Jul-07 12:06 
GeneralRe: Grid View Question Pin
Mavericks523-Jul-07 12:07
Mavericks523-Jul-07 12:07 

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.