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

ASP.NET

 
AnswerRe: error Pin
Meetu Choudhary11-Sep-09 1:32
Meetu Choudhary11-Sep-09 1:32 
GeneralRe: error Pin
ankitjain111011-Sep-09 1:34
ankitjain111011-Sep-09 1:34 
AnswerRe: error Pin
Meetu Choudhary11-Sep-09 1:33
Meetu Choudhary11-Sep-09 1:33 
GeneralRe: error Pin
ankitjain111011-Sep-09 1:37
ankitjain111011-Sep-09 1:37 
AnswerRe: error Pin
Jay Royall11-Sep-09 1:34
Jay Royall11-Sep-09 1:34 
AnswerRe: error Pin
J4amieC11-Sep-09 3:35
J4amieC11-Sep-09 3:35 
Questionvisibility false of a column in gridview Pin
shankbond11-Sep-09 1:02
shankbond11-Sep-09 1:02 
AnswerRe: visibility false of a column in gridview Pin
Meetu Choudhary11-Sep-09 1:29
Meetu Choudhary11-Sep-09 1:29 
Instead of
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)

{

e.Row.Cells[2].Visible = false;

}


try
  protected void GridView1_DataBound(object sender, EventArgs e)
    {
e.Row.Cells[2].Visible = false;
    }


Thanks and Regards
Meetu Choudhary
My Web || My Blog || My Forums

GeneralRe: visibility false of a column in gridview Pin
shankbond11-Sep-09 1:58
shankbond11-Sep-09 1:58 
AnswerRe: visibility false of a column in gridview Pin
Meetu Choudhary11-Sep-09 2:02
Meetu Choudhary11-Sep-09 2:02 
RantRe: visibility false of a column in gridview Pin
shankbond11-Sep-09 2:59
shankbond11-Sep-09 2:59 
GeneralRe: visibility false of a column in gridview Pin
Meetu Choudhary11-Sep-09 3:02
Meetu Choudhary11-Sep-09 3:02 
QuestionProblem With Web service Pin
prabhakar dwivedi10-Sep-09 23:03
prabhakar dwivedi10-Sep-09 23:03 
AnswerRe: Problem With Web service Pin
SeMartens10-Sep-09 23:11
SeMartens10-Sep-09 23:11 
GeneralRe: Problem With Web service Pin
prabhakar dwivedi10-Sep-09 23:25
prabhakar dwivedi10-Sep-09 23:25 
GeneralRe: Problem With Web service Pin
SeMartens11-Sep-09 0:22
SeMartens11-Sep-09 0:22 
QuestionSuggestions for displaying search results like Google? Pin
W4Rl0CK4710-Sep-09 23:00
W4Rl0CK4710-Sep-09 23:00 
AnswerRe: Suggestions for displaying search results like Google? Pin
Jay Royall10-Sep-09 23:08
Jay Royall10-Sep-09 23:08 
AnswerRe: Suggestions for displaying search results like Google? Pin
Manas Bhardwaj10-Sep-09 23:13
professionalManas Bhardwaj10-Sep-09 23:13 
Questioncrystal report Pin
ankitjain111010-Sep-09 22:59
ankitjain111010-Sep-09 22:59 
AnswerRe: crystal report Pin
mr_muskurahat10-Sep-09 23:28
mr_muskurahat10-Sep-09 23:28 
QuestionHelp - Remoting Pin
vishwjeet10-Sep-09 22:57
vishwjeet10-Sep-09 22:57 
AnswerRe: Help - Remoting Pin
Abhishek Sur10-Sep-09 23:50
professionalAbhishek Sur10-Sep-09 23:50 
GeneralRe: Help - Remoting Pin
vishwjeet11-Sep-09 0:01
vishwjeet11-Sep-09 0:01 
QuestionURI Format Not Supported. [modified] Pin
Meetu Choudhary10-Sep-09 22:03
Meetu Choudhary10-Sep-09 22:03 

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.