Web Forms :: Open Wordpad.exe On Btn Click?
Mar 9, 2010
On web application i have button, on click shoud open wordpad file from one specific folder.
System.Diagnostics.Process.Start(@"wordpad.exe",
"C:\ATMJOURNAL\" + TextBox1.Text);
Problem is that wordpad are not opening but in task menager process i have wordpad process.
View 6 Replies
Similar Messages:
Sep 11, 2010
Click imagebutton open window.open in class asp.net 2.0
View 2 Replies
Nov 12, 2010
When the user clicks on "OPEN" button, It should open up that(.txt) file which is on the file server in ReadWrite Mode (like in notepad) without any Access Issues.
Or simply has to be openend as temporary READONLY .Txt File. So that the user can close after viewing it.
View 8 Replies
Nov 19, 2013
How to redirect on new tab in any explorer on clicking the button in asp.net.I want to open a page in new tab of any browser by clicking the button in ASP.NET C#.
View 1 Replies
Aug 20, 2010
When a user clicks a button on a web form, i have some validation statments:
if x = 1
"goto www.google.com"
else
"goto www.espn.com"
How can this be done? I have read about the webbrowser.vavigate, but its not supported in asp?
View 3 Replies
Apr 11, 2010
how to make a submit button, once the button was clicked, a web url will be open in new tab.
View 6 Replies
Feb 17, 2010
I had a simple user control where I used something like the following to open a new page when a user clicked on an imagelinkbutton
Using System;namespace MyUserControls { public partial class contexthelp : System.Web.UI.UserControl { private String _ahelppage; public String AHelpPage { get { return _ahelppage;
[code]....
This worked just great for what I needed it to do. But now I've added an update panel, so I have touse Page.ClientScript.RegisterClientScriptBlock. My understanding is that this puts the javascript at thebeginning of the page form. But I'm not sure how to code on the server side so that I can still pass the help page URL to the script when the user clicks on the imagelinkbutton. I'm not sure if I need to create a javascript function, or use imagelinkbutton.attributes.add, or do I keep the imagebuttonlink event, or what?
View 3 Replies
Apr 20, 2010
I want to open a new window on click of a button.
I need to pass the query string in the url so it needs to be a server side event.
How can this be done?
View 6 Replies
Mar 7, 2011
in my application there is a button to generate pdf file.my requirement is after generate the pdf file i want to display it in a new window.i think my requirement is clear for all.
View 3 Replies
Jun 24, 2010
I have wrapped an <a><a/> around an image to it will be possible to click this image and go to
www.yahoo.com
In this case, it redirects to www.yahoo.com.
What I wonder is how it could be possible to open up a new browserwindow with www.yahoo.com like this ?
[Code]....
View 4 Replies
Nov 21, 2013
when i click linkbutton open new tab for [URL]
only using aspx.cs page
View 1 Replies
Sep 28, 2010
Here's my code
[Code]....
My url here opens in same page...how can i open my url in new page...redirecting to diff pages on each condition..how can i use windows.open function here to open up link in new window.
View 5 Replies
Sep 9, 2010
I have Five Web part Zones in my page and each one have Gird control.
I have Five link buttons in same web page.
My requriemnt is when Any webpart is closed, when click on corresponding link must open the corrsponding closed webpart.
View 1 Replies
Mar 25, 2011
I have a menu. Is there a way so that the submenuitems stay popped out untill there is another click .
View 1 Replies
Jan 17, 2011
I have a Calendar control on a page. I want to open a popup window when a user clicks on a date.
What event on the calendar can I hook up the javascript window.showModalDialog to?? There is no onClientClick...
View 3 Replies
Jan 4, 2011
i have to open the popup on from the gridview's linkbutton, bnut it open on the double click, not on the single click.
LinkButton btn = sender as LinkButton;
View 4 Replies
Aug 21, 2010
My world file is place on server . how i will open it through click event. is there any way to open in html or i wil call word application.
i tried javascript, importing com library but faild'
at java script while i create activex object exception arise.
how to open word files in asp.net
i use ms office 2007
View 4 Replies
Oct 30, 2010
There is a textbox , button and gridview(contains linkbutton in template field) in my webpage. If the user enter some text in the textbox and press button means it will search the text in the interrnet and display the text in gridview (like[URL]if the users clicked the linkbutton in the gridview item i want to save the "clicked link" and "searched text" in the database.If the user clicks the linkbutton in the gridview, i captured the server side event of gridview_rowcommand and wrote the code to save the details in the database. But i cannot get the event of mouse rightclick event of "open in new tab" and "open in new window" option in server side and in javascript.how can i get the event of mouse rightclick "open in new tab" and "open in new window"?
View 1 Replies
Jan 17, 2011
how to open file upload browser(to select image file) on anchor tag click.
View 4 Replies
May 2, 2010
How to open a page in popup window of Calendar size. The page contains a default asp.net calendar. In first page there is a formview and inside a formview there is an image. I want that when user click that image a popup will appear having calendar on that page.
View 4 Replies
Jan 26, 2011
[Code]....
What would I do to make the image click able and bring up the image in a small IE window?
View 6 Replies
Sep 27, 2010
I want to open application in seperate browser when click on SiteMapNode.
View 4 Replies
Jun 26, 2012
i have gridview with link button.. if i click on link button to open new window with pdf file.
View 1 Replies
Apr 19, 2012
how to open a calendar control in asp.net web form on the image button click and display the date in the textbox
View 1 Replies
Jul 30, 2013
I have used a LinkButton as Text "D:NewFolder".I want when user click on the link the "NewFolder" folder will be open as windows explorer !
View 1 Replies