Click here to Skip to main content
15,891,253 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: GridView / ObjectDataSource problem Pin
minhpc_bk7-Sep-06 22:56
minhpc_bk7-Sep-06 22:56 
QuestionInfragistics ultrawebgrid Pin
shivarishxxxx6-Sep-06 4:17
shivarishxxxx6-Sep-06 4:17 
AnswerRe: Infragistics ultrawebgrid Pin
g00fyman6-Sep-06 4:43
g00fyman6-Sep-06 4:43 
GeneralRe: Infragistics ultrawebgrid Pin
shivarishxxxx6-Sep-06 5:05
shivarishxxxx6-Sep-06 5:05 
QuestionRuntimeTabstrip Control Pin
shivarishxxxx6-Sep-06 3:22
shivarishxxxx6-Sep-06 3:22 
AnswerRe: RuntimeTabstrip Control Pin
g00fyman6-Sep-06 3:50
g00fyman6-Sep-06 3:50 
GeneralRe: RuntimeTabstrip Control [modified] Pin
shivarishxxxx6-Sep-06 4:13
shivarishxxxx6-Sep-06 4:13 
GeneralRe: RuntimeTabstrip Control Pin
g00fyman6-Sep-06 4:41
g00fyman6-Sep-06 4:41 
ok i don't have that assembly and have never used it but this code works

protected void Page_Load(object sender, EventArgs e)
  {
    Table table = new Table();
    table.Rows.Add(new TableRow());
    table.Rows[0].Cells.Add(new TableCell());
    table.Rows[0].Cells[0].Controls.Add(new LiteralControl("cell 0"));

    Page.Controls.Add(table);
  }


and this code doesn't work

protected void Page_Load(object sender, EventArgs e)
  {
    Table table = new Table();
    table.Rows.Add(new TableRow());
    table.Rows[0].Cells.Add(new TableCell());
    table.Rows[0].Cells[0].Controls.Add(new LiteralControl("cell 0"));

    //Page.Controls.Add(table);
  }


hope that helps

g00fy
QuestionAuthentication Problems Pin
HRiazi6-Sep-06 3:18
HRiazi6-Sep-06 3:18 
AnswerRe: Authentication Problems Pin
g00fyman6-Sep-06 4:49
g00fyman6-Sep-06 4:49 
AnswerAuthentication Problems Pin
Britney S. Morales6-Sep-06 11:03
Britney S. Morales6-Sep-06 11:03 
GeneralRe: Authentication Problems Pin
Not Active6-Sep-06 11:15
mentorNot Active6-Sep-06 11:15 
QuestionGof Design pattern Pin
Parwej Ahamad6-Sep-06 3:09
professionalParwej Ahamad6-Sep-06 3:09 
AnswerRe: Gof Design pattern Pin
Colin Angus Mackay6-Sep-06 3:15
Colin Angus Mackay6-Sep-06 3:15 
AnswerRe: Gof Design pattern Pin
g00fyman6-Sep-06 3:42
g00fyman6-Sep-06 3:42 
AnswerRe: Gof Design pattern Pin
Not Active6-Sep-06 6:50
mentorNot Active6-Sep-06 6:50 
GeneralRe: Gof Design pattern Pin
Parwej Ahamad6-Sep-06 21:12
professionalParwej Ahamad6-Sep-06 21:12 
QuestionSession variables help needed Pin
Naveed Kamboh6-Sep-06 2:17
Naveed Kamboh6-Sep-06 2:17 
AnswerRe: Session variables help needed Pin
g00fyman6-Sep-06 2:29
g00fyman6-Sep-06 2:29 
QuestionHow to change the skin of a web site? Pin
thomas_joyee6-Sep-06 2:03
thomas_joyee6-Sep-06 2:03 
AnswerRe: How to change the skin of a web site? Pin
minhpc_bk6-Sep-06 2:07
minhpc_bk6-Sep-06 2:07 
Questionmultilanguage asp.net application Pin
manoj_geet6-Sep-06 1:59
manoj_geet6-Sep-06 1:59 
AnswerRe: multilanguage asp.net application Pin
minhpc_bk6-Sep-06 2:05
minhpc_bk6-Sep-06 2:05 
AnswerRe: multilanguage asp.net application Pin
Sathesh Sakthivel6-Sep-06 2:10
Sathesh Sakthivel6-Sep-06 2:10 
QuestionFilling Dropdown via Javascript - Strategic Question Pin
matthias s.6-Sep-06 1:23
matthias s.6-Sep-06 1:23 

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.