Click here to Skip to main content
15,892,517 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to include database in web setup project (.net 1.1 sql server 2000 ) Pin
bigphish17-Sep-08 3:15
bigphish17-Sep-08 3:15 
QuestionSplit string Pin
eyeseetee17-Sep-08 3:03
eyeseetee17-Sep-08 3:03 
AnswerRe: Split string Pin
Abhijit Jana17-Sep-08 3:24
professionalAbhijit Jana17-Sep-08 3:24 
AnswerRe: Split string Pin
K V Sekhar17-Sep-08 3:27
K V Sekhar17-Sep-08 3:27 
GeneralRe: Split string Pin
eyeseetee17-Sep-08 3:45
eyeseetee17-Sep-08 3:45 
Questiondynamically change image in asp:placeholder Pin
dhumplopoka17-Sep-08 2:47
dhumplopoka17-Sep-08 2:47 
Questionopen url page on iis write only http://home Pin
Rinki Mukheraji17-Sep-08 2:16
Rinki Mukheraji17-Sep-08 2:16 
AnswerRe: open url page on iis write only http://home Pin
Eddy Vluggen17-Sep-08 2:43
professionalEddy Vluggen17-Sep-08 2:43 
It shouldn't be possible. In order to display a webpage within a browser, it will have to know two things:

1) What page do you want
2) Where is that page

"Home.aspx" is the name of the page. "Localhost" is the place where that page resides.

"Localhost" is the domainname for your local computer. You could change that in the hosts-file, to get something like "http://mycomputer/home.aspx".

You could also set the default page to "home.aspx", that's a setting in IIS. That would give you an address like "http://mycomputer/".
Questionallow user to write in drop down Pin
Krazy Programmer17-Sep-08 2:10
Krazy Programmer17-Sep-08 2:10 
AnswerRe: allow user to write in drop down Pin
eyeseetee17-Sep-08 2:27
eyeseetee17-Sep-08 2:27 
AnswerRe: allow user to write in drop down Pin
ToddHileHoffer17-Sep-08 2:48
ToddHileHoffer17-Sep-08 2:48 
GeneralRe: allow user to write in drop down Pin
Gamzun17-Sep-08 17:09
Gamzun17-Sep-08 17:09 
QuestionUse Timer Contorl in asp.net Pin
Rinki Mukheraji17-Sep-08 1:15
Rinki Mukheraji17-Sep-08 1:15 
AnswerRe: Use Timer Contorl in asp.net Pin
sumit703417-Sep-08 1:22
sumit703417-Sep-08 1:22 
GeneralRe: Use Timer Contorl in asp.net Pin
Rinki Mukheraji17-Sep-08 1:27
Rinki Mukheraji17-Sep-08 1:27 
GeneralRe: Use Timer Contorl in asp.net Pin
eyeseetee17-Sep-08 1:28
eyeseetee17-Sep-08 1:28 
AnswerRe: Use Timer Contorl in asp.net Pin
Sathesh Sakthivel17-Sep-08 1:25
Sathesh Sakthivel17-Sep-08 1:25 
GeneralRe: Use Timer Contorl in asp.net Pin
J4amieC17-Sep-08 2:10
J4amieC17-Sep-08 2:10 
RantRe: Use Timer Contorl in asp.net Pin
Eddy Vluggen17-Sep-08 2:38
professionalEddy Vluggen17-Sep-08 2:38 
GeneralRe: Use Timer Contorl in asp.net Pin
J4amieC17-Sep-08 2:42
J4amieC17-Sep-08 2:42 
GeneralRe: Use Timer Contorl in asp.net Pin
Eddy Vluggen17-Sep-08 2:57
professionalEddy Vluggen17-Sep-08 2:57 
AnswerRe: Use Timer Contorl in asp.net Pin
eyeseetee17-Sep-08 2:25
eyeseetee17-Sep-08 2:25 
QuestionFilteredTextBox for invalid chars as (@%$&*) Pin
satishjha17-Sep-08 0:59
satishjha17-Sep-08 0:59 
AnswerRe: FilteredTextBox for invalid chars as (@%$&*) Pin
Bardy8517-Sep-08 1:37
Bardy8517-Sep-08 1:37 
AnswerRe: FilteredTextBox for invalid chars as (@%$&*) Pin
SunithaNallana17-Sep-08 1:43
SunithaNallana17-Sep-08 1:43 

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.