Click here to Skip to main content
15,909,091 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Add Javascript code at runtime Pin
minhpc_bk24-Aug-06 15:22
minhpc_bk24-Aug-06 15:22 
QuestionTextBox Focus Pin
oskardiazdeleon24-Aug-06 13:46
oskardiazdeleon24-Aug-06 13:46 
AnswerRe: TextBox Focus Pin
minhpc_bk24-Aug-06 15:25
minhpc_bk24-Aug-06 15:25 
AnswerRe: TextBox Focus Pin
postmaster@programmingknowledge.com24-Aug-06 17:36
postmaster@programmingknowledge.com24-Aug-06 17:36 
AnswerRe: TextBox Focus Pin
Suresh Pirsquare25-Aug-06 1:16
Suresh Pirsquare25-Aug-06 1:16 
QuestionGridView column visible property Pin
kalyanPaladugu24-Aug-06 13:15
kalyanPaladugu24-Aug-06 13:15 
AnswerRe: GridView column visible property Pin
minhpc_bk24-Aug-06 15:35
minhpc_bk24-Aug-06 15:35 
GeneralRe: GridView column visible property Pin
Naveed Kamboh25-Aug-06 1:42
Naveed Kamboh25-Aug-06 1:42 
Hi Dear,

If you use RowDataBound event of gridveiw
i=0,1,2.... [column number]


if (e.Row.RowType==DataControlRowType.Header ||e.Row.RowType==DataControlRowType.DataRow)
e.Row.Cells[2].Visible = false;


it will hide the column and you can use column value in your project there wont be any problem.
if you need further help just email me.
thanks

Naveed Kamboh

QuestionDifference [modified] Pin
kjosh24-Aug-06 10:13
kjosh24-Aug-06 10:13 
AnswerRe: Difference Pin
Guffa24-Aug-06 10:46
Guffa24-Aug-06 10:46 
QuestionCalling Web service Pin
kjosh24-Aug-06 8:53
kjosh24-Aug-06 8:53 
AnswerRe: Calling Web service Pin
minhpc_bk24-Aug-06 16:21
minhpc_bk24-Aug-06 16:21 
AnswerRe: Calling Web service Pin
postmaster@programmingknowledge.com24-Aug-06 17:46
postmaster@programmingknowledge.com24-Aug-06 17:46 
QuestionTyped DataSet and ObjectDataSource Issue Pin
student_rhr24-Aug-06 8:28
student_rhr24-Aug-06 8:28 
AnswerRe: Typed DataSet and ObjectDataSource Issue Pin
minhpc_bk24-Aug-06 16:23
minhpc_bk24-Aug-06 16:23 
AnswerRe: Typed DataSet and ObjectDataSource Issue Pin
MIHAI_MTZ24-Aug-06 20:25
MIHAI_MTZ24-Aug-06 20:25 
Questiondata type: BIT Pin
Rory Lewis24-Aug-06 7:36
Rory Lewis24-Aug-06 7:36 
AnswerRe: data type: BIT [modified] Pin
Jon Sagara24-Aug-06 8:00
Jon Sagara24-Aug-06 8:00 
GeneralRe: data type: BIT Pin
Rory Lewis24-Aug-06 23:44
Rory Lewis24-Aug-06 23:44 
QuestionBuilding a web page Pin
nannapanenikamalnath24-Aug-06 7:19
nannapanenikamalnath24-Aug-06 7:19 
AnswerRe: Building a web page Pin
minhpc_bk24-Aug-06 16:27
minhpc_bk24-Aug-06 16:27 
QuestionASP.NET stopping the load event of a form from running again? Pin
Solly7424-Aug-06 6:54
Solly7424-Aug-06 6:54 
AnswerRe: ASP.NET stopping the load event of a form from running again? Pin
ToddHileHoffer24-Aug-06 7:04
ToddHileHoffer24-Aug-06 7:04 
GeneralRe: ASP.NET stopping the load event of a form from running again? Pin
Solly7424-Aug-06 7:08
Solly7424-Aug-06 7:08 
GeneralRe: ASP.NET stopping the load event of a form from running again? Pin
Solly7424-Aug-06 7:33
Solly7424-Aug-06 7:33 

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.