Click here to Skip to main content
16,008,954 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Grabbing Sharepoint documents Pin
Not Active21-Jun-10 3:24
mentorNot Active21-Jun-10 3:24 
GeneralRe: Grabbing Sharepoint documents Pin
Terry Asher21-Jun-10 3:26
Terry Asher21-Jun-10 3:26 
GeneralRe: Grabbing Sharepoint documents Pin
Not Active21-Jun-10 3:37
mentorNot Active21-Jun-10 3:37 
Question'Sys' is undefined Pin
Elena200615-Jun-10 4:20
Elena200615-Jun-10 4:20 
AnswerRe: 'Sys' is undefined Pin
Peace ON15-Jun-10 5:06
Peace ON15-Jun-10 5:06 
AnswerRe: 'Sys' is undefined Pin
R. Giskard Reventlov15-Jun-10 5:21
R. Giskard Reventlov15-Jun-10 5:21 
AnswerRe: 'Sys' is undefined Pin
koolprasad200317-Jun-10 19:49
professionalkoolprasad200317-Jun-10 19:49 
QuestionHow to add columns dynamically in gridview Pin
mominafiz15-Jun-10 3:14
mominafiz15-Jun-10 3:14 
hi,
i want to add textbox columns in my Gridview dynamically.

I first want to fill the gridview using dataset which i m able to...but i want to add one more extra column in the gridview at the same time.

How to add that textbox column ......say on dropdownlist autopostback event or say button click event?

here is the code for filling gridview using dataset

        TRcmd.CommandText = "GetLoadedTRGV"
        TRcmd.CommandType = CommandType.StoredProcedure
        TRcmd.Connection = MyTRCon
                TRcmd.Parameters.Add(New SqlParameter("@testID", SqlDbType.NVarChar) With {.Value =  testnameddl.Text})
        TRcmd.Parameters.Add(New SqlParameter("@techniqID", SqlDbType.NVarChar) With {.Value = Techniqnameddl.Text})

        TRadptr = New SqlDataAdapter("GetLoadedTRGV", MyTRCon)
        TRadptr.Fill(TRds)


Gridview1.datsource=TRds.Tables(0)
Gridview1.databind()


modified on Tuesday, June 15, 2010 9:26 AM

AnswerRe: How to add columns dynamically in gridview Pin
Peace ON15-Jun-10 4:12
Peace ON15-Jun-10 4:12 
QuestionUpdating parent from iFrame Pin
il_manti14-Jun-10 21:00
il_manti14-Jun-10 21:00 
QuestionBeing Dim? Pin
Dalek Dave14-Jun-10 13:36
professionalDalek Dave14-Jun-10 13:36 
AnswerRe: Being Dim? Pin
Dr.Walt Fair, PE14-Jun-10 15:04
professionalDr.Walt Fair, PE14-Jun-10 15:04 
AnswerRe: Being Dim? Pin
Graham Breach14-Jun-10 20:44
Graham Breach14-Jun-10 20:44 
GeneralRe: Being Dim? Pin
Dalek Dave14-Jun-10 21:30
professionalDalek Dave14-Jun-10 21:30 
AnswerRe: Being Dim? Pin
T M Gray15-Jun-10 8:40
T M Gray15-Jun-10 8:40 
QuestionNavigation bar dropdown list Pin
Dalek Dave14-Jun-10 11:50
professionalDalek Dave14-Jun-10 11:50 
AnswerRe: Navigation bar dropdown list Pin
User 171649214-Jun-10 12:24
professionalUser 171649214-Jun-10 12:24 
GeneralRe: Navigation bar dropdown list Pin
Dalek Dave14-Jun-10 12:32
professionalDalek Dave14-Jun-10 12:32 
QuestionCalling .TLB file from vbscript in htm file Pin
amistry_petlad14-Jun-10 10:22
amistry_petlad14-Jun-10 10:22 
Questionhow to know java3d installed or not? Pin
002comp13-Jun-10 22:59
002comp13-Jun-10 22:59 
AnswerRe: how to know java3d installed or not? Pin
002comp14-Jun-10 21:15
002comp14-Jun-10 21:15 
QuestionAre Web-Safe colors still applicable? Pin
Randor 13-Jun-10 14:00
professional Randor 13-Jun-10 14:00 
AnswerRe: Are Web-Safe colors still applicable? Pin
Peter_in_278013-Jun-10 14:47
professionalPeter_in_278013-Jun-10 14:47 
GeneralRe: Are Web-Safe colors still applicable? Pin
Randor 13-Jun-10 16:03
professional Randor 13-Jun-10 16:03 
QuestionHow to overcome this issue...dll updates for application... Pin
Sasmi_Office12-Jun-10 5:32
Sasmi_Office12-Jun-10 5:32 

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.