Create table in codebehind
-
hi friends i need create tabele in codebehind how can i create it.. for example;
how can achive in code behind
Known Is Drop.Unknown Is Ocean
-
hi friends i need create tabele in codebehind how can i create it.. for example;
how can achive in code behind
Known Is Drop.Unknown Is Ocean
saravanan05 wrote:
hi friends i need create tabele in codebehind how can i create it.. for example; how can achive in code behind
Your given example is not coming properly. Which kind of table you want create ?
cheers, Abhijit CodeProject MVP
-
saravanan05 wrote:
hi friends i need create tabele in codebehind how can i create it.. for example; how can achive in code behind
Your given example is not coming properly. Which kind of table you want create ?
cheers, Abhijit CodeProject MVP
hi i need to create like this:
i need to create in codebehind..
Known Is Drop.Unknown Is Ocean
-
hi i need to create like this:
i need to create in codebehind..
Known Is Drop.Unknown Is Ocean
Edit your post and use ignore HTML tags option. ;P
Navaneeth How to use google | Ask smart questions
-
hi i need to create like this:
i need to create in codebehind..
Known Is Drop.Unknown Is Ocean
hi, Sorry dear but again its not displayed. If this is the image then send to me at anil.bly@gmail.com Or explain through text only.
Regards Anil Pal
-
hi i need to create like this:
i need to create in codebehind..
Known Is Drop.Unknown Is Ocean
You have done the same mistake. before post please checked "
Ignore HTML tags in this message (good for code snippets)
" Check Box ;)cheers, Abhijit CodeProject MVP
-
You have done the same mistake. before post please checked "
Ignore HTML tags in this message (good for code snippets)
" Check Box ;)cheers, Abhijit CodeProject MVP
hi i need to create table in code behind
Known Is Drop.Unknown Is Ocean
-
hi i need to create table in code behind
Known Is Drop.Unknown Is Ocean
You could place a literal control on the page. In the code behind write the code to generate the Table and assign the result to the Literal control's Text property.
*Developer Day Scotland - Free community conference Delegate Registration Open
-
You could place a literal control on the page. In the code behind write the code to generate the Table and assign the result to the Literal control's Text property.
*Developer Day Scotland - Free community conference Delegate Registration Open
-
hi, You can also use HtmlTable, HtmltableCell. row ect class to create the table from code behind.
Regards Anil Pal
That would work. But the OP seemed to be indicating that he wanted to write the HTML directly. Either that or he thought we might not know what a table looked like in HTML.
*Developer Day Scotland - Free community conference Delegate Registration Open