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

ASP.NET

 
QuestionDifference between IIS 5.0 and IIS 6.0 architecture Pin
Vivek.Sivasamy16-Jul-06 23:49
Vivek.Sivasamy16-Jul-06 23:49 
AnswerRe: Difference between IIS 5.0 and IIS 6.0 architecture Pin
eggsovereasy17-Jul-06 3:52
eggsovereasy17-Jul-06 3:52 
GeneralRe: Difference between IIS 5.0 and IIS 6.0 architecture Pin
Vivek.Sivasamy17-Jul-06 20:20
Vivek.Sivasamy17-Jul-06 20:20 
QuestionAjax.NET Help documentation Pin
Tiger45616-Jul-06 21:42
Tiger45616-Jul-06 21:42 
AnswerRe: Ajax.NET Help documentation Pin
psamy16-Jul-06 21:47
psamy16-Jul-06 21:47 
GeneralRe: Ajax.NET Help documentation Pin
Tiger45617-Jul-06 2:17
Tiger45617-Jul-06 2:17 
GeneralRe: Ajax.NET Help documentation Pin
Amit Agarrwal14-Aug-06 2:15
Amit Agarrwal14-Aug-06 2:15 
QuestionDataGridView problem when columns amount varies. Help, please! Pin
HilSoft16-Jul-06 21:41
HilSoft16-Jul-06 21:41 
When I am organizing a table in an application, I do not know beforehand how many columns it will contain.
In the Visual Studio-2003 I made it dinamically through command series:

theGrid.Columns.Clear();
theTable.Columns.Clear();

for (i=0; i < val; i++) {
theTable.Columns.Add();
}
for (i=0; i < val; i++) {
acol= new DataGridViewColumn();
theGrid.Columns.Add(acol);
}

But when I use the Visual Studio-2005 with its dataGridView, these commands do not have the effect.
Though headers are OK, the table by itself is just empty, whereas the data are written into it OK.
What can I do to get the data in its grids will be shown?

HilSoft
AnswerRe: DataGridView problem when columns amount varies. Help, please! Pin
minhpc_bk16-Jul-06 22:55
minhpc_bk16-Jul-06 22:55 
QuestionHow to use Grouping in Datagrid? Pin
nabeelkhan16-Jul-06 21:33
nabeelkhan16-Jul-06 21:33 
AnswerRe: How to use Grouping in Datagrid? Pin
minhpc_bk16-Jul-06 22:57
minhpc_bk16-Jul-06 22:57 
GeneralRe: How to use Grouping in Datagrid? Pin
nabeelkhan17-Jul-06 0:20
nabeelkhan17-Jul-06 0:20 
GeneralRe: How to use Grouping in Datagrid? Pin
minhpc_bk17-Jul-06 19:59
minhpc_bk17-Jul-06 19:59 
AnswerRe: How to use Grouping in Datagrid? Pin
Frank Kerrigan17-Jul-06 0:17
Frank Kerrigan17-Jul-06 0:17 
GeneralRe: How to use Grouping in Datagrid? Pin
nabeelkhan17-Jul-06 0:46
nabeelkhan17-Jul-06 0:46 
AnswerRe: How to use Grouping in Datagrid? Pin
mnaveed17-Jul-06 4:02
mnaveed17-Jul-06 4:02 
QuestionExcel in Asp.net Pin
kavithapuranik16-Jul-06 20:46
kavithapuranik16-Jul-06 20:46 
AnswerRe: Excel in Asp.net Pin
Eran Aharonovich16-Jul-06 21:57
Eran Aharonovich16-Jul-06 21:57 
GeneralRe: Excel in Asp.net Pin
kavithapuranik17-Jul-06 0:58
kavithapuranik17-Jul-06 0:58 
AnswerRe: Excel in Asp.net Pin
minhpc_bk16-Jul-06 23:22
minhpc_bk16-Jul-06 23:22 
GeneralRe: Excel in Asp.net Pin
kavithapuranik17-Jul-06 1:03
kavithapuranik17-Jul-06 1:03 
QuestionTypes of Dataset Pin
Ballita16-Jul-06 20:02
Ballita16-Jul-06 20:02 
AnswerRe: Types of Dataset Pin
psamy16-Jul-06 21:00
psamy16-Jul-06 21:00 
AnswerRe: Types of Dataset [modified] Pin
J4amieC16-Jul-06 22:17
J4amieC16-Jul-06 22:17 
QuestionDataGrid Control - hyperlink column Pin
nkhan2316-Jul-06 19:45
nkhan2316-Jul-06 19:45 

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.