Click here to Skip to main content
15,921,382 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How can i iterate through and modify the data in databround rows of a 3.5 ListView similar to a Gridview Pin
vortex6930693027-Jan-08 7:44
vortex6930693027-Jan-08 7:44 
GeneralRe: How can i iterate through and modify the data in databround rows of a 3.5 ListView similar to a Gridview Pin
pmarfleet27-Jan-08 8:47
pmarfleet27-Jan-08 8:47 
GeneralDoubt about wesite accessing Pin
sjs4u26-Jan-08 23:10
sjs4u26-Jan-08 23:10 
GeneralRe: Doubt about wesite accessing Pin
pmarfleet27-Jan-08 2:09
pmarfleet27-Jan-08 2:09 
GeneralRe: Doubt about wesite accessing Pin
sjs4u27-Jan-08 4:38
sjs4u27-Jan-08 4:38 
GeneralRe: Doubt about wesite accessing Pin
pmarfleet27-Jan-08 5:38
pmarfleet27-Jan-08 5:38 
GeneralRe: Doubt about wesite accessing Pin
Vasudevan Deepak Kumar27-Jan-08 18:01
Vasudevan Deepak Kumar27-Jan-08 18:01 
GeneralRe: Doubt about wesite accessing Pin
Tad McClellan27-Jan-08 8:24
professionalTad McClellan27-Jan-08 8:24 
So you have multiple Web sites running on your server. One way to do it is to just use different ports. The default port is 80. So if you type www.mywebsite.com:80 is the same thing as www.mywebsite.com. You can add a website in IIS at port 81 so you would type www.mywebsite.com:81.

That is not really a good way to do it since most users will never type the 81. A better way is to give each site it's own IP. So you need to give you server multiple IP's. The assign each individual IP to the website in IIS. You can then DNS each IP to a different name like web1.mywebsite.com and web2.mywebsite.com.


QuestionProblem adding additional nested gridviews to a form Pin
bamagrad26-Jan-08 4:27
bamagrad26-Jan-08 4:27 
Generalshowing some of whole data in a drop down list Pin
Member 471741225-Jan-08 21:54
Member 471741225-Jan-08 21:54 
GeneralRe: showing some of whole data in a drop down list Pin
pmarfleet25-Jan-08 22:05
pmarfleet25-Jan-08 22:05 
GeneralAutomatic alert to other users Pin
Vipin.d25-Jan-08 21:52
Vipin.d25-Jan-08 21:52 
GeneralRe: Automatic alert to other users Pin
Abhijit Jana25-Jan-08 23:31
professionalAbhijit Jana25-Jan-08 23:31 
GeneralRe: Automatic alert to other users Pin
Guffa26-Jan-08 10:17
Guffa26-Jan-08 10:17 
GeneralRe: Automatic alert to other users Pin
Guffa26-Jan-08 10:11
Guffa26-Jan-08 10:11 
Generalebook link Pin
Sonia Gupta25-Jan-08 21:36
Sonia Gupta25-Jan-08 21:36 
GeneralRe: ebook link Pin
Abhijit Jana25-Jan-08 22:59
professionalAbhijit Jana25-Jan-08 22:59 
GeneralRe: ebook link Pin
Paul Conrad26-Jan-08 6:30
professionalPaul Conrad26-Jan-08 6:30 
GeneralRe: ebook link Pin
John-ph26-Jan-08 19:39
John-ph26-Jan-08 19:39 
QuestionHow to show a web user control's properties in property window IF? Pin
maryam.saboor25-Jan-08 20:22
professionalmaryam.saboor25-Jan-08 20:22 
GeneralSending mails on particular date and time Pin
csn25-Jan-08 8:01
csn25-Jan-08 8:01 
GeneralRe: Sending mails on particular date and time Pin
Ennis Ray Lynch, Jr.25-Jan-08 9:24
Ennis Ray Lynch, Jr.25-Jan-08 9:24 
GeneralRe: Sending mails on particular date and time Pin
csn25-Jan-08 17:43
csn25-Jan-08 17:43 
GeneralRe: Sending mails on particular date and time Pin
John-ph26-Jan-08 19:44
John-ph26-Jan-08 19:44 
GeneralGetting the controls form an asp:Table [modified 2] Pin
Fernando A. Gomez F.25-Jan-08 7:18
Fernando A. Gomez F.25-Jan-08 7:18 

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.