Click here to Skip to main content
15,912,205 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Setting file ContentType dynamically Pin
Christian Graus30-Jul-07 17:50
protectorChristian Graus30-Jul-07 17:50 
GeneralRe: Setting file ContentType dynamically [modified] Pin
ASPnoob30-Jul-07 19:18
ASPnoob30-Jul-07 19:18 
GeneralRe: Setting file ContentType dynamically Pin
Christian Graus30-Jul-07 19:27
protectorChristian Graus30-Jul-07 19:27 
Questionupdate panel problem Pin
Mogaambo30-Jul-07 12:07
Mogaambo30-Jul-07 12:07 
QuestionASP.NET Button postback issue [modified] Pin
stoland - work30-Jul-07 9:57
stoland - work30-Jul-07 9:57 
AnswerRe: ASP.NET Button postback issue Pin
Christian Graus30-Jul-07 11:13
protectorChristian Graus30-Jul-07 11:13 
QuestionTable Question Pin
nlindley730-Jul-07 8:54
nlindley730-Jul-07 8:54 
AnswerRe: Table Question Pin
rashadaliarshad30-Jul-07 9:05
rashadaliarshad30-Jul-07 9:05 
yes, it is easy to achieve but what you have to do is to built the table (add rows and colums) dynamically at runtime in the table...

e.g in code-behind file (default.vb) use

if condition=true then
//add code to create table with 3 rows and 5 colums
elseif condition2 =true then
// add code to create table with 2 rows and 2 colums
elseif condition3 = true then

and so on......hope it helps

Note: at Design time you should just place the Table control on the place where it needs to drawn at runtime... then handle, height, width, and etc attributes programtically in code behind file

:- Rashid Ali -:

GeneralRe: Table Question Pin
nlindley730-Jul-07 9:21
nlindley730-Jul-07 9:21 
GeneralRe: Table Question Pin
rashadaliarshad30-Jul-07 9:30
rashadaliarshad30-Jul-07 9:30 
GeneralRe: Table Question Pin
nlindley730-Jul-07 9:41
nlindley730-Jul-07 9:41 
AnswerRe: Table Question Pin
ToddHileHoffer30-Jul-07 9:06
ToddHileHoffer30-Jul-07 9:06 
GeneralRe: Table Question Pin
nlindley730-Jul-07 9:19
nlindley730-Jul-07 9:19 
QuestionGetting object declared in HTML Component Pin
satindra200230-Jul-07 7:31
satindra200230-Jul-07 7:31 
AnswerRe: Getting object declared in HTML Component Pin
ToddHileHoffer30-Jul-07 9:07
ToddHileHoffer30-Jul-07 9:07 
GeneralRe: Getting object declared in HTML Component Pin
satindra200230-Jul-07 19:00
satindra200230-Jul-07 19:00 
QuestionWeb.Config File Problem...Please Help Pin
rashadaliarshad30-Jul-07 7:27
rashadaliarshad30-Jul-07 7:27 
Questionadding info to another page Pin
brsecu30-Jul-07 5:50
brsecu30-Jul-07 5:50 
AnswerRe: adding info to another page Pin
Pete O'Hanlon30-Jul-07 10:05
mvePete O'Hanlon30-Jul-07 10:05 
AnswerRe: adding info to another page Pin
Christian Graus30-Jul-07 10:57
protectorChristian Graus30-Jul-07 10:57 
QuestionHow can i close page from another page? Pin
kimo code30-Jul-07 5:28
kimo code30-Jul-07 5:28 
AnswerRe: How can i close page from another page? Pin
dekart_roo30-Jul-07 5:42
dekart_roo30-Jul-07 5:42 
GeneralRe: How can i close page from another page? Pin
kimo code31-Jul-07 1:57
kimo code31-Jul-07 1:57 
AnswerRe: How can i close page from another page? Pin
ToddHileHoffer30-Jul-07 5:44
ToddHileHoffer30-Jul-07 5:44 
AnswerRe: How can i close page from another page? Pin
Christian Graus30-Jul-07 10:26
protectorChristian Graus30-Jul-07 10:26 

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.