Click here to Skip to main content
15,923,909 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionReplace function is not working on ASP Pin
Amit Battan Ror25-Sep-08 23:00
Amit Battan Ror25-Sep-08 23:00 
AnswerRe: Replace function is not working on ASP Pin
NeverHeardOfMe25-Sep-08 23:28
NeverHeardOfMe25-Sep-08 23:28 
Questionwant to open a link Pin
UD(IA)25-Sep-08 22:10
UD(IA)25-Sep-08 22:10 
AnswerRe: want to open a link Pin
meeram39525-Sep-08 22:39
meeram39525-Sep-08 22:39 
QuestionChange the aspx page extension Pin
Kurle25-Sep-08 20:57
Kurle25-Sep-08 20:57 
AnswerRe: Change the aspx page extension Pin
meeram39525-Sep-08 21:13
meeram39525-Sep-08 21:13 
AnswerRe: Change the aspx page extension Pin
N a v a n e e t h25-Sep-08 21:15
N a v a n e e t h25-Sep-08 21:15 
AnswerRe: Change the aspx page extension Pin
Guffa25-Sep-08 22:09
Guffa25-Sep-08 22:09 
You can do it using url rewriting or by registering the extension in IIS.

For url rewriting of extensions that are not handled by ASP.NET, you need to install an ISAPI dll like IIS Mod-Rewrite (unless you are running Server 2008).

To register the extension for ASP.NET you just add another extension for the web application in the IIS Manager, with the same settings as the aspx extension.

Despite everything, the person most likely to be fooling you next is yourself.

QuestionHi Friends Pin
jagadish reddy25-Sep-08 20:27
jagadish reddy25-Sep-08 20:27 
AnswerRe: Hi Friends Pin
N a v a n e e t h25-Sep-08 21:16
N a v a n e e t h25-Sep-08 21:16 
GeneralRe: Hi Friends Pin
J4amieC25-Sep-08 22:32
J4amieC25-Sep-08 22:32 
QuestionAutocomplete textbox in asp.net1.1 Pin
Jagwinder Walia25-Sep-08 20:23
Jagwinder Walia25-Sep-08 20:23 
AnswerRe: Autocomplete textbox in asp.net1.1 Pin
N a v a n e e t h25-Sep-08 21:18
N a v a n e e t h25-Sep-08 21:18 
AnswerRe: Autocomplete textbox in asp.net1.1 Pin
droth1726-Sep-08 1:57
droth1726-Sep-08 1:57 
Questiondropdown box update Pin
UD(IA)25-Sep-08 20:18
UD(IA)25-Sep-08 20:18 
AnswerRe: dropdown box update Pin
N a v a n e e t h25-Sep-08 21:20
N a v a n e e t h25-Sep-08 21:20 
GeneralRe: dropdown box update Pin
UD(IA)25-Sep-08 22:07
UD(IA)25-Sep-08 22:07 
Questiondropdownlist problerm Pin
Kissy1625-Sep-08 20:01
Kissy1625-Sep-08 20:01 
AnswerRe: dropdownlist problerm Pin
N a v a n e e t h25-Sep-08 21:24
N a v a n e e t h25-Sep-08 21:24 
AnswerRe: dropdownlist problerm Pin
meeram39525-Sep-08 21:24
meeram39525-Sep-08 21:24 
Questionmulti coulmn combobox Pin
cse.vidhya25-Sep-08 19:11
cse.vidhya25-Sep-08 19:11 
AnswerRe: multi coulmn combobox Pin
ChandraRam26-Sep-08 0:53
ChandraRam26-Sep-08 0:53 
QuestionFromBase64 string -- How to Resize from stream and outpu to stream -- ASP.net C$ [modified] Pin
Linda1st25-Sep-08 18:30
Linda1st25-Sep-08 18:30 
AnswerRe: FromBase64 string -- How to Resize from stream and outpu to stream -- ASP.net C$ Pin
Prasanna Kumar Pete25-Sep-08 18:52
Prasanna Kumar Pete25-Sep-08 18:52 
GeneralRe: FromBase64 string -- How to Resize from stream and outpu to stream -- ASP.net C$ Pin
Linda1st26-Sep-08 3:08
Linda1st26-Sep-08 3:08 

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.