Click here to Skip to main content
15,886,799 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionfile upload control giving error cannot convert the type implicit Pin
developerit7-May-10 19:54
developerit7-May-10 19:54 
AnswerRe: file upload control giving error cannot convert the type implicit Pin
Peace ON7-May-10 21:10
Peace ON7-May-10 21:10 
Questionusing dropdownlist control in update panel control but no selectedindexchange event is firing Pin
developerit7-May-10 19:06
developerit7-May-10 19:06 
AnswerRe: using dropdownlist control in update panel control but no selectedindexchange event is firing Pin
Peace ON7-May-10 21:15
Peace ON7-May-10 21:15 
GeneralRe: using dropdownlist control in update panel control but no selectedindexchange event is firing Pin
developerit8-May-10 0:55
developerit8-May-10 0:55 
AnswerRe: using dropdownlist control in update panel control but no selectedindexchange event is firing Pin
Tej Aj7-May-10 22:03
Tej Aj7-May-10 22:03 
AnswerRe: using dropdownlist control in update panel control but no selectedindexchange event is firing Pin
HardikSitapara10-May-10 19:25
HardikSitapara10-May-10 19:25 
Questionredirection problem Pin
acont7-May-10 12:40
acont7-May-10 12:40 
I have created a web chat application, to get to the webchat user has to login using his username and password. When I was developing my application the redirection sometimes was working, and sometimes not, I didn't really know why, but I wasn't bothered about that then.

Now I wanted to access my webpage by using IIS, I was following this tutorial:

http://www.codeproject.com/KB/aspnet/IIS7ASPNet.aspx


The login page is with this adress: http://localhost/Smiths1/Default.aspx

and it should redirect me to:

http://localhost/Smiths1/SmithChat.aspx?roomID=14

but I don't know why it redirects me to:

http://localhost/Smiths1/Default.aspx?ReturnUrl=%2fSmiths1%2fSmithChat.aspx%3froomID%3d14&roomID=14

and I can't get to the webchat (I still see the login page, but I assume it;s only because the name of it is Default.aspx).

The instruction in login page looks like that:

<code>Response.Redirect("SmithChat.aspx?roomID=14", true);</code>

I don't know what causes whis "error", could someone help me please?
AnswerRe: redirection problem Pin
Abhijit Jana7-May-10 14:26
professionalAbhijit Jana7-May-10 14:26 
GeneralRe: redirection problem Pin
acont8-May-10 1:50
acont8-May-10 1:50 
AnswerRe: redirection problem Pin
Peace ON7-May-10 21:16
Peace ON7-May-10 21:16 
AnswerRe: redirection problem Pin
HardikSitapara9-May-10 23:58
HardikSitapara9-May-10 23:58 
GeneralRe: redirection problem Pin
acont11-May-10 8:27
acont11-May-10 8:27 
QuestionHave file uploading in background while continuing Navigation Pin
Neil Wilson7-May-10 6:16
Neil Wilson7-May-10 6:16 
AnswerRe: Have file uploading in background while continuing Navigation Pin
Not Active7-May-10 7:09
mentorNot Active7-May-10 7:09 
GeneralRe: Have file uploading in background while continuing Navigation Pin
Neil Wilson7-May-10 11:14
Neil Wilson7-May-10 11:14 
GeneralRe: Have file uploading in background while continuing Navigation Pin
Not Active7-May-10 13:02
mentorNot Active7-May-10 13:02 
AnswerRe: Have file uploading in background while continuing Navigation Pin
Peace ON7-May-10 21:18
Peace ON7-May-10 21:18 
AnswerRe: Have file uploading in background while continuing Navigation Pin
AlexeiXX38-May-10 18:40
AlexeiXX38-May-10 18:40 
QuestionPassing values from ASP to ASP.NET Pin
Ekjon7-May-10 5:46
Ekjon7-May-10 5:46 
AnswerRe: Passing values from ASP to ASP.NET Pin
T M Gray7-May-10 6:08
T M Gray7-May-10 6:08 
GeneralRe: Passing values from ASP to ASP.NET Pin
Ekjon7-May-10 6:18
Ekjon7-May-10 6:18 
AnswerRe: Passing values from ASP to ASP.NET Pin
Peace ON7-May-10 21:21
Peace ON7-May-10 21:21 
QuestionPreventing new number before if section is suppressed of blank Pin
Paramhans Dubey7-May-10 3:37
professionalParamhans Dubey7-May-10 3:37 
AnswerRe: Preventing new number before if section is suppressed of blank Pin
Sandeep Mewara7-May-10 4:27
mveSandeep Mewara7-May-10 4:27 

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.