Click here to Skip to main content
15,917,060 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionProblem with UpdatePanel and ContentTemplate [modified] Pin
udaymohan26-Mar-08 0:08
udaymohan26-Mar-08 0:08 
GeneralRe: Problem with UpdatePanel and ContentTemplate Pin
eyeseetee26-Mar-08 0:12
eyeseetee26-Mar-08 0:12 
GeneralRe: Problem with UpdatePanel and ContentTemplate Pin
maryam.saboor26-Mar-08 1:44
professionalmaryam.saboor26-Mar-08 1:44 
GeneralReport Viewer Horror Pin
vinnuvineet25-Mar-08 23:48
vinnuvineet25-Mar-08 23:48 
QuestionManually filling up datagrid? Pin
megavan25-Mar-08 23:21
megavan25-Mar-08 23:21 
AnswerRe: Manually filling up datagrid? Pin
Declan Bright25-Mar-08 23:47
Declan Bright25-Mar-08 23:47 
GeneralRe: Manually filling up datagrid? Pin
megavan26-Mar-08 0:06
megavan26-Mar-08 0:06 
GeneralRe: Manually filling up datagrid? Pin
Declan Bright26-Mar-08 0:49
Declan Bright26-Mar-08 0:49 
I don't think you can do it from the properties menu. You need to provide some kind of datasource. You can programitically build a datatable or as Christian has suggested an array and use this as your datasource. The disadvantage of this method is that the values are hard coded into your code.

Another option is to store your data in an Xml file and use this as a data source. At least you will be able to modify the data without re-compiling.

Declan Bright
www.declanbright.com

AnswerRe: Manually filling up datagrid? Pin
Christian Graus26-Mar-08 0:09
protectorChristian Graus26-Mar-08 0:09 
GeneralCascadingDropDown Using Page Method insted of webmethod Pin
Malayil alex25-Mar-08 22:45
Malayil alex25-Mar-08 22:45 
GeneralRe: CascadingDropDown Using Page Method insted of webmethod Pin
Declan Bright25-Mar-08 23:40
Declan Bright25-Mar-08 23:40 
GeneralRe: CascadingDropDown Using Page Method insted of webmethod Pin
Malayil alex26-Mar-08 0:16
Malayil alex26-Mar-08 0:16 
GeneralRe: CascadingDropDown Using Page Method insted of webmethod Pin
Declan Bright26-Mar-08 0:44
Declan Bright26-Mar-08 0:44 
GeneralRe: CascadingDropDown Using Page Method insted of webmethod Pin
Malayil alex27-Mar-08 5:03
Malayil alex27-Mar-08 5:03 
GeneralUsing Scanner In Asp.Net Application Pin
Member 345333125-Mar-08 22:34
Member 345333125-Mar-08 22:34 
GeneralRe: Using Scanner In Asp.Net Application Pin
Christian Graus25-Mar-08 22:59
protectorChristian Graus25-Mar-08 22:59 
GeneralRe: Using Scanner In Asp.Net Application Pin
Eduard Keilholz25-Mar-08 23:53
Eduard Keilholz25-Mar-08 23:53 
Generalusing Dotnetnuke Pin
Madang25-Mar-08 21:59
Madang25-Mar-08 21:59 
GeneralRe: using Dotnetnuke Pin
eyeseetee25-Mar-08 22:12
eyeseetee25-Mar-08 22:12 
GeneralRe: using Dotnetnuke Pin
Madang25-Mar-08 23:20
Madang25-Mar-08 23:20 
GeneralCrystal Report 2008: Next page button in Viewer not always working Pin
livez25-Mar-08 21:31
livez25-Mar-08 21:31 
GeneralRe: Crystal Report 2008: Next page button in Viewer not always working Pin
Herman<T>.Instance26-Mar-08 5:16
Herman<T>.Instance26-Mar-08 5:16 
GeneralRe: Crystal Report 2008: Next page button in Viewer not always working [modified] Pin
livez26-Mar-08 23:22
livez26-Mar-08 23:22 
Generalserialization Pin
Kanjinghat25-Mar-08 21:01
Kanjinghat25-Mar-08 21:01 
GeneralRe: serialization Pin
Christian Graus25-Mar-08 22:21
protectorChristian Graus25-Mar-08 22:21 

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.