PC Review


Reply
Thread Tools Rate Thread

DataView Button Event

 
 
Samuel
Guest
Posts: n/a
 
      25th Jan 2007
Hi

What event is raised when the user click on a regular (not delete, edit
buttons) within the control

Thank you,
Sam


 
Reply With Quote
 
 
 
 
Arundhati Anavekar
Guest
Posts: n/a
 
      25th Jan 2007
check out by enabling the traceMode for the page.

<%@Page language="c#" Codebehind="ViewFlow.aspx.cs" Trace="true"
TraceMode="SortByCategory">

 
Reply With Quote
 
Gaurav Vaish \(MasterGaurav\)
Guest
Posts: n/a
 
      26th Jan 2007
> What event is raised when the user click on a regular (not delete, edit
> buttons) within the control


None.
You need to add the button in command mode.
Associate a CommandName and CommandArgument with the button and then handle
the RowCommand event.

btw, I'm assuming that you are talking about GridView (DataView has no such
events )



--
Happy Hacking,
Gaurav Vaish | www.mastergaurav.com
www.edujini-labs.com
http://eduzine.edujinionline.com
-----------------------------------------


 
Reply With Quote
 
Gaurav Vaish \(MasterGaurav\)
Guest
Posts: n/a
 
      26th Jan 2007
> check out by enabling the traceMode for the page.
>
> <%@Page language="c#" Codebehind="ViewFlow.aspx.cs" Trace="true"
> TraceMode="SortByCategory">


What does traceMode have to do with this?
I'm terribly confused

--
Happy Hacking,
Gaurav Vaish | www.mastergaurav.com
www.edujini-labs.com
http://eduzine.edujinionline.com
-----------------------------------------


 
Reply With Quote
 
Samuel
Guest
Posts: n/a
 
      26th Jan 2007
Yes, it is the GridView

Thank you,
Samuel


"Gaurav Vaish (MasterGaurav)" <(E-Mail Removed)> wrote
in message news:(E-Mail Removed)...
>> What event is raised when the user click on a regular (not delete, edit
>> buttons) within the control

>
> None.
> You need to add the button in command mode.
> Associate a CommandName and CommandArgument with the button and then
> handle the RowCommand event.
>
> btw, I'm assuming that you are talking about GridView (DataView has no
> such events )
>
>
>
> --
> Happy Hacking,
> Gaurav Vaish | www.mastergaurav.com
> www.edujini-labs.com
> http://eduzine.edujinionline.com
> -----------------------------------------
>
>



 
Reply With Quote
 
Gaurav Vaish \(www.edujini-labs.com\)
Guest
Posts: n/a
 
      27th Jan 2007
> Yes, it is the GridView

btw, did it work?


--
Happy Hacking,
Gaurav Vaish | www.mastergaurav.com
www.edujini-labs.com
http://eduzine.edujini-labs.com
-----------------------------------------


 
Reply With Quote
 
Samuel
Guest
Posts: n/a
 
      27th Jan 2007
the trace? did give me any clue and the edit did

"Gaurav Vaish (www.edujini-labs.com)" <(E-Mail Removed)>
wrote in message news:%(E-Mail Removed)...
>> Yes, it is the GridView

>
> btw, did it work?
>
>
> --
> Happy Hacking,
> Gaurav Vaish | www.mastergaurav.com
> www.edujini-labs.com
> http://eduzine.edujini-labs.com
> -----------------------------------------
>
>



 
Reply With Quote
 
Gaurav Vaish \(www.edujini-labs.com\)
Guest
Posts: n/a
 
      28th Jan 2007
> the trace? did give me any clue and the edit did
>


Great that it "did"


--
Happy Hacking,
Gaurav Vaish | www.mastergaurav.com
www.edujini-labs.com
http://eduzine.edujini-labs.com
-----------------------------------------


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
UserAddedRow event in DataView vitagoni Microsoft C# .NET 1 8th Apr 2009 06:22 PM
Doubleclick event in DataView Chris Zopers Microsoft ASP .NET 1 12th Feb 2008 10:40 AM
Row Item in DataView - OnRowDatabound event Elmo Watson Microsoft ASP .NET 3 11th Nov 2006 03:18 AM
DataView ListChanged event help please Ray Holiday Microsoft C# .NET 0 13th Apr 2006 03:39 PM
dataview event handler =?Utf-8?B?b3NjYXI=?= Microsoft Dot NET Framework Forms 2 12th May 2005 01:14 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:22 PM.