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

ASP.NET

 
AnswerRe: how to make start up page on iis for a website Pin
Sandeep Mewara25-May-12 17:43
mveSandeep Mewara25-May-12 17:43 
GeneralRe: how to make start up page on iis for a website Pin
shashidhar reddy.k28-May-12 19:19
shashidhar reddy.k28-May-12 19:19 
AnswerRe: how to make start up page on iis for a website Pin
ashjassi17-Aug-12 3:18
ashjassi17-Aug-12 3:18 
QuestionColor Trackbar Pin
w4uoa25-May-12 7:47
w4uoa25-May-12 7:47 
AnswerRe: Color Trackbar Pin
Richard MacCutchan25-May-12 7:56
mveRichard MacCutchan25-May-12 7:56 
AnswerRe: Color Trackbar Pin
ZurdoDev25-May-12 8:45
professionalZurdoDev25-May-12 8:45 
QuestionHTTP 404 Pin
Franco Cipriano24-May-12 23:43
Franco Cipriano24-May-12 23:43 
AnswerRe: HTTP 404 Pin
ZurdoDev25-May-12 4:44
professionalZurdoDev25-May-12 4:44 
I see a lot of issues but I am not sure if any are the actual error.

1. You likely need to check for Page.IsPostBack() in your Page_Load event and only DataBind when it is not a postback.
2. When you Respone.Redirect go to the root. So, do Response.Redirect("~/WebForm1.aspx") or whatever the path is. 404 means the page cannot be found.
3. URLEncode your parameters in case they have spaces or other special characters.
There are only 10 types of people in the world, those who understand binary and those who don't.

GeneralRe: HTTP 404 Pin
Franco Cipriano25-May-12 4:48
Franco Cipriano25-May-12 4:48 
GeneralRe: HTTP 404 Pin
ZurdoDev25-May-12 4:51
professionalZurdoDev25-May-12 4:51 
GeneralRe: HTTP 404 Pin
Franco Cipriano25-May-12 5:45
Franco Cipriano25-May-12 5:45 
GeneralRe: HTTP 404 Pin
ZurdoDev25-May-12 5:50
professionalZurdoDev25-May-12 5:50 
GeneralRe: HTTP 404 Pin
Franco Cipriano25-May-12 7:11
Franco Cipriano25-May-12 7:11 
GeneralRe: HTTP 404 Pin
ZurdoDev25-May-12 7:18
professionalZurdoDev25-May-12 7:18 
GeneralRe: HTTP 404 Pin
Franco Cipriano25-May-12 7:27
Franco Cipriano25-May-12 7:27 
GeneralRe: HTTP 404 Pin
ZurdoDev25-May-12 7:30
professionalZurdoDev25-May-12 7:30 
GeneralRe: HTTP 404 Pin
Franco Cipriano25-May-12 7:38
Franco Cipriano25-May-12 7:38 
GeneralRe: HTTP 404 Pin
ZurdoDev25-May-12 7:39
professionalZurdoDev25-May-12 7:39 
GeneralRe: HTTP 404 Pin
Franco Cipriano27-May-12 21:03
Franco Cipriano27-May-12 21:03 
AnswerRe: HTTP 404 Pin
frostcox25-May-12 10:29
frostcox25-May-12 10:29 
GeneralRe: HTTP 404 Pin
Franco Cipriano27-May-12 21:13
Franco Cipriano27-May-12 21:13 
AnswerRe: HTTP 404 Pin
wikizhao25-May-12 16:14
wikizhao25-May-12 16:14 
GeneralRe: HTTP 404 Pin
Franco Cipriano27-May-12 21:16
Franco Cipriano27-May-12 21:16 
GeneralRe: HTTP 404 Pin
wikizhao28-May-12 17:41
wikizhao28-May-12 17:41 
QuestionRegarding Availability of a username in Asp.net Pin
anu.koshy8524-May-12 23:13
anu.koshy8524-May-12 23:13 

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.