Click here to Skip to main content
15,902,908 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Is there any performance issue in it Pin
Sandeep Akhare28-Nov-07 22:35
Sandeep Akhare28-Nov-07 22:35 
GeneralRe: Is there any performance issue in it Pin
N a v a n e e t h28-Nov-07 22:47
N a v a n e e t h28-Nov-07 22:47 
GeneralRe: Is there any performance issue in it Pin
Sandeep Akhare28-Nov-07 23:04
Sandeep Akhare28-Nov-07 23:04 
GeneralRe: Is there any performance issue in it Pin
N a v a n e e t h28-Nov-07 23:13
N a v a n e e t h28-Nov-07 23:13 
AnswerRe: Is there any performance issue in it Pin
Paddy Boyd28-Nov-07 23:53
Paddy Boyd28-Nov-07 23:53 
GeneralRe: Is there any performance issue in it Pin
Sandeep Akhare29-Nov-07 0:35
Sandeep Akhare29-Nov-07 0:35 
QuestionDatagrid.. push button Pin
rameshdontagani28-Nov-07 22:05
rameshdontagani28-Nov-07 22:05 
AnswerRe: Datagrid.. push button Pin
Sun Rays28-Nov-07 22:08
Sun Rays28-Nov-07 22:08 
hi,
in the datarow bound event you can hide cell.

like.
if(e.row.cell[1].text == "1" || e.row.cell[1].text == "5" )
{
e.row.cell[1].visible == false;
}

format as required.

Thanks,
Sun Rays

To get something you must have to try once.


My Articles

QuestionProblem With Global.asax File When Publish Pin
N a r e s h P a t e l28-Nov-07 21:58
N a r e s h P a t e l28-Nov-07 21:58 
AnswerRe: Problem With Global.asax File When Publish Pin
Sun Rays28-Nov-07 22:15
Sun Rays28-Nov-07 22:15 
QuestionGrid Problem on Rowcommand Pin
SreejithAchutan28-Nov-07 21:41
SreejithAchutan28-Nov-07 21:41 
AnswerRe: Grid Problem on Rowcommand Pin
Sun Rays28-Nov-07 21:58
Sun Rays28-Nov-07 21:58 
GeneralRe: Grid Problem on Rowcommand Pin
SreejithAchutan28-Nov-07 22:02
SreejithAchutan28-Nov-07 22:02 
GeneralRe: Grid Problem on Rowcommand Pin
Sun Rays28-Nov-07 22:06
Sun Rays28-Nov-07 22:06 
GeneralRe: Grid Problem on Rowcommand Pin
SreejithAchutan28-Nov-07 22:16
SreejithAchutan28-Nov-07 22:16 
GeneralRe: Grid Problem on Rowcommand Pin
Sun Rays28-Nov-07 22:27
Sun Rays28-Nov-07 22:27 
GeneralRe: Grid Problem on Rowcommand Pin
SreejithAchutan28-Nov-07 22:51
SreejithAchutan28-Nov-07 22:51 
GeneralRe: Grid Problem on Rowcommand Pin
Sun Rays28-Nov-07 23:12
Sun Rays28-Nov-07 23:12 
GeneralRe: Grid Problem on Rowcommand Pin
SreejithAchutan28-Nov-07 23:21
SreejithAchutan28-Nov-07 23:21 
GeneralRe: Grid Problem on Rowcommand Pin
Sun Rays28-Nov-07 23:50
Sun Rays28-Nov-07 23:50 
Questionin sql or my sql Pin
rameshdontagani28-Nov-07 21:21
rameshdontagani28-Nov-07 21:21 
AnswerRe: in sql or my sql Pin
SimulationofSai28-Nov-07 21:28
SimulationofSai28-Nov-07 21:28 
QuestionDynamically created controls Pin
Raza Hussain28-Nov-07 21:16
Raza Hussain28-Nov-07 21:16 
AnswerRe: Dynamically created controls Pin
Sun Rays28-Nov-07 21:57
Sun Rays28-Nov-07 21:57 
GeneralRe: Dynamically created controls Pin
Raza Hussain29-Nov-07 1:58
Raza Hussain29-Nov-07 1:58 

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.