C# - Is There TAB Control And How To Open Page2 From Button Click
Dec 4, 2010Is there TAB control and how to open page2 from button click ?
On asp.net ?
I work with C# and Visual Studio 2008 and ASP.NET
Is there TAB control and how to open page2 from button click ?
On asp.net ?
I work with C# and Visual Studio 2008 and ASP.NET
jquery calender with images button. when click on image button only then caleder control will open...
View 2 RepliesI want to open file dialog on click of a button in asp.net without using file upload control.
View 2 Replieshow to open a calendar control in asp.net web form on the image button click and display the date in the textbox
View 1 RepliesI am working a survey project. There are about 30 questions. I created two pages to sore these questions. Each page has 15 questions. When user opens page2 and then back to page1, all answers of page1 are not in page1 any more. How to keep all answers in page1 when user open page2?
View 2 RepliesI am working a survey project. There are about 30 questions. I created two pages to sore these questions.
View 2 RepliesWhen 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.
i have a web form in which i ve a button which will open a sliding pop up box(jquery) on click of it. In the same page i ve also a linkbutton for downloading files. Now the problem is first time wen i click that button it does nothing. (will not open popup box). Once i click on download button and then if i click that button it will open popup box along with download dialog box. Why is it happening so... is it because am using same event click for both these.
but download option is implemented in gridview_rowcommand()..
i would like to ask about how can i open user control page when i click a button on parent page, also, can i call parent's method from user control page and then refresh parent page?
View 8 RepliesAs i am new to coding, what i was doin is i want to open a pop up window on button click in my default.aspx page.
and when the child window opens, it contains the grid view where we can select the relevant information and we hav to send this to the parent window
everything is working fine,but when we send the values to the parent page, all the text boxes and controls in the parent page are getting refreshed. and its being a problem, that the user has to re enter the data.
here is my code
[Code]...
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 Replieshow to make a submit button, once the button was clicked, a web url will be open in new tab.
View 6 RepliesI 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?
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 Replieshow to open outlook in a button click event with to address and default attachment in asp.net 2.0 .
if i click a send mail button in my form it should open outlook window with the default attachment and to address. how to do?
when i click linkbutton open new tab for [URL]
only using aspx.cs page
I have created one a page and i am using data grid and data is coming from SQL.Now i want to create one button "Send this on Mail" when user will click this button outlook should open and in the body part my data grid should come with same formatting which i am using in a web page.
View 1 RepliesHere'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.
i have an link button in my gridview once user click that link button i need to open an a word document(the path where the document is stored in server would be like this c:/abc/doc/abc1.doc) so now i should all ow the user to download that document for viewing it.
View 2 RepliesI have an application where I would like to display a report (using Report Viewer on a .aspx page) in a new window so the user can simply close the report page when finished viewing and have the source page still active.
since "Report viewer" is on .aspx page so I want to open report on next browser window.
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;
I have a parent window from which i open a modal dialog on button click. In WinXP with IE8 it works just fine, but in Win7 with IE8, upon opening the modal dialog it brings me to the login screen. If i enter my credentials, close the dialog and open it again, it works.
The explanation i figured out is that the session isn't transfered between parent and child. The modal is opened with javascript window.open function.
I don't want to store the credentials in a cookie and then read it in my modal because it's a security no-no. Is there an explanation why this is happening in Win7 and not in XP and is there a resolution for this issue?
I always used ASP FileUpload with great success, but recently tried to modify its appearance in order to blend in with the general appearance of the project. After extensive research I discovered that in this particular case it would not be possible and opted for an alternative.While not wanting to lose the functionality of the ASP FileUpload I hid the ASP FileUpload and rather just added a read-only textbox and button which I styled with ease. Subsequently I invoked the ASP FileUploads file browse window using Javascript. Consider the following:
Code:
<script type="text/javascript">
function ShowBrowseDialog()
{
[code]...
The above works fine for invoking the ASP FileUpload and selecting the file, but I need to work with the selected file(s) in the code-behind. Is there a way that I can trap a click event on the ASP FileUpload OPEN button, i.e. once the user selected the file(s)?
i have gridview with link button.. if i click on link button to open new window with pdf file.
View 1 RepliesI 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