Click here to Skip to main content
15,905,590 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Twitter like login Pin
Pete O'Hanlon10-Jan-11 0:45
mvePete O'Hanlon10-Jan-11 0:45 
QuestionI want an image carousel similar to Amazon's product carousel Pin
Tridip Bhattacharjee10-Jan-11 0:00
professionalTridip Bhattacharjee10-Jan-11 0:00 
AnswerRe: I want an image carousel similar to Amazon's product carousel Pin
Pete O'Hanlon10-Jan-11 0:21
mvePete O'Hanlon10-Jan-11 0:21 
Questioncrystal report query Pin
sheemap9-Jan-11 20:34
sheemap9-Jan-11 20:34 
AnswerRe: crystal report query Pin
David Mujica10-Jan-11 3:11
David Mujica10-Jan-11 3:11 
AnswerRe: crystal report query Pin
RaviRanjanKr10-Jan-11 17:49
professionalRaviRanjanKr10-Jan-11 17:49 
AnswerRe: crystal report query [modified] Pin
thatraja10-Jan-11 18:45
professionalthatraja10-Jan-11 18:45 
QuestionTable Control initiallization probelm. Pin
buffering839-Jan-11 14:21
buffering839-Jan-11 14:21 
Label component is inserted by using Table Component dynamic.

Atfer A function Table2.Rows.Count is 1.

But when i call B function which is called when i click other button , Table2.Rows.Count is 0.

I think that Table Component is initialization.

But i want to keep component.

What should i do?





A()

{

TableRow tr = new TableRow();;
TableCell tc = new TableCell(); ;


Label numberLa = new Label();
numberLa.ID = "numberLa" + index.ToString();
numberLa.Text = index.ToString();
tc.Controls.Add(numberLa);
tr.Controls.Add(tc);



Table2.Controls.Add(tr);



}
hi

My english is a little.
anyway, nice to meet you~~
and give me your advice anytime~

AnswerRe: Table Control initiallization probelm. Pin
m@dhu9-Jan-11 17:54
m@dhu9-Jan-11 17:54 
AnswerRe: Table Control initiallization probelm. Pin
Abhijit Jana9-Jan-11 20:31
professionalAbhijit Jana9-Jan-11 20:31 
Questionhow to make my default language in hebrew when i stay in textbox Pin
Gali19789-Jan-11 7:35
Gali19789-Jan-11 7:35 
AnswerRe: how to make my default language in hebrew when i stay in textbox Pin
Keith Barrow9-Jan-11 8:27
professionalKeith Barrow9-Jan-11 8:27 
Questionhow to make (in C# code - asp.net) that my web will be the home page ? Pin
goldsoft9-Jan-11 1:00
goldsoft9-Jan-11 1:00 
AnswerRe: how to make (in C# code - asp.net) that my web will be the home page ? Pin
Abhijit Jana9-Jan-11 7:15
professionalAbhijit Jana9-Jan-11 7:15 
AnswerRe: how to make (in C# code - asp.net) that my web will be the home page ? Pin
Keith Barrow9-Jan-11 7:26
professionalKeith Barrow9-Jan-11 7:26 
AnswerRe: how to make (in C# code - asp.net) that my web will be the home page ? Pin
Ravi Sant12-May-11 1:18
Ravi Sant12-May-11 1:18 
Questionhow to change the icon of my web-form ? Pin
goldsoft8-Jan-11 21:30
goldsoft8-Jan-11 21:30 
AnswerRe: how to change the icon of my web-form ? Pin
Keith Barrow8-Jan-11 21:44
professionalKeith Barrow8-Jan-11 21:44 
QuestionButton on a webpage Pin
chrisclarke117-Jan-11 21:58
chrisclarke117-Jan-11 21:58 
AnswerRe: Button on a webpage Pin
Kasson7-Jan-11 23:30
Kasson7-Jan-11 23:30 
GeneralRe: Button on a webpage Pin
chrisclarke119-Jan-11 0:52
chrisclarke119-Jan-11 0:52 
AnswerRe: Button on a webpage Pin
Not Active7-Jan-11 23:30
mentorNot Active7-Jan-11 23:30 
GeneralRe: Button on a webpage Pin
Kasson7-Jan-11 23:32
Kasson7-Jan-11 23:32 
GeneralRe: Button on a webpage Pin
Not Active8-Jan-11 3:21
mentorNot Active8-Jan-11 3:21 
AnswerRe: Button on a webpage Pin
Yusuf8-Jan-11 4:45
Yusuf8-Jan-11 4: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.