Click here to Skip to main content
15,925,444 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
If you want to use the objectdatasource to do the deletes, you have to tell it in the objectdatasource which method it is to call. Since the object datasource delete tend to work off one record at a time, you will need to pass the id of the record you want to delete. So the code I have posted calls the delete method defined in the objectdatasource for each of the ids that I get based off which items are checked. So you need to make a method that accepts one parameter set it up in the object datasource and then call it like the code I posted.

Ben
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 
GeneralRe: Grid View Question Pin
kubben24-Jul-07 1:10
kubben24-Jul-07 1:10 
QuestionSorting Data of Data Grid Control Pin
Khan.Bangash23-Jul-07 4:50
Khan.Bangash23-Jul-07 4:50 
AnswerRe: Sorting Data of Data Grid Control Pin
jcdevnet23-Jul-07 5:34
jcdevnet23-Jul-07 5:34 
AnswerRe: Sorting Data of Data Grid Control Pin
sathesh pandian23-Jul-07 5:35
sathesh pandian23-Jul-07 5:35 
GeneralRe: Sorting Data of Data Grid Control Pin
Khan.Bangash23-Jul-07 5:48
Khan.Bangash23-Jul-07 5:48 
AnswerRe: Sorting Data of Data Grid Control Pin
Deepak the Cool23-Jul-07 20:11
Deepak the Cool23-Jul-07 20:11 
QuestionHow do find all content between table tags using regular? Pin
mangrovecm23-Jul-07 4:16
mangrovecm23-Jul-07 4:16 
QuestionWindows Authentication (BizApp) Pin
totocaster23-Jul-07 4:00
totocaster23-Jul-07 4:00 
QuestionAsp.net2.0 Pin
indiaone23-Jul-07 3:02
indiaone23-Jul-07 3:02 
AnswerRe: Asp.net2.0 Pin
Fred_Smith23-Jul-07 3:28
Fred_Smith23-Jul-07 3:28 
QuestionQuestion Regarding Search Engine Crawlers Pin
JacquesDP23-Jul-07 2:35
JacquesDP23-Jul-07 2:35 
AnswerRe: Question Regarding Search Engine Crawlers Pin
Pete O'Hanlon23-Jul-07 2:40
mvePete O'Hanlon23-Jul-07 2:40 
GeneralRe: Question Regarding Search Engine Crawlers Pin
JacquesDP23-Jul-07 2:51
JacquesDP23-Jul-07 2:51 
GeneralRe: Question Regarding Search Engine Crawlers Pin
N a v a n e e t h23-Jul-07 3:42
N a v a n e e t h23-Jul-07 3:42 

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.