Tagged Questions
0
votes
1answer
32 views
How to Open Datalist Link Button in New Tab in browser
I have a Datalist Which have some linkbuttons which redirects to other page with querystring .
on click it is redirecting to other page with QueryString.
If i am right click on the datalist ...
0
votes
2answers
59 views
Why can't I open this html page locally without an IIS Server?
I am currently working on a for fun project at
https://github.com/loganhenson/jsrpg
and have been working on it with a friend using visual studio professional and testing it on my local iis server. ...
0
votes
2answers
38 views
How can I dynamically add a browser tab?
Since using iframes to house external pages are, by some accounts "not the preferred method" and even disallowed by some sites (flickr, for one), I now want to dynamically generate browser tabs. e.g., ...
0
votes
2answers
27 views
CSS or Color checker : Browser Plugin
Is there any tool or browser plugin for checking styles on a particular element specially it's color and it's background color code.
I have a ASP.NET gridview with like ten's of CSS styles applied on ...
0
votes
1answer
37 views
How can I assign an href to be embedded within a tag?
An href's target attribute can be set to display on a separate page by assigning "_blank" to it; e.g., in my site www.DuckbilledPlatypiRUs.org, I could link to another site this way:
<a ...
0
votes
0answers
75 views
Why is Enter key on Input box triggering Button click?
I am confused. The website is based on asp.net (aspx), knockout 2.2.1, jquery 1.9.1 and I wanted to make Enter key on input box to act as a button click on several pages. So I thought I need to use ...
0
votes
0answers
27 views
Force page reload on browser back when the fragment identifier changes
Problem:
1.User clicks on this link: default.aspx#id=1.
2.The page loads, the JS from the page gets the fragment identifier (in this case id=1), and then it posts back and loads some content based ...
0
votes
1answer
35 views
How to explain this? Something wrong in the web page source
This is really hard to tell but I will give a try.
I am developing a website using ASP.NET on VS2010 IDE. After Running my web site on my local computer the page works properly.
Once, I wanted to see ...
0
votes
1answer
43 views
How do I poping up the Save or Open File VB.Net
My goal is to attempt that popping up the option to save or open the file that already been created.
Here's my code :
Dim xlApp As Excel.Application
Dim xlWorkBook As Excel.Workbook
...
0
votes
0answers
76 views
How to reload .aspx page on click of browser back button
How should i reload my web page on click of browser back button. I have to clear history of webpage and reload it. I have used web pages like webpage A which internally calls web page B but when i ...
0
votes
1answer
39 views
What happens to the ViewState when I click back on the browser?
I'm curious to know what happens to the ViewState on the browse back button.
Does it stay or does the page make a new request?
0
votes
1answer
27 views
What browsers are rfc 6265 comliant
I'm looking for a list of rfc 6265 compliant browsers. I asked Mr. Google and apparently this is not an easy answer.
Thanks!
0
votes
3answers
66 views
Onclick event of button is not invoking Javascript method
I have a form with buttons on it. When I call the Javascript method using the onclick event of the button, it works in Google Chrome and Internet Explorer. But when I use Firefox, the onclick event of ...
0
votes
0answers
34 views
UpdatePanel and Browser Refresh Button Behavior
The refresh browser button re-posts the last action to the server.
Although I found some workarounds to avoid this, but I guess If I wrap up the whole aspx page in an UpdatePanel the browser refresh ...
1
vote
1answer
84 views
Webpage has expired
Code to forces the page to load when the browser back and forward button are used.
Response.Buffer = true;
Response.ExpiresAbsolute = ...
2
votes
1answer
75 views
Url Copied from one browser is not working in another borwser
The problem which i am facing is i have an asp.net web application and when i opened it in any browser like Internet explorer etc .When i copied The url and paste that url in any other browser like ...
0
votes
0answers
51 views
Radiobuttons and checkboxes alignment issues for IE9
I had been developing on a server that uses IE8.
When I deployed my application to another server using IE9, all my web controls become unaligned as below.
Checkbox:
and
RadiobuttonList:
...
1
vote
2answers
52 views
Automatic ask/recomendation for user to update browser when user enters website
I'm wondering if there is some solution to "force" user to update their internet browser - I'm thinking if user enters my site and he or she is having an old version of browser, some hidden area (for ...
2
votes
1answer
90 views
In Web Garden Mode, how process Id is maintained for all major browsers except opera?
I was testing sessions behavior in Web Garden mode.
Why do all major browsers use only one process (on server) except Opera? and how is it done?
Here is very simple web application:
Code-behind:
...
1
vote
2answers
153 views
How to make IE8 understand file download name?
I use Controller.File(Stream fileStream, String contentType, String fileDownloadName) Method to download a file from server. In my case contentType is ...
1
vote
1answer
103 views
Do Microsoft regularly update the Browser Definition files?
I've been getting up to speed with MVC4 and custom display modes. All looks excellent, however, assuming I'm right in thinking the Request.Browser.IsMobileDevice is based upon ...
0
votes
2answers
45 views
Internet Explorer Nightly Build
Where i can download nightly build for IE?
I searched google and found nothing.
Its really good if Microsoft offer nightly/standalone build.
Majority of good browsers like Firefox, Chrome, Safari ...
0
votes
0answers
67 views
Asp.net Website Grid Checkbox Browser issue
We have a Website Running Under Windows Server 2003 SP2, IIS 6.0, .Net Framework 4.0. We have a Webpage with Checkbox in the grid and the webpage is rendered properly in IE 7 but not in Higher ...
0
votes
1answer
34 views
strange #.[some char] added to the page address in firefox
[Asp.net website, .net framework 4]
I noticed a strange thing in my web page address, With every new page requested the address of the page automatically attached with somthing like (#.UTedxFc5stU) ...
1
vote
1answer
134 views
Controls not grey out in Chrome but they does in IE [duplicate]
I am disabling a sortable using this line of code:
$(".sorrtlist").sortable('enable');
In IE they are greying out but not in Chrome, what should I do ?
I can't use ('disabled', 'disabled'); as ...
2
votes
3answers
47 views
Collecting client computer and browser statistics
We have a web application in which user can upload files to our server. We need to find the following details of clients so that we could know our user base
Operating System with version
Browser ...
0
votes
2answers
106 views
Internet Explorer & fire fox cannot display the webpage
I try to open my page in Internet Explorer and Firefox but they can't display the webpage.
But I can open it in Opera and internal web browser. The address is like below:
...
0
votes
1answer
88 views
Using Active Directory services with a Silverlight Browser Application
i'm making a Web App with Silverlight for my company.
This app's aim is simple : let each user to manage his informations on the AD such as adress, city, phone, mail...
Because i'm friendly with WPF ...
0
votes
1answer
74 views
Import code signing certificate into the browser
I want to implement the screenshoot functionality in silverlight 5. I purchased code signing certificate from go-daddy . We need to do following things to archive the goal.
Sign the xap file ...
0
votes
2answers
226 views
Is there any way to show a loading image (like ajax loading gif) when I load big content with a normal request?
Is there any way to show a loading image (like ajax loading gif) when I load big content with a normal request?
I have no ajax request, but a simple asp.net postback.
And I have a large site with ...
0
votes
3answers
201 views
chrome automatically set focus on a textbox
I have an aspx form which contains couple of textboxes, dropdownlists and checkboxes on it. I have not set the default focus on any of the control. When I open this in IE it works fine. but when the ...
0
votes
2answers
121 views
How I can fill the DropDownList in the page_load
I have a DropDownList and I want to check what language does the browser have and set the values in the dropdown accordingly.
protected void Page_Load(object sender, EventArgs e)
{
string ...
0
votes
1answer
272 views
how to prevent user to go back to logged in pageusing next button on login page
I want to prevent user to use next button to go back to logged in pages after using back button to go to login page.
For eg:
there are two pages login and default
first time user enters his login ...
0
votes
2answers
438 views
Pdf file damaged on download in Chrome and Firefox
I am using iTextSharp for creating pdf reports (files) and storing those on the web server where my application resides. I am able to create the file, go into the storage folder and open the file ...
1
vote
1answer
122 views
Internet Explorer Compatibility different on localhost and local intranet
I'm having some weird issues regarding compatibility mode when I develop on my local computer and publish the website to one of our intranet servers. I'm currently using the following software for ...
0
votes
0answers
43 views
Client side representation of ASP.Net Webcontrol properties
I was trying to understand the internals of ViewState in asp.net, I realized that only the values set at the server side are sent back to the client(browser) and persisted over postbacks with the help ...
0
votes
1answer
401 views
Identify Unique Browser / tab instance, e.g. User has 2 tabs open on mysite.com-identify each
I have read this and many other links the past few days.
The problem is that I need to have a unique identifier for each tab or browser that a user has open for mysite.com (example site name)
I ...
0
votes
1answer
217 views
How to select a directory route via Dialog Form ON ASP.NET C#?
I need to place a button which will open a Dialog form, on which you will be able to browse Windows directories to select a ROUTE (example c:\Windows) and place all the folder's available files on a ...
1
vote
1answer
409 views
Browser HTML5 turn-based multiplayer game with ASP.NET (MVC 4) reasonable? [closed]
as the title says, I want to develop a browser multiplayer game with HTML5.
The game will be something like "risk", the turn-based strategy game. I decided to develop with HTML5 and the new canvas.
...
0
votes
0answers
44 views
Scroll-bar shifts when re-sizing browser window but leaves empty space(image attached)
I have this issue where when you re-size into a smaller size(height or width) the scroll bar moves to the left and leaves an empty space like in the image below.
Image Link
I tested this in Chrome, ...
2
votes
1answer
56 views
Client computer(browser) properties in PageLoad
Can I know client computer(browser) properties such as screen width when page requests? I need it beckause I dont want to use jquery on client side to set neccesary changes adopting to client browser.
...
1
vote
0answers
49 views
strange issue: ASPX page showing javascript content as text
On one user's machine an ASPX page suddenly showed JavaScript code as text on the page. The original contents of the page were also showing half baked and broken. The user was using IE browser. ...
9
votes
1answer
294 views
How to identify if I pressed the back button in IE? [duplicate]
Possible Duplicate:
detect back button click in browser
I have two pages, Page1 and Page2. When moving from Page1 to Page2 by clicking a link, I tend to store the conditions required to ...
0
votes
1answer
174 views
Catch browser close
I need to know if its possible to catch a user closing the browser window. I have tried using <body onbeforeunload="run_closeScripts()"> which works fine, but this is triggered on every ...
1
vote
0answers
65 views
Browser supported SSL/TLS protocols
I want to get the 'Browser supported SSL/TLS protocols' in my ASP.NET VB page.
How will i get this.
From the HTML page properties I can view:
I want to get the highlighted portion in code.
Can ...
0
votes
0answers
131 views
RAW data to printer from web application
I need to send raw data (language file) to a thermal printer from a browser.
I can't control the browser configuration, nor I can/want install anything on the client computers (no ActiveX, no Java).
...
1
vote
1answer
69 views
How to know the browser URL from an iframed page, server-side?
I have a child page (e.g. http://www.domain.com/childpage.aspx) within a parent page (e.g. http://www.domain.com/parentpage.aspx) using an iframe.
I'd like to know what the URL of the parent page is ...
0
votes
4answers
799 views
How to Disable Function keys using Javascript?
I'm having a page where i need to disable the Function keys mainly F12(Developertools).
I'm showing some sensitive data in the page so at any case i cannot make the users see the html and take the ...
0
votes
0answers
32 views
What can I change in IE, Firefox and Chrome to identify certain machines to an ASP.NET site?
I need a way of identifying a (large) bunch of Windows XP and 7 machines to an ASP.NET application. In IE8, for example, I could add a key to ...
0
votes
0answers
73 views
“Response.TransmitFile(sFullHtmFilePath)” gives unformatted display of htm file on browser on client side
Client will click on a button and i will display the "htm" file on browser on client side. But on client side, htm file is viewing unformatted.How to send htm file and its related resources (like css ...



