Click here to Skip to main content
15,922,696 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Master page problem Pin
Sherin Iranimose29-May-07 20:01
Sherin Iranimose29-May-07 20:01 
GeneralRe: Master page problem Pin
Amr M. K.29-May-07 20:39
Amr M. K.29-May-07 20:39 
GeneralRe: Master page problem Pin
Sherin Iranimose29-May-07 20:58
Sherin Iranimose29-May-07 20:58 
AnswerRe: Master page problem [modified] Pin
Jay_se29-May-07 20:37
Jay_se29-May-07 20:37 
GeneralRe: Master page problem Pin
Amr M. K.29-May-07 21:47
Amr M. K.29-May-07 21:47 
GeneralRe: Master page problem Pin
Jay_se29-May-07 23:34
Jay_se29-May-07 23:34 
GeneralRe: Master page problem Pin
Amr M. K.3-Jun-07 22:57
Amr M. K.3-Jun-07 22:57 
QuestionImageButtton for edit in gridview Pin
ritu432129-May-07 19:42
ritu432129-May-07 19:42 
I am using Template Fields in which i had taken ImageButton for edit ,Update adn Cancel. when i am clicking the edit imagebutton it goes through
if (e.Row.RowState == DataControlRowState.Edit)
{
ImageButton imageditformtype = (ImageButton)e.Row.FindControl("imgEditFormType");
imageditformtype.Visible = false;
ImageButton imageupdateformtype = (ImageButton)e.Row.FindControl("imgUpdateFormType");
imageupdateformtype.Visible = true;
ImageButton imageditcancelformtype = (ImageButton)e.Row.FindControl("imgEditCancelFormType");
imageditcancelformtype.Visible = true;


}
so the images changes to update and cancel.
But for Alternate rows the rowstate is Alternate and not goes to edit therefore the ImageButtons are not changed

pls help me out with this .
QuestionPlease convert this code in 2005 version Pin
siddisagar29-May-07 18:45
siddisagar29-May-07 18:45 
AnswerRe: Please convert this code in 2005 version Pin
Guffa29-May-07 19:02
Guffa29-May-07 19:02 
QuestionHow to Parse all items Pin
siddisagar29-May-07 17:54
siddisagar29-May-07 17:54 
AnswerRe: How to Parse all items Pin
N a v a n e e t h29-May-07 18:27
N a v a n e e t h29-May-07 18:27 
QuestionSpreadsheetML Problem Pin
jain.ashish2129-May-07 17:20
jain.ashish2129-May-07 17:20 
QuestionStored Procedure acting a bit strange Pin
J Liang29-May-07 15:35
J Liang29-May-07 15:35 
AnswerRe: Stored Procedure acting a bit strange Pin
N a v a n e e t h29-May-07 18:33
N a v a n e e t h29-May-07 18:33 
GeneralRe: Stored Procedure acting a bit strange Pin
J Liang29-May-07 20:32
J Liang29-May-07 20:32 
AnswerRe: Stored Procedure acting a bit strange Pin
Harini N K29-May-07 18:42
Harini N K29-May-07 18:42 
GeneralRe: Stored Procedure acting a bit strange Pin
Guffa29-May-07 19:17
Guffa29-May-07 19:17 
GeneralRe: Stored Procedure acting a bit strange Pin
J Liang29-May-07 20:31
J Liang29-May-07 20:31 
AnswerRe: Stored Procedure acting a bit strange Pin
Guffa29-May-07 19:12
Guffa29-May-07 19:12 
GeneralRe: Stored Procedure acting a bit strange Pin
J Liang29-May-07 20:27
J Liang29-May-07 20:27 
AnswerRe: Stored Procedure acting a bit strange Pin
Harini N K29-May-07 19:49
Harini N K29-May-07 19:49 
QuestionInput Validation with Dynamically created DetailsView? Pin
Nancy K29-May-07 13:49
Nancy K29-May-07 13:49 
QuestionCascadingdropdown in ajax Pin
seemamltn29-May-07 13:12
seemamltn29-May-07 13:12 
AnswerRe: Cascadingdropdown in ajax Pin
Christian Graus29-May-07 13:46
protectorChristian Graus29-May-07 13:46 

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.