Click here to Skip to main content
15,892,537 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to get checkbox checked in a grid view after page post Pin
Abhishek Sur29-Oct-09 2:23
professionalAbhishek Sur29-Oct-09 2:23 
GeneralRe: how to get checkbox checked in a grid view after page post Pin
souravghosh1829-Oct-09 17:43
souravghosh1829-Oct-09 17:43 
QuestionAbout MS Application Block Pin
Ha_8029-Oct-09 2:03
Ha_8029-Oct-09 2:03 
AnswerRe: About MS Application Block Pin
Abhishek Sur29-Oct-09 2:18
professionalAbhishek Sur29-Oct-09 2:18 
QuestionGridview problem Pin
demouser74329-Oct-09 1:39
demouser74329-Oct-09 1:39 
AnswerRe: Gridview problem Pin
padmanabhan N29-Oct-09 1:59
padmanabhan N29-Oct-09 1:59 
AnswerRe: Gridview problem Pin
Abhishek Sur29-Oct-09 2:01
professionalAbhishek Sur29-Oct-09 2:01 
QuestionProblem with GridView: How to change the text of Button in a GridView Cell ? Pin
Purish Dwivedi29-Oct-09 1:21
Purish Dwivedi29-Oct-09 1:21 
How can I show additional button in a gridview cell based on another cell value.I am using asp.net and c#.

I have ON or OFF values in a GridView cell. Based on this value I want to show a button (opposite Toggle (OFF/On) correspondingly) in another cell.

This is my code.
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
{

if (e.Row.Cells[2].Text== "0")
e.Row.Cells[2].Text = "OFF";
else
e.Row.Cells[2].Text = "ON";
}

please help.
Thank You
AnswerRe: Problem with GridView: How to change the text of Button in a GridView Cell ? Pin
Abhishek Sur29-Oct-09 1:45
professionalAbhishek Sur29-Oct-09 1:45 
GeneralRe: Problem with GridView: How to change the text of Button in a GridView Cell ? Pin
Purish Dwivedi29-Oct-09 2:07
Purish Dwivedi29-Oct-09 2:07 
GeneralRe: Problem with GridView: How to change the text of Button in a GridView Cell ? Pin
Abhishek Sur29-Oct-09 2:12
professionalAbhishek Sur29-Oct-09 2:12 
QuestionRe: Problem with GridView: How to change the text of Button in a GridView Cell ? Pin
Purish Dwivedi29-Oct-09 2:27
Purish Dwivedi29-Oct-09 2:27 
AnswerRe: Problem with GridView: How to change the text of Button in a GridView Cell ? Pin
Abhishek Sur29-Oct-09 2:32
professionalAbhishek Sur29-Oct-09 2:32 
GeneralRe: Problem with GridView: How to change the text of Button in a GridView Cell ? Pin
Purish Dwivedi29-Oct-09 2:42
Purish Dwivedi29-Oct-09 2:42 
GeneralRe: Problem with GridView: How to change the text of Button in a GridView Cell ? Pin
Abhishek Sur29-Oct-09 2:46
professionalAbhishek Sur29-Oct-09 2:46 
QuestionDouble Click Server Event for listBox Control Pin
Member 361259829-Oct-09 0:51
Member 361259829-Oct-09 0:51 
AnswerRe: Double Click Server Event for listBox Control Pin
sashidhar29-Oct-09 0:59
sashidhar29-Oct-09 0:59 
Questiongetting the autoid (using transaction concept) Pin
Karan_TN29-Oct-09 0:32
Karan_TN29-Oct-09 0:32 
AnswerRe: getting the autoid (using transaction concept) Pin
Covean29-Oct-09 0:56
Covean29-Oct-09 0:56 
GeneralRe: getting the autoid (using transaction concept) Pin
Karan_TN29-Oct-09 0:59
Karan_TN29-Oct-09 0:59 
GeneralRe: getting the autoid (using transaction concept) Pin
sashidhar29-Oct-09 1:05
sashidhar29-Oct-09 1:05 
GeneralRe: getting the autoid (using transaction concept) Pin
Covean29-Oct-09 1:12
Covean29-Oct-09 1:12 
QuestionIs there any way to distinguish the request in server is through internet or intranet? Pin
SIJUTHOMASP28-Oct-09 23:55
professionalSIJUTHOMASP28-Oct-09 23:55 
AnswerRe: Is there any way to distinguish the request in server is through internet or intranet? Pin
sashidhar29-Oct-09 0:00
sashidhar29-Oct-09 0:00 
GeneralRe: Is there any way to distinguish the request in server is through internet or intranet? Pin
SIJUTHOMASP29-Oct-09 0:07
professionalSIJUTHOMASP29-Oct-09 0:07 

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.