0
votes
1answer
68 views
How to Force the page to be loaded only within an IFrame ?
Hi,
I have a set of asp.net pages which I wish they should only be accessible or loaded when they are loaded from an IFrame. If an attempt is made to access the pages directly via …
0
votes
1answer
41 views
a c# service that login any web page…
hi friends;
I just want to do a service that automaticly login a web page in start up because our internet provider has a page and we enter our password to access the internet.
it …
0
votes
1answer
40 views
iphone uiwebview download complete page with CSS and Images
Hello,
in my app there's a uiwebview that loads a url..
i use the following line to save the HTML of the page loaded locally to be able to view it offline.
NSString* html=[webVie …
1
vote
2answers
74 views
How to get the webpage source code using C#
ok. I know about the WebRequest and the WebResponse objects. The problem is that i do not really want to get the source code of the webpage, i only want to check to see if the li …
0
votes
1answer
82 views
What’s the best way to display a single record in a webpage?
I have a master/detail form. I have a jquery grid for the detail, works fine. I'm not sure how to display the master single record. I don't want to use an html table. Just a st …
0
votes
4answers
111 views
C# - Uncheck a checkbox in webpage through WebBrowser control
Is there a way to uncheck/check a checkbox within a webpage that is loaded within a webbrowser control? Thank you.
Update: (This is what I originally tried with no luck)
HtmlDo …
0
votes
4answers
120 views
Extract a web document using c#
Hi
I am trying to get data from a web page using c#
So far this is my code:
WebBrowser wb = new WebBrowser();
wb.Url = new Uri("http://www.microsoft.com");
HtmlDocument doc = w …
1
vote
1answer
30 views
Javascript Postback Event
I have a user control that is supposed to write a value to a hidden field every time the consuming page posts back.
Is there any way to trap the postback event at the page level? …
1
vote
6answers
289 views
How to get the content of a remote page with JavaScript?
I have a URL of a remote page from a different domain which I have to download, parse, and update DOM of the current page. I've found examples of doing this using new ActiveXObject …
12
votes
6answers
712 views
What’s the best “file format” for saving complete web pages (images, etc.) in a single archive?
I'm working on a project which stores single images and text files in one place, like a time capsule. Now, most every project can be saved as one file, like DOC, PPT, and ODF. But …
3
votes
5answers
98 views
JavaScript at bottom/top of web page?
I was just using the plugin "Yslow" for Mozilla Firefox and it told me that I should put JavaScript at the bottom. I have heard this before but haven't really thought about it too …
0
votes
1answer
34 views
how to render infopath webpage in sharepoint.
how to render infopath webpage in sharepoint.
I have designed the MS office infopath form, & stored in the my sharepoint site document library, (in fact i created new one). Bu …
5
votes
6answers
198 views
What happens when we refresh a web page?
I was hoping if anyone can answer a fundamental question that I have regarding refreshing of a web page.
I have a dotnet webform where a user fills in some details and clicks subm …
1
vote
6answers
74 views
Tool for Webpage UI design
Which is the best recommended tool for webpage UI design including Javascript/jQuery?
0
votes
3answers
145 views
C# - Pass string to textbox in web page using the webbrowser control
Is there a way to take the value of a string and pass that to a textbox within a web page while using the webbrowser control?
