Click here to Skip to main content
15,916,949 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Accessing Textbox Control in Gridview from Javascript. Pin
Jamil Hallal26-Apr-10 23:45
professionalJamil Hallal26-Apr-10 23:45 
GeneralRe: Accessing Textbox Control in Gridview from Javascript. Pin
cheguri27-Apr-10 0:17
cheguri27-Apr-10 0:17 
AnswerRe: Accessing Textbox Control in Gridview from Javascript. Pin
Arun Jacob27-Apr-10 2:15
Arun Jacob27-Apr-10 2:15 
QuestionProblems with Button Click Event Pin
BadKarma26-Apr-10 22:43
BadKarma26-Apr-10 22:43 
AnswerRe: Problems with Button Click Event Pin
Jamil Hallal26-Apr-10 22:45
professionalJamil Hallal26-Apr-10 22:45 
GeneralRe: Problems with Button Click Event Pin
BadKarma26-Apr-10 23:04
BadKarma26-Apr-10 23:04 
GeneralRe: Problems with Button Click Event Pin
Jamil Hallal26-Apr-10 23:10
professionalJamil Hallal26-Apr-10 23:10 
GeneralRe: Problems with Button Click Event Pin
BadKarma26-Apr-10 23:34
BadKarma26-Apr-10 23:34 
AnswerRe: Problems with Button Click Event Pin
Dinesh Mani26-Apr-10 23:51
Dinesh Mani26-Apr-10 23:51 
QuestionExchange Server 2007 - Event Programming Pin
naveedmazhar26-Apr-10 22:23
naveedmazhar26-Apr-10 22:23 
AnswerRe: Exchange Server 2007 - Event Programming Pin
Abhijit Jana26-Apr-10 22:38
professionalAbhijit Jana26-Apr-10 22:38 
AnswerRe: Exchange Server 2007 - Event Programming Pin
Jamil Hallal26-Apr-10 22:43
professionalJamil Hallal26-Apr-10 22:43 
QuestionGrid with CheckBox Columns Pin
yogesh_kumar_agarwal26-Apr-10 21:55
yogesh_kumar_agarwal26-Apr-10 21:55 
AnswerRe: Grid with CheckBox Columns Pin
Arun Jacob26-Apr-10 22:20
Arun Jacob26-Apr-10 22:20 
GeneralRe: Grid with CheckBox Columns Pin
yogesh_kumar_agarwal26-Apr-10 22:44
yogesh_kumar_agarwal26-Apr-10 22:44 
AnswerRe: Grid with CheckBox Columns Pin
Arun Jacob26-Apr-10 23:00
Arun Jacob26-Apr-10 23:00 
Where this column name coming from?I mean where this column is mapped to?Where you get the no of records from?

if the column is only dynamic and you know the no of records, then you can try any of the following solution.I guess it'll work,

Either
1.Add Template column for check box and make AutoGenerateColumns true. Add dynamic columns to the datasource and bind it to grid.
or
2.Create a datasource with no of records, Bind the grid with the DataSource and add the dynamic columns in the Row_Created event.

GeneralRe: Grid with CheckBox Columns Pin
yogesh_kumar_agarwal26-Apr-10 23:17
yogesh_kumar_agarwal26-Apr-10 23:17 
GeneralRe: Grid with CheckBox Columns Pin
Arun Jacob26-Apr-10 23:37
Arun Jacob26-Apr-10 23:37 
AnswerRe: Grid with CheckBox Columns Pin
chengclq26-Apr-10 22:58
chengclq26-Apr-10 22:58 
Questionquery string problem Pin
vkumar0926-Apr-10 18:58
vkumar0926-Apr-10 18:58 
AnswerRe: query string problem Pin
Brij26-Apr-10 19:12
mentorBrij26-Apr-10 19:12 
GeneralRe: query string problem Pin
vkumar0926-Apr-10 21:06
vkumar0926-Apr-10 21:06 
GeneralRe: query string problem Pin
Brij26-Apr-10 21:09
mentorBrij26-Apr-10 21:09 
GeneralRe: query string problem Pin
Jamil Hallal26-Apr-10 21:15
professionalJamil Hallal26-Apr-10 21:15 
AnswerRe: query string problem Pin
Jamil Hallal26-Apr-10 19:56
professionalJamil Hallal26-Apr-10 19:56 

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.