Click here to Skip to main content
16,005,080 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Problem with the grid header Pin
Akhilesh Yadav2-Nov-06 22:53
Akhilesh Yadav2-Nov-06 22:53 
QuestionRe: Problem with the grid header Pin
dj.rock2-Nov-06 23:17
dj.rock2-Nov-06 23:17 
AnswerRe: Problem with the grid header Pin
P A N K A J3-Nov-06 3:17
P A N K A J3-Nov-06 3:17 
Questiondisplaying of graph and moving pointer along the graph line Pin
bskvarma2-Nov-06 18:21
bskvarma2-Nov-06 18:21 
QuestionDataGrid Template Column Pin
Krishlibran2-Nov-06 17:49
Krishlibran2-Nov-06 17:49 
AnswerRe: DataGrid Template Column Pin
dj.rock2-Nov-06 17:55
dj.rock2-Nov-06 17:55 
GeneralRe: DataGrid Template Column Pin
Krishlibran2-Nov-06 18:16
Krishlibran2-Nov-06 18:16 
GeneralRe: DataGrid Template Column Pin
dj.rock2-Nov-06 19:00
dj.rock2-Nov-06 19:00 
for selecting check boxes in grid using template column you can use

<asp:TemplateField>
<ItemTemplate>
<asp:CheckBox runat="server" />
</ItemTemplate>
</asp:TemplateField>

and so your first column will be template column for selecting movie shows and your second column will be bound field.

so in bound field you give header text = "Movie Show"
and data field property= "Show" and you can write query to select from database like "Select Show from movie"
so your selecting column name and data field value should be same.

Hope this will help

Enjoy Wink | ;)
GeneralRe: DataGrid Template Column Pin
Krishlibran2-Nov-06 23:22
Krishlibran2-Nov-06 23:22 
GeneralRe: DataGrid Template Column Pin
dj.rock2-Nov-06 23:36
dj.rock2-Nov-06 23:36 
AnswerRe: DataGrid Template Column Pin
postmaster@programmingknowledge.com2-Nov-06 18:02
postmaster@programmingknowledge.com2-Nov-06 18:02 
AnswerRe: DataGrid Template Column Pin
madx_hu2-Nov-06 21:40
madx_hu2-Nov-06 21:40 
GeneralRe: DataGrid Template Column Pin
Krishlibran2-Nov-06 22:16
Krishlibran2-Nov-06 22:16 
QuestionWhat is this error Pin
slSoftware2-Nov-06 17:45
slSoftware2-Nov-06 17:45 
AnswerRe: What is this error Pin
Akhilesh Yadav2-Nov-06 23:20
Akhilesh Yadav2-Nov-06 23:20 
AnswerRe: What is this error Pin
ednrgc3-Nov-06 5:36
ednrgc3-Nov-06 5:36 
QuestionHow to print header in each page Pin
Renukapadhamanaban2-Nov-06 15:10
Renukapadhamanaban2-Nov-06 15:10 
QuestionCannot install Visual Web Developer Pin
aharrisreid2-Nov-06 12:12
aharrisreid2-Nov-06 12:12 
AnswerRe: Cannot install Visual Web Developer Pin
Sathesh Sakthivel2-Nov-06 18:14
Sathesh Sakthivel2-Nov-06 18:14 
QuestionHow to pass multidimensional array to client Pin
MrBink2-Nov-06 11:57
MrBink2-Nov-06 11:57 
AnswerRe: How to pass multidimensional array to client Pin
Guffa2-Nov-06 14:06
Guffa2-Nov-06 14:06 
GeneralRe: How to pass multidimensional array to client Pin
MrBink2-Nov-06 14:55
MrBink2-Nov-06 14:55 
QuestionConnectionString Problem!!! [modified] Pin
immori2-Nov-06 11:47
immori2-Nov-06 11:47 
QuestionRe: ConnectionString Problem!!! Pin
Guffa2-Nov-06 14:08
Guffa2-Nov-06 14:08 
AnswerRe: ConnectionString Problem!!! Pin
immori3-Nov-06 18:51
immori3-Nov-06 18:51 

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.