Click here to Skip to main content
15,891,017 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestioniTextObject control in crystal report Pin
Pankaj Garg15-May-08 1:25
Pankaj Garg15-May-08 1:25 
AnswerRe: iTextObject control in crystal report Pin
SamRST15-May-08 1:59
SamRST15-May-08 1:59 
QuestionRe: iTextObject control in crystal report Pin
Pankaj Garg15-May-08 2:07
Pankaj Garg15-May-08 2:07 
QuestionImage button in Gridview Pin
danasegaranea15-May-08 1:17
danasegaranea15-May-08 1:17 
AnswerRe: Image button in Gridview Pin
SamRST15-May-08 2:04
SamRST15-May-08 2:04 
GeneralRe: Image button in Gridview Pin
danasegaranea15-May-08 2:16
danasegaranea15-May-08 2:16 
GeneralRe: Image button in Gridview Pin
_AK_15-May-08 20:29
_AK_15-May-08 20:29 
AnswerRe: Image button in Gridview Pin
Gayani Devapriya15-May-08 8:35
Gayani Devapriya15-May-08 8:35 
Hi Dana,

I assume you have already added the ImageButton to the GridView. And here is how you do the rest.
The GridView's RowCommand event will fire when you click on that ImageButton in the GridView. That is in your code imgSortAssendingbyId.
(This command basically fires for any button’s click event, in the GridView).
Example:-
protected void GridView1_RowCommand(object sender, GridViewCommandEventArgs e)
{
Response.Write("You Clicked the Button");
}

Thx,
Gayani
Questionurl encode with '+' Pin
g00fyman15-May-08 1:03
g00fyman15-May-08 1:03 
AnswerRe: url encode with '+' Pin
Sandeep Kumar15-May-08 3:33
Sandeep Kumar15-May-08 3:33 
GeneralRe: url encode with '+' [modified] Pin
g00fyman15-May-08 13:47
g00fyman15-May-08 13:47 
GeneralRe: url encode with '+' Pin
g00fyman15-May-08 14:06
g00fyman15-May-08 14:06 
QuestionHow find text box is focussed while i click the button Pin
Guvera15-May-08 0:51
Guvera15-May-08 0:51 
AnswerRe: How find text box is focussed while i click the button Pin
eyeseetee15-May-08 0:54
eyeseetee15-May-08 0:54 
Questionsaving a query into a database column? Pin
Karan_TN15-May-08 0:33
Karan_TN15-May-08 0:33 
AnswerRe: saving a query into a database column? Pin
Christian Graus15-May-08 0:43
protectorChristian Graus15-May-08 0:43 
GeneralRe: saving a query into a database column? Pin
Karan_TN15-May-08 0:56
Karan_TN15-May-08 0:56 
Questionneeded updated value?? Pin
Karan_TN14-May-08 23:16
Karan_TN14-May-08 23:16 
AnswerRe: needed updated value?? Pin
Christian Graus15-May-08 0:03
protectorChristian Graus15-May-08 0:03 
AnswerRe: needed updated value?? Pin
eyeseetee15-May-08 0:20
eyeseetee15-May-08 0:20 
GeneralRe: needed updated value?? Pin
Karan_TN15-May-08 0:28
Karan_TN15-May-08 0:28 
GeneralRe: needed updated value?? Pin
Christian Graus15-May-08 0:42
protectorChristian Graus15-May-08 0:42 
GeneralRe: needed updated value?? Pin
Karan_TN15-May-08 1:50
Karan_TN15-May-08 1:50 
QuestionApplication_Start not firing Pin
sebastian314-May-08 23:16
sebastian314-May-08 23:16 
AnswerRe: Application_Start not firing Pin
Laddie14-May-08 23:21
Laddie14-May-08 23:21 

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.