Click here to Skip to main content
15,906,463 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionMeaning of %~dp0 value Pin
indian14324-May-11 13:37
indian14324-May-11 13:37 
AnswerRe: Meaning of %~dp0 value Pin
Eddy Vluggen25-May-11 0:07
professionalEddy Vluggen25-May-11 0:07 
QuestionEnum string value Pin
Ali Al Omairi(Abu AlHassan)23-May-11 21:20
professionalAli Al Omairi(Abu AlHassan)23-May-11 21:20 
QuestionI want to Hide url. Pin
buffering8322-May-11 23:47
buffering8322-May-11 23:47 
RantRe: I want to Hide url. Pin
Groulien23-May-11 0:08
Groulien23-May-11 0:08 
GeneralMy Vote of 1 Pin
Keith Barrow23-May-11 0:37
professionalKeith Barrow23-May-11 0:37 
AnswerRe: I want to Hide url. Pin
Tarun Mangukiya23-May-11 0:15
Tarun Mangukiya23-May-11 0:15 
AnswerRe: I want to Hide url. Pin
Keith Barrow23-May-11 0:36
professionalKeith Barrow23-May-11 0:36 
If B.aspx is always the page you want to display for http://homepage.com then google for "Set Default Pages in IIS", you can also set this in your web.config. You could also rename "b.aspx" to one of the existing defaults such as "default.aspx" See http://stackoverflow.com/questions/1913058/set-default-page-in-asp-net[^]

If you are worried about neater URLs generally you could consider ASP.NET MVC3, but there is a learning curve. Another answer would be to write an HttpHandler to map a clean URL to the actual page, but this will get unweildy and might be a little technically complicated, so MVC3 might be a better option.

GeneralRe: I want to Hide url. Pin
Tridip Bhattacharjee23-May-11 3:38
professionalTridip Bhattacharjee23-May-11 3:38 
AnswerRe: I want to Hide url. Pin
AspDotNetDev23-May-11 6:47
protectorAspDotNetDev23-May-11 6:47 
AnswerRe: I want to Hide url. Pin
Prasanta_Prince24-May-11 1:59
Prasanta_Prince24-May-11 1:59 
QuestionWindows Authentication On IIS Pin
treuveni22-May-11 21:05
treuveni22-May-11 21:05 
AnswerRe: Windows Authentication On IIS Pin
GenJerDan24-May-11 5:09
GenJerDan24-May-11 5:09 
QuestionData Binding with asp.net in vb Pin
Sron Roth22-May-11 16:35
Sron Roth22-May-11 16:35 
AnswerRe: Data Binding with asp.net in vb Pin
Luc Pattyn22-May-11 16:55
sitebuilderLuc Pattyn22-May-11 16:55 
JokeRe: Data Binding with asp.net in vb Pin
Anurag Gandhi23-May-11 1:32
professionalAnurag Gandhi23-May-11 1:32 
QuestionI want to add horizontal lines center checkboxlist Pin
trinm198722-May-11 14:50
trinm198722-May-11 14:50 
AnswerRe: I want to add horizontal lines center checkboxlist Pin
trinm198722-May-11 15:49
trinm198722-May-11 15:49 
AnswerRe: I want to add horizontal lines center checkboxlist Pin
Luc Pattyn22-May-11 16:27
sitebuilderLuc Pattyn22-May-11 16:27 
GeneralRe: I want to add horizontal lines center checkboxlist Pin
Ankur\m/22-May-11 19:44
professionalAnkur\m/22-May-11 19:44 
Questionweb deployment and virtual directory snafu Pin
Super Lloyd22-May-11 5:13
Super Lloyd22-May-11 5:13 
Questionhello , please i need help about some code from article in codeproject about dynamic add and remove udercontrols Pin
Member 790462821-May-11 6:57
Member 790462821-May-11 6:57 
AnswerRe: hello , please i need help about some code from article in codeproject about dynamic add and remove udercontrols Pin
Richard MacCutchan21-May-11 8:26
mveRichard MacCutchan21-May-11 8:26 
QuestionSystem.InvalidCastException: Unable to cast object of type 'System.Decimal' to type 'System.String' Pin
Member 793283821-May-11 1:36
Member 793283821-May-11 1:36 
AnswerRe: System.InvalidCastException: Unable to cast object of type 'System.Decimal' to type 'System.String' Pin
AspDotNetDev21-May-11 1:50
protectorAspDotNetDev21-May-11 1:50 

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.