Click here to Skip to main content
15,914,014 members
Home / Discussions / C#
   

C#

 
GeneralRe: Toggle switch Pin
leppie4-Mar-05 23:22
leppie4-Mar-05 23:22 
GeneralCollection property Pin
Anonymous4-Mar-05 18:50
Anonymous4-Mar-05 18:50 
GeneralRe: Collection property Pin
Guinness4Strength5-Mar-05 8:28
Guinness4Strength5-Mar-05 8:28 
GeneralMDI Parent/Child Form Problem... Pin
new_phoenix4-Mar-05 16:05
new_phoenix4-Mar-05 16:05 
GeneralRe: MDI Parent/Child Form Problem... Pin
Dave Kreskowiak4-Mar-05 16:28
mveDave Kreskowiak4-Mar-05 16:28 
GeneralRe: MDI Parent/Child Form Problem... Pin
new_phoenix5-Mar-05 7:49
new_phoenix5-Mar-05 7:49 
GeneralRe: MDI Parent/Child Form Problem... Pin
Dave Kreskowiak5-Mar-05 17:25
mveDave Kreskowiak5-Mar-05 17:25 
QuestionFiring an event for a button within a datalist? Pin
oceanexplorer4-Mar-05 13:17
oceanexplorer4-Mar-05 13:17 
Trying to get a button within a datalist to fire an event. However on the coding I'm not sure how to link to the button within the datalist.

My data list is called dlorders and the button is called btnEdit and carries a commandname edit. which then should fire code to open up 2 other buttons, cancel and update.

The label1.text is just test to see if code is firing which it aint!

public void dlOrders_Edit(object source,System.Web.UI.WebControls.DataListCommandEventArgs e)
{
//Turn on editing controls
dlOrders.EditItemIndex = e.Item.ItemIndex;
//Re-bind the data
sqlDataAdapter1.Fill(dsOrders1,"Orders");
DataBind();
Label1.Text = "Done";
}

have a created it right?
AnswerRe: Firing an event for a button within a datalist? Pin
Rob Graham4-Mar-05 15:07
Rob Graham4-Mar-05 15:07 
QuestionExporting S.D.Graphics to file? Pin
zaubara4-Mar-05 12:45
zaubara4-Mar-05 12:45 
AnswerRe: Exporting S.D.Graphics to file? Pin
Rob Graham4-Mar-05 15:02
Rob Graham4-Mar-05 15:02 
AnswerRe: Exporting S.D.Graphics to file? Pin
Robert Rohde4-Mar-05 22:54
Robert Rohde4-Mar-05 22:54 
GeneralRe: Exporting S.D.Graphics to file? Pin
zaubara5-Mar-05 5:44
zaubara5-Mar-05 5:44 
GeneralRe: Exporting S.D.Graphics to file? Pin
Robert Rohde5-Mar-05 6:56
Robert Rohde5-Mar-05 6:56 
GeneralRe: Exporting S.D.Graphics to file? Pin
zaubara5-Mar-05 7:10
zaubara5-Mar-05 7:10 
GeneralText alignment Pin
gmeii4-Mar-05 10:33
gmeii4-Mar-05 10:33 
GeneralRe: Text alignment Pin
mav.northwind4-Mar-05 21:48
mav.northwind4-Mar-05 21:48 
Generaldatatable.datarowcollection Pin
(Steven Hicks)n+14-Mar-05 10:28
(Steven Hicks)n+14-Mar-05 10:28 
GeneralRe: datatable.datarowcollection Pin
turbochimp4-Mar-05 10:59
turbochimp4-Mar-05 10:59 
GeneralA silly socket question Pin
sameerhanda4-Mar-05 10:14
sameerhanda4-Mar-05 10:14 
GeneralRe: A silly socket question Pin
S. Senthil Kumar4-Mar-05 11:17
S. Senthil Kumar4-Mar-05 11:17 
GeneralRe: A silly socket question Pin
Sebastian Schneider7-Mar-05 1:50
Sebastian Schneider7-Mar-05 1:50 
GeneralTroubles with dynamically created WUC Pin
see074-Mar-05 9:29
see074-Mar-05 9:29 
GeneralRe: Troubles with dynamically created WUC Pin
see077-Mar-05 5:54
see077-Mar-05 5:54 
GeneralRe: Troubles with dynamically created WUC Pin
see077-Mar-05 7:11
see077-Mar-05 7:11 

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.