C# - Provide Links To Intranet Files?
May 6, 2010
Conditions:
The files must be opened outside of the window that the link to them is in. I have tried href, but when I give it an intranet link it only opens correctly if I leave out target="_blank"; if I put that in, the new window that opens doesn't receive the full link if there is a pound sign in the filepath... a direct link to the intranet address ac#c.txt would be fine with me; there is no concern about security, but I can't seem to get that to happen in a new window. It seems like this is happening when I don't create a new window, but I can't utilize the same window to open the links.
View 3 Replies
Similar Messages:
Jan 13, 2010
I finally got iphone's VPN working with our firewall so iphone users can see our Intranet pages. But I'm having trouble with pages which contain links to pdf files stored on network shares. The pages render links similar to this:
<a href="\server1pdfsfile1.pdf.zip">file1.pdf</a>
When viewed with IE7 on a Vista desktop these links work great, opening the pdf file in the browser window. But on the iPhone the link results in a 404 error.
Is there some trick to rendering a link to a PDF file stored on a network share that Safari can open, or is it just not possible?
View 3 Replies
Jun 18, 2010
Currently our external customer submit all other data through our public web site, but submit some artifacts (.coc, pdf...) through email, then our administrators save those files come from email to our internal server. This is not efficient, because we cannot identify immdeately if our customer submitted their required documents before our administrator saved them to the server. I am seeking a technology that external customer can upload files through the public website toan intranet server that the external customer would not notice they are accessing intranet server.
View 4 Replies
Jan 20, 2010
T4 templates have saved me tons of work so thanks to the creator.In my site.master I have problems with the CSS files.My source looks like:
[Code]....
When I run my site it produces the following HTML:
[Code]....
As you can see the result paths are a little bit freeky :) (For the record when I use Links on script tag all is good.
View 2 Replies
Apr 28, 2010
We are currently updating our policy page on our intranet. Currently the page is written in ASP and connects to an Excel spreadsheet that serves as an index, which contains policy name and number. We also have a directory that contains all of the policiesnamed the policy number. The control that is currently being used will get all of the policies listed in the index and create links for them. We do not have to manually create the hundreds of links we just update the index. Does anyone have an idea of a control or a way I can accomplish this in asp.net?
View 1 Replies
Oct 11, 2010
Does LabelFor look for a template? Is it possible to provide a template for LabelFor?The issue i have is the "for" attribute of label matches a field "id" attribute. In the case of radio or checkbox lists my id's generally take the form of "propertyname_0", "propertyname_1" etc. Simply referencing "propertyname" in the for attribute is not effective.
View 5 Replies
Apr 16, 2010
i want the logic for rating.
View 1 Replies
May 7, 2015
How to provide security in wcf in different ways(certificates,tokens and more) including transport level and message level?
View 1 Replies
Dec 21, 2010
I landed on a job to continue working on exisiting asp.net 3.5 application using Visual Studio 2008. The former .net developer is no longer around and I have to dig into the application code to understand how the app works( workflow, logic, etc...)I have added new development to the existing application and enhanced existing pages. Now, I need to provide Technical documentation for the application so any new developer comes onboard will not struggle enhancing the app or do new development following the same methodology . Q1. What is the best approach to provide technical documentation.I thought of the following
View 1 Replies
Jan 21, 2011
I have a silverlight application and I want to provide windows authentication to the application through WCF.
View 1 Replies
Apr 12, 2010
have been facing a problem in passing credentials to a web service. I have searched a lot on it and found solution but they didn't work for me coz the scenario with me little different I believe.The situation is like this. I have a 3rd party web service "https://3rdpartyserver/virtualdirectroy/service/service.aspx".So when I try to browse the service in IE it takes me to the login page ("https://3rdpartyserver/virtualdirectroy/Loginpage.aspx"), when I enter usename and password in it and hit Log In button it takes me to the service where all the web methods are listed
View 3 Replies
Nov 4, 2010
am developing website in that website no.of users are there every user contain related data, the data should be in xml files ,how to provide authentication every user by using xml files .how to write xml file names in web.config in sql we can use connectionstring
,in xml how we can write them give examples.
View 4 Replies
Jan 19, 2010
in my masterpage I have the following:
<asp:SiteMapDataSource
ID="MenuSiteMap"
runat="server"
ShowStartingNode="False"
SiteMapProvider="SpanishSiteMap"
/>
In My code behind I want to provide the SiteMapProvider instead of having it hard coded from the aspx page. What would the code look like to replace in thie case 'SpanishSiteMap' and have that come from code behind in c#? I thought something like this but i know this is way off. hopefully someone has a one liner code that will give provide some sleep. I've come closer to a working code. this is what i have... but get the error mentioned below.
MasterPage myMasterPage = (MasterPage) this.Master;
// do a find control on myMasterPage and find the siteMapDataSource
SiteMapDataSource mySiteMapDataSource = (SiteMapDataSource)myMasterPage.FindControl("MenuSiteMap");
// now u have the reference to the siteMapDataSource used in the master page how do I set the provider..
mySiteMapDataSource.Provider = "SpanishSiteMap";
Error: Cannot implicitly convert type 'string' to 'System.Web.SiteMapProvider'
View 2 Replies
Nov 25, 2010
in my webpage textbox is there in that text box provide regular expression like Ord1,Ord2,means
first three charcters alphbets,the first alphabet stat with Uppercase letter and fourth numerical value dispalyed,
and remaining no need do display any characters when user enters
View 8 Replies
May 28, 2010
I need a few options on how I will allow a user to post simple text comments to my website page(s). I will require login to post comments in order to prevent spam posters.
I'm using Visual Web Developer 2010 to design my website. I'm not real familiar with it and do not know if it includes the tool I need to accomplish this task easily.
View 42 Replies
Feb 21, 2011
I am currently working on a project in which I am assigned to provide e-mail features to the users of our site. unlimited users can create there mail accounts dynamically with our servername say if the website address is www.xyz.com then the users of this site can create their mail boxes like user@xyz.com. My clients want to provide e-mail service like yahoo, gmail, aol, hotmail, rediffmail, zapakmail, etc...
View 4 Replies
May 8, 2010
I have a small doubt.Can we provide Drag and Drop facility in asp.net websites like in desktop applications.
If possible how can we provide that facility in our asp.net web sites
View 1 Replies
Mar 28, 2011
how to provide button style to an html actionlink
View 1 Replies
Jul 30, 2010
Where can i find a good source to accomplish this? It needs to allow only excel or csv file uploads, which would be inserted into the database.
View 12 Replies
Nov 29, 2010
in my webpage checkbox is there, if am not checked checkbox when am submit the button click it will
come alert message or it will give an error msg .
View 8 Replies
Mar 28, 2011
I have bound data to text values of many textboxes using dataset as follows,
[Code]....
Now I want to provide a navigation system such as first, previous, next, last buttons as there are many rows returned from the query. I tried but could not succeed.
View 1 Replies
Mar 9, 2011
i need to provide tooltips for dropdownlist items,
so how to provide tooltips for ddl items,
View 2 Replies
Nov 2, 2010
i want my application to provide a web ui for remote access, but i do not host that web page in IIS, because i do not want everyone install IIS on their home PC.
i spend some reading the asp.net pipeline, but still not figure how to load the .aspx file in my code.
View 16 Replies
Mar 26, 2010
i want to provide a login page in my website .....
after login i must be able to send email to the email id of new user .....
how to provide this so that when the users clicks the activation mail in his acount he should be transfeered to the login page.....
i want the code in c# and sql server express 2005
View 6 Replies
Oct 22, 2012
How to create Crystal reports and allow to print report in pdf or xls format.
View 1 Replies