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

ASP.NET

 
AnswerRe: SQL QUERY Pin
vvashishta1-Aug-12 3:38
vvashishta1-Aug-12 3:38 
AnswerRe: SQL QUERY Pin
Vijay Selvaraj27-Aug-12 0:23
Vijay Selvaraj27-Aug-12 0:23 
QuestionIntelligencia.UrlRewriter Pin
Jassim Rahma26-Jul-12 10:43
Jassim Rahma26-Jul-12 10:43 
AnswerRe: Intelligencia.UrlRewriter Pin
Deflinek30-Jul-12 4:53
Deflinek30-Jul-12 4:53 
Questionbest way to url rewrite Pin
Jassim Rahma26-Jul-12 8:25
Jassim Rahma26-Jul-12 8:25 
AnswerRe: best way to url rewrite Pin
fjdiewornncalwe26-Jul-12 9:12
professionalfjdiewornncalwe26-Jul-12 9:12 
GeneralRe: best way to url rewrite Pin
Jassim Rahma26-Jul-12 9:35
Jassim Rahma26-Jul-12 9:35 
GeneralRe: best way to url rewrite Pin
jkirkerx26-Jul-12 12:35
professionaljkirkerx26-Jul-12 12:35 
I could of swore you asked a similar question somewhere else in CJ. I think it was a quick question, it which you were using asp.net framework 4.0, and you were not able to partially implement url rewriting.

There's no magic wand for url rewriting. It's difficult to implement, and requires full planning from the start, you can't just drop it in and go, for it is a combination of your asp.net code and work on behalf of server IIS 7.5 and up.

The server has to be able to pick up the rewrite, and your code has to translate it, and then your code has to create it, and pump it back out to the server. It's bi-directional in design.

I gave you some of the pieces for it, to get started, but help for full implementation requires more time than I'm willing to give here on the CJ, short of just writing a complete how-to on it.
Questionconboxbox in formview control Pin
rachel_m26-Jul-12 6:45
rachel_m26-Jul-12 6:45 
Questionjavascript in web app Pin
rachel_m26-Jul-12 6:42
rachel_m26-Jul-12 6:42 
GeneralRe: javascript in web app Pin
R. Giskard Reventlov26-Jul-12 7:12
R. Giskard Reventlov26-Jul-12 7:12 
GeneralRe: javascript in web app Pin
Paul Conrad13-Sep-12 9:09
professionalPaul Conrad13-Sep-12 9:09 
Questionrange validator 2010 Pin
dcof26-Jul-12 6:07
dcof26-Jul-12 6:07 
GeneralRe: range validator 2010 Pin
jkirkerx26-Jul-12 12:44
professionaljkirkerx26-Jul-12 12:44 
Questionajax calendar control only render sundays Pin
amit sahu2026-Jul-12 0:08
amit sahu2026-Jul-12 0:08 
QuestionSQL query result sent to aspx page to be used by Jquery Pin
zapovjednik25-Jul-12 21:59
zapovjednik25-Jul-12 21:59 
AnswerRe: SQL query result sent to aspx page to be used by Jquery Pin
ashjassi17-Aug-12 2:50
ashjassi17-Aug-12 2:50 
AnswerRe: SQL query result sent to aspx page to be used by Jquery Pin
ashjassi17-Aug-12 2:51
ashjassi17-Aug-12 2:51 
QuestionHow to user Update Progress Bar in Master page and in aspx page Pin
sandeep_ravula25-Jul-12 21:11
sandeep_ravula25-Jul-12 21:11 
AnswerRe: How to user Update Progress Bar in Master page and in aspx page Pin
Vani Kulkarni26-Jul-12 3:11
professionalVani Kulkarni26-Jul-12 3:11 
GeneralRe: How to user Update Progress Bar in Master page and in aspx page Pin
sandeep_ravula19-Aug-12 3:10
sandeep_ravula19-Aug-12 3:10 
GeneralSome PowerShell scripts fail when executed from ASP.NET site Pin
Tyson326425-Jul-12 20:19
Tyson326425-Jul-12 20:19 
Questionserver side editor Pin
dcof25-Jul-12 17:53
dcof25-Jul-12 17:53 
SuggestionRe: server side editor Pin
Richard MacCutchan25-Jul-12 22:42
mveRichard MacCutchan25-Jul-12 22:42 
GeneralRe: server side editor Pin
dcof26-Jul-12 6:07
dcof26-Jul-12 6:07 

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.