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

ASP.NET

 
AnswerRe: call code behind code from java script Pin
Tej Aj14-Jun-10 3:26
Tej Aj14-Jun-10 3:26 
QuestionXml Pin
siva45514-Jun-10 0:44
siva45514-Jun-10 0:44 
AnswerRe: Xml Pin
hammerstein0514-Jun-10 1:09
hammerstein0514-Jun-10 1:09 
QuestionHow could i analyze and do something to a webpage content? Pin
wnfk13-Jun-10 23:03
wnfk13-Jun-10 23:03 
AnswerRe: How could i analyze and do something to a webpage content? Pin
Jens Meyer14-Jun-10 0:16
Jens Meyer14-Jun-10 0:16 
GeneralRe: How could i analyze and do something to a webpage content? Pin
wnfk14-Jun-10 16:24
wnfk14-Jun-10 16:24 
GeneralRe: How could i analyze and do something to a webpage content? Pin
wnfk14-Jun-10 16:42
wnfk14-Jun-10 16:42 
GeneralRe: How could i analyze and do something to a webpage content? Pin
Jens Meyer14-Jun-10 18:40
Jens Meyer14-Jun-10 18:40 
Dear xianlong,

i assume you have a couple of rules, for example how to translate a link or a specific string. So you have to replace the link and words in the stream according to the rules you have made. For example you translate all addresses in the output stream by replacing the '.' with htt://www.example.com. To do so i would suggest to use reguar expressions. Using RegEx you can get a set of matches and do the same translations for each of the matches.

Since you have different tasks (relative path to absolute paths and translations of specific words) i would also suggest to use a different httpmodule for each of them.

Im afraid i cant give you any real examples to use since i dont know all the details of you task. But replacements can be achieved quite easily using regular expressions.

Regards

Jens
When in trouble,
when in doubt,
run in circles,
scream and shout

GeneralRe: How could i analyze and do something to a webpage content? Pin
wnfk15-Jun-10 17:36
wnfk15-Jun-10 17:36 
QuestionAjax query Pin
Amit Patel198513-Jun-10 22:36
Amit Patel198513-Jun-10 22:36 
AnswerRe: Ajax query Pin
Brij13-Jun-10 23:06
mentorBrij13-Jun-10 23:06 
GeneralRe: Ajax query Pin
Amit Patel198513-Jun-10 23:23
Amit Patel198513-Jun-10 23:23 
Questiongetting value zero when caculating value between dates in ado.net using asp.net with c# Pin
developerit13-Jun-10 20:55
developerit13-Jun-10 20:55 
AnswerRe: getting value zero when caculating value between dates in ado.net using asp.net with c# Pin
Blue_Boy13-Jun-10 21:38
Blue_Boy13-Jun-10 21:38 
GeneralRe: getting value zero when caculating value between dates in ado.net using asp.net with c# Pin
developerit13-Jun-10 22:26
developerit13-Jun-10 22:26 
AnswerRe: getting value zero when caculating value between dates in ado.net using asp.net with c# Pin
<<Tash18>>13-Jun-10 23:04
<<Tash18>>13-Jun-10 23:04 
GeneralRe: getting value zero when caculating value between dates in ado.net using asp.net with c# Pin
developerit14-Jun-10 21:28
developerit14-Jun-10 21:28 
GeneralRe: getting value zero when caculating value between dates in ado.net using asp.net with c# Pin
<<Tash18>>14-Jun-10 23:35
<<Tash18>>14-Jun-10 23:35 
GeneralRe: getting value zero when caculating value between dates in ado.net using asp.net with c# Pin
developerit14-Jun-10 23:50
developerit14-Jun-10 23:50 
AnswerRe: getting value zero when caculating value between dates in ado.net using asp.net with c# Pin
Tej Aj14-Jun-10 1:35
Tej Aj14-Jun-10 1:35 
GeneralRe: getting value zero when caculating value between dates in ado.net using asp.net with c# Pin
developerit14-Jun-10 21:33
developerit14-Jun-10 21:33 
GeneralRe: getting value zero when caculating value between dates in ado.net using asp.net with c# Pin
Tej Aj16-Jun-10 3:39
Tej Aj16-Jun-10 3:39 
Questionhow to implement treeview drag and drop of a node using asp.net Pin
lakshmichawala13-Jun-10 20:08
lakshmichawala13-Jun-10 20:08 
AnswerRe: how to implement treeview drag and drop of a node using asp.net Pin
Peace ON13-Jun-10 21:34
Peace ON13-Jun-10 21:34 
QuestionDatalist radiobutton onmouseover Pin
kdwarak13-Jun-10 19:59
kdwarak13-Jun-10 19:59 

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.