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

ASP.NET

 
QuestionHow to play audio files Pin
nisha261230-Jul-06 16:51
nisha261230-Jul-06 16:51 
AnswerRe: How to play audio files Pin
minhpc_bk30-Jul-06 20:13
minhpc_bk30-Jul-06 20:13 
QuestionUsing server.transfer Pin
doyang30-Jul-06 16:23
doyang30-Jul-06 16:23 
AnswerRe: Using server.transfer Pin
minhpc_bk30-Jul-06 20:14
minhpc_bk30-Jul-06 20:14 
GeneralRe: Using server.transfer Pin
doyang2-Aug-06 22:28
doyang2-Aug-06 22:28 
AnswerRe: Using server.transfer Pin
AnjuV30-Jul-06 21:03
AnjuV30-Jul-06 21:03 
GeneralRe: Using server.transfer Pin
doyang26-Sep-06 15:46
doyang26-Sep-06 15:46 
AnswerRe: Using server.transfer Pin
Mairy31-Jul-06 23:11
Mairy31-Jul-06 23:11 
because Server.Transfer is transfer the server from one page to another and actuaaly it is to handle the server side control not the client side controls.
and change of url is just cilent area of web-application

better to use
Response.Redirect(http://localhost/WebApplication1/WebForm1.aspx");

Mairy
AnswerRe: Using server.transfer Pin
doyang2-Aug-06 22:33
doyang2-Aug-06 22:33 
QuestionRe: Using server.transfer [Follow-up] Pin
doyang2-Aug-06 22:35
doyang2-Aug-06 22:35 
QuestionProgrammically Adding Controls Pin
Drathmar30-Jul-06 15:42
Drathmar30-Jul-06 15:42 
AnswerRe: Programmically Adding Controls Pin
minhpc_bk30-Jul-06 20:17
minhpc_bk30-Jul-06 20:17 
GeneralRe: Programmically Adding Controls Pin
Drathmar31-Jul-06 11:50
Drathmar31-Jul-06 11:50 
GeneralRe: Programmically Adding Controls Pin
minhpc_bk31-Jul-06 16:11
minhpc_bk31-Jul-06 16:11 
AnswerRe: weprte...[modified] Pin
Colin Angus Mackay30-Jul-06 12:19
Colin Angus Mackay30-Jul-06 12:19 
AnswerRe: I’m so sorry for this stupid forum. Pin
User 171649230-Jul-06 13:36
professionalUser 171649230-Jul-06 13:36 
GeneralRe: I’m so sorry for this stupid forum. Pin
RichardGrimmer31-Jul-06 1:37
RichardGrimmer31-Jul-06 1:37 
Questionelegant coding style - checkboxs Pin
MrJJKoolJ30-Jul-06 3:41
MrJJKoolJ30-Jul-06 3:41 
Questionhow to open a windows user control on asp.net page Pin
cvinod30-Jul-06 1:41
cvinod30-Jul-06 1:41 
AnswerRe: how to open a windows user control on asp.net page Pin
Ista4-Aug-06 3:31
Ista4-Aug-06 3:31 
QuestionProblem in seprate ui from code behind Pin
a33329-Jul-06 22:54
a33329-Jul-06 22:54 
GeneralRe: Problem in seprate ui from code behind Pin
Guffa29-Jul-06 23:05
Guffa29-Jul-06 23:05 
Questioninjecting controls Pin
sianatia29-Jul-06 21:59
sianatia29-Jul-06 21:59 
AnswerRe: injecting controls Pin
Guffa29-Jul-06 23:03
Guffa29-Jul-06 23:03 
GeneralRe: injecting controls Pin
sianatia30-Jul-06 18:51
sianatia30-Jul-06 18:51 

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.