Click here to Skip to main content
15,889,116 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: redirecing from one page to another page Pin
Abhijit Jana27-Feb-09 20:04
professionalAbhijit Jana27-Feb-09 20:04 
Questionjavascript Pin
roshid27-Feb-09 19:49
roshid27-Feb-09 19:49 
AnswerRe: javascript Pin
Abhijit Jana27-Feb-09 20:05
professionalAbhijit Jana27-Feb-09 20:05 
Questiontwo difference javascript alert using check boxes and delete button Pin
roshid27-Feb-09 19:25
roshid27-Feb-09 19:25 
AnswerRe: two difference javascript alert using check boxes and delete button Pin
Jon Rista27-Feb-09 19:41
Jon Rista27-Feb-09 19:41 
QuestionGallery Pin
balekarsiddharth27-Feb-09 18:21
balekarsiddharth27-Feb-09 18:21 
Questionlistview control... Pin
l a u r e n27-Feb-09 11:59
l a u r e n27-Feb-09 11:59 
AnswerRe: listview control... Pin
Calin Tatar27-Feb-09 12:56
Calin Tatar27-Feb-09 12:56 
Basically you may use ASP controls to render content dynamically.
In a few simple words, suppose you want to render a table with data from a DB. You cannot use a static HTML table with X rows, because you don't know how many rows you have in DB to display.
Simple options here are: to use <asp:table xmlns:asp="#unknown"> control, which can be dynamically rendered, you may add rows, columns, etc..using code behind(C#, VB), or, second option, to render HTML tags dynamically, but in this case you don't have managed support (let's say for each row from DB you'll add a < tr > tag).

Calin
GeneralRe: listview control... Pin
l a u r e n27-Feb-09 13:02
l a u r e n27-Feb-09 13:02 
GeneralRe: listview control... Pin
Calin Tatar27-Feb-09 13:18
Calin Tatar27-Feb-09 13:18 
GeneralRe: listview control... Pin
l a u r e n27-Feb-09 13:22
l a u r e n27-Feb-09 13:22 
GeneralRe: listview control... Pin
Colin Angus Mackay28-Feb-09 0:19
Colin Angus Mackay28-Feb-09 0:19 
GeneralRe: listview control... [modified] Pin
l a u r e n28-Feb-09 0:59
l a u r e n28-Feb-09 0:59 
AnswerRe: listview control... Pin
Eytukan27-Feb-09 22:18
Eytukan27-Feb-09 22:18 
GeneralRe: listview control... Pin
Shog928-Feb-09 5:25
sitebuilderShog928-Feb-09 5:25 
GeneralRe: listview control... Pin
l a u r e n28-Feb-09 5:46
l a u r e n28-Feb-09 5:46 
QuestionHow to geth the URL of redirecting Website ? Pin
King Shez27-Feb-09 9:18
King Shez27-Feb-09 9:18 
AnswerRe: How to geth the URL of redirecting Website ? Pin
johnsontroye27-Feb-09 9:28
johnsontroye27-Feb-09 9:28 
GeneralRe: How to geth the URL of redirecting Website ? Pin
King Shez27-Feb-09 9:30
King Shez27-Feb-09 9:30 
GeneralRe: How to geth the URL of redirecting Website ? Pin
Christian Graus27-Feb-09 10:07
protectorChristian Graus27-Feb-09 10:07 
GeneralRe: How to geth the URL of redirecting Website ? Pin
led mike27-Feb-09 10:46
led mike27-Feb-09 10:46 
GeneralRe: How to geth the URL of redirecting Website ? Pin
Aman Bhullar27-Feb-09 18:07
Aman Bhullar27-Feb-09 18:07 
QuestionSDK for Search Server 2008 Express for SharePoint? Pin
info027-Feb-09 7:38
info027-Feb-09 7:38 
AnswerRe: SDK for Search Server 2008 Express for SharePoint? Pin
led mike27-Feb-09 7:43
led mike27-Feb-09 7:43 
GeneralRe: SDK for Search Server 2008 Express for SharePoint? Pin
info01-Mar-09 23:38
info01-Mar-09 23:38 

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.