Click here to Skip to main content
15,867,308 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioncall code behind code from java script Pin
Amit Patel198514-Jun-10 1:31
Amit Patel198514-Jun-10 1:31 
AnswerRe: call code behind code from java script Pin
lakshmichawala14-Jun-10 2:05
lakshmichawala14-Jun-10 2:05 
GeneralRe: call code behind code from java script Pin
Not Active14-Jun-10 2:37
mentorNot Active14-Jun-10 2:37 
AnswerRe: call code behind code from java script Pin
Not Active14-Jun-10 2:38
mentorNot Active14-Jun-10 2:38 
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 
hi guys,
thanks for advance.
I'd like to do something as Google translate, but is more simple than google translate, and is somehow like an online webproxy. it should contain the following function descriptions:
1. get all text nodes from a web page
2. do some changes to the text nodes which is the result of the first step
3. put the changes back to original web page
4. display the changed web page again.
for example, i do some change to www.bing.com, i'd like to do things as follow:
1. get the webcontent of www.bing.com with WebRequest, let's assume the result is as below:
 <html>
...
  <body>
     <span>WebPage</span>
      <span>Pictures</span>
     .....
     <img src="/aa.gif" />
     <input type="text" />
     <input type="submit" value="Search" />
  </body>
 </html>


2.changed web page content is as below:
 <html>
...
  <body>
     <span>MyTranslatedWebPage</span>
      <span>MyTranslatedPictures</span>
     .....
     <img src="http://www.bing.com/aa.gif" />
     <input type="text" />
     <input type="submit" value="Search" />
  </body>
 </html>


could anybody give me some inputs according the descriptions above? thanks in advance!
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 
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 

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.