Click here to Skip to main content
15,885,757 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioncms Pin
Member 93252298-Aug-12 20:10
Member 93252298-Aug-12 20:10 
SuggestionRe: cms Pin
Eddy Vluggen9-Aug-12 0:55
professionalEddy Vluggen9-Aug-12 0:55 
AnswerRe: cms Pin
Paul Conrad9-Aug-12 19:11
professionalPaul Conrad9-Aug-12 19:11 
Questionsetup hyperlink Pin
sc steinhayse8-Aug-12 8:01
sc steinhayse8-Aug-12 8:01 
AnswerRe: setup hyperlink Pin
R. Giskard Reventlov8-Aug-12 8:55
R. Giskard Reventlov8-Aug-12 8:55 
GeneralRe: setup hyperlink Pin
sc steinhayse8-Aug-12 9:31
sc steinhayse8-Aug-12 9:31 
GeneralRe: setup hyperlink Pin
R. Giskard Reventlov8-Aug-12 9:57
R. Giskard Reventlov8-Aug-12 9:57 
GeneralRe: setup hyperlink Pin
jkirkerx8-Aug-12 10:35
professionaljkirkerx8-Aug-12 10:35 
Response.redirect is for posting data from a form and then performing server-side processing, in which the server does a bunch a work, and then determines the outcome based on the results, in which a Response,Redirect can be issued.

If you want to just change pages, you use a hyperlink, or hyperlink button.

Using response.redirect to just change pages is a waste of resources.

Changing pages based off the event (textchanged) is a bad idea, because it fires the event on every key-up, unless you test the magic word 1 char at a time until complete, and then fire off a page change.
GeneralRe: setup hyperlink Pin
sc steinhayse8-Aug-12 11:05
sc steinhayse8-Aug-12 11:05 
GeneralRe: setup hyperlink Pin
jkirkerx8-Aug-12 12:14
professionaljkirkerx8-Aug-12 12:14 
GeneralRe: setup hyperlink Pin
sc steinhayse8-Aug-12 15:36
sc steinhayse8-Aug-12 15:36 
GeneralRe: setup hyperlink Pin
jkirkerx8-Aug-12 18:50
professionaljkirkerx8-Aug-12 18:50 
GeneralRe: setup hyperlink Pin
sc steinhayse9-Aug-12 3:51
sc steinhayse9-Aug-12 3:51 
GeneralRe: setup hyperlink Pin
jkirkerx9-Aug-12 6:40
professionaljkirkerx9-Aug-12 6:40 
GeneralOffice Tools in WebApplications Pin
indian1438-Aug-12 7:51
indian1438-Aug-12 7:51 
GeneralRe: Office Tools in WebApplications Pin
Wes Aday8-Aug-12 10:36
professionalWes Aday8-Aug-12 10:36 
Questioncode not reaching new web page Pin
dcof8-Aug-12 6:54
dcof8-Aug-12 6:54 
AnswerRe: code not reaching new web page Pin
R. Giskard Reventlov8-Aug-12 7:33
R. Giskard Reventlov8-Aug-12 7:33 
QuestionImage Extraction From Email Pin
Member 79838848-Aug-12 3:35
Member 79838848-Aug-12 3:35 
AnswerRe: Image Extraction From Email Pin
David Mujica8-Aug-12 5:00
David Mujica8-Aug-12 5:00 
GeneralUnable to Maintain griedview scroll position in to the Internet Explorer Print Preview Window Pin
debasishchowdhury19828-Aug-12 1:24
debasishchowdhury19828-Aug-12 1:24 
GeneralHow to bind datatable retrived from databse to Telerik Radtreeview/ radtreeList Pin
Agentdufffr7-Aug-12 19:51
Agentdufffr7-Aug-12 19:51 
AnswerRe: How to bind datatable retrived from databse to Telerik Radtreeview/ radtreeList Pin
Sandeep Mewara8-Aug-12 5:22
mveSandeep Mewara8-Aug-12 5:22 
QuestionMultlingual website in asp.net Pin
delhiegle7-Aug-12 19:31
delhiegle7-Aug-12 19:31 
AnswerRe: Multlingual website in asp.net Pin
Sandeep Mewara8-Aug-12 5:17
mveSandeep Mewara8-Aug-12 5:17 

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.