Click here to Skip to main content
15,902,777 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionObjctDataSource,Paging Problem Pin
mark_me12-Aug-09 14:56
mark_me12-Aug-09 14:56 
AnswerRe: ObjctDataSource,Paging Problem Pin
N a v a n e e t h12-Aug-09 16:08
N a v a n e e t h12-Aug-09 16:08 
GeneralRe: ObjctDataSource,Paging Problem Pin
mark_me13-Aug-09 16:13
mark_me13-Aug-09 16:13 
QuestionProducing warning messages Pin
Kontakentee12-Aug-09 13:22
Kontakentee12-Aug-09 13:22 
AnswerRe: Producing warning messages Pin
Not Active12-Aug-09 14:05
mentorNot Active12-Aug-09 14:05 
GeneralRe: Producing warning messages Pin
Kontakentee13-Aug-09 8:58
Kontakentee13-Aug-09 8:58 
GeneralRe: Producing warning messages Pin
Not Active13-Aug-09 12:03
mentorNot Active13-Aug-09 12:03 
GeneralRe: Producing warning messages Pin
Kontakentee13-Aug-09 12:24
Kontakentee13-Aug-09 12:24 
Hi Mark,

The problem is that I'm using C# to write my code. On confirming the delete message, my program should delete all information related to a student. So I create a new SQLDataSource and then write the delete command as follows.

SQLDataSource DeleteStudentInfo = new SQLDataSource();
DeleteStudentInfo.DeleteCommand = "Delete From Student Where StudentID = @StudentID";

Then I identify my delete parameters.

How to insert javascript code before my C# code shown above?

Thanks Mark
GeneralRe: Producing warning messages Pin
Not Active13-Aug-09 12:30
mentorNot Active13-Aug-09 12:30 
GeneralRe: Producing warning messages Pin
Kontakentee13-Aug-09 13:44
Kontakentee13-Aug-09 13:44 
QuestionCross Domain http get request... Do I need Proxy? Pin
Dirso12-Aug-09 6:47
Dirso12-Aug-09 6:47 
AnswerRe: Cross Domain http get request... Do I need Proxy? Pin
N a v a n e e t h12-Aug-09 16:10
N a v a n e e t h12-Aug-09 16:10 
AnswerRe: Cross Domain http get request... Do I need Proxy? Pin
Venkatesh Mookkan12-Aug-09 16:13
Venkatesh Mookkan12-Aug-09 16:13 
GeneralRe: Cross Domain http get request... Do I need Proxy? Pin
Dirso14-Aug-09 3:02
Dirso14-Aug-09 3:02 
AnswerRe: Cross Domain http get request... Do I need Proxy? - I quit! Pin
Dirso14-Aug-09 3:04
Dirso14-Aug-09 3:04 
QuestionAccordion Control inside a CollapsePanel control odd behavior Pin
jeffwask12-Aug-09 5:47
jeffwask12-Aug-09 5:47 
AnswerRe: Accordion Control inside a CollapsePanel control odd behavior Pin
4anusha412-Aug-09 19:57
4anusha412-Aug-09 19:57 
Questionhow to assign the filename to the fileupload control while editing some image Pin
anushh12-Aug-09 4:37
anushh12-Aug-09 4:37 
AnswerRe: how to assign the filename to the fileupload control while editing some image Pin
Abhishek Sur12-Aug-09 4:45
professionalAbhishek Sur12-Aug-09 4:45 
AnswerRe: how to assign the filename to the fileupload control while editing some image Pin
yesu prakash12-Aug-09 18:26
yesu prakash12-Aug-09 18:26 
Questiontooltip dynamic data in gridview Pin
khare atul12-Aug-09 3:07
khare atul12-Aug-09 3:07 
AnswerRe: tooltip dynamic data in gridview Pin
Abhishek Sur12-Aug-09 4:04
professionalAbhishek Sur12-Aug-09 4:04 
AnswerRe: tooltip dynamic data in gridview Pin
yesu prakash12-Aug-09 18:32
yesu prakash12-Aug-09 18:32 
QuestionDeleting session id's created by browsers on server's end Pin
shankbond12-Aug-09 2:13
shankbond12-Aug-09 2:13 
AnswerRe: Deleting session id's created by browsers on server's end Pin
Mike Ellison12-Aug-09 2:38
Mike Ellison12-Aug-09 2:38 

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.