Forms Data Controls :: How To Display Gridview In New Window

Apr 27, 2010

Just a bit of advice needed really in terms of how I should handle my current scenario:

I have a web page that searches for products/category information the results of which are at present displayed in a gridview on the same page.

However, said gridview is a bit of a beast and as such, I would like to have a page that the user searches for, a button is pressed and the subsequent gridview is displayed in a new window.

Ultimately, I would like the user to be able to make multiple searches so that new windows can have multiple gridviews containing different data sets.

My current thinking is to create session variables that can be pulled through onto 'the gridview page'. Having said that, I'm not sure that would work if multiple searches are created?

I am also thinking I might be able to create said 'gridview window' using javascript but my concern here is the potential loss of functionality of the gridview i.e. paging, sorting, editing, etc.

Does anyone have any thoughts or theories on this? What would be "best practise"?

View 9 Replies


Similar Messages:

Forms Data Controls :: How To Display Pop Up Window From GridView

Nov 16, 2010

I use VB. Net. I have GidView1. How to display pop up window after mouse click on the cell with data from another cell in the same row ?

View 2 Replies

Forms Data Controls :: Gridview - Display Popup Window Using Hyperlink Field?

Feb 8, 2011

I have a requrement to display a popup window when i ckick on the gridview hyperlink field.

View 6 Replies

Forms Data Controls :: Display Gridview Data In Modal Window?

Aug 12, 2010

Not sure if what I am trying is right way or not but just explain what I am trying to achieve - On my form I am displaying some data in a gridview; one of them being a default date. I also have a button which when clicked displays a modal window (using modalpopupextender) with a text box and an OK and Cancel button. What I am after is is there any way I can display, within the modal window the default date value so that the user can see what this value is and enter an appropriate date value into the textbox in the modal window.

View 5 Replies

Data Controls :: Display GridView Row Details In Popup Window?

May 7, 2015

I want to generate the pop up window on selecting anywhere on each of gridview rows using asp.net c#.

View 1 Replies

Data Controls :: Display GridView Row Details In New Browser Window Using JQuery

May 7, 2015

I haven't been able to pass values of my gridview row to another page or new window. (I am referencing the gridview from the question:

Filter GridView between Date Range using jQuery AJAX in ASP.Net )

I have tried the following:

<script type ="text/javascript">
function openPopup(strOpen) {
open(strOpen, "Info",
"status=1, width=300, height=200, top=100, left=300");
}
</script>

[Code] ...

I have also tried the Onselectedindexchanged but it's still not working. However when i use the above methods on other types of gridview, they all work very well.

View 1 Replies

Data Controls :: Display GridView Selected Row Values In Popup Page Window

Mar 19, 2014

How to open the second page in a pop up window for the below attached link program

ASP.Net Pass or Send GridView Row Values to other Page with HyperLink

View 1 Replies

Data Controls :: Display AJAX Modal Popup Window When Update Button Is Clicked In GridView

Jul 16, 2013

I want to display a pop up window when i click on update button of gridview after editing. How this will be implemented.

View 1 Replies

Data Controls :: Passing Values From Gridview In Child Window To Textbox In Parent Window?

Jul 29, 2013

I have a page, which contains 2 textboxes. When i click on the first textbox, i have to open a child window (tool), that contains a gridview control with 2 columns (corresponding to the 2 textboxes). When the user clicks on any row in the gridview, it should send back the 2 column values back to the parent window to the corresponding 2 textboxes. how do i achieve this?

View 1 Replies

C# - Display Gridview In New Window?

Apr 27, 2010

Just a bit of advice needed really in terms of how I should handle my current scenario:

I have a web page that searches for products/category information the results of which are at present displayed in a gridview on the same page.

However, said gridview is a bit of a beast and as such, I would like to have a page that the user searches for, a button is pressed and the subsequent gridview is displayed in a new window.

Ultimately, I would like the user to be able to make multiple searches so that new windows can have multiple gridviews containing different data sets.

My current thinking is to create session variables that can be pulled through onto 'the gridview page'. Having said that, I'm not sure that would work if multiple searches are created?

I am also thinking I might be able to create said 'gridview window' using javascript but my concern here is the potential loss of functionality of the gridview i.e. paging, sorting, editing, etc.

View 1 Replies

Forms Data Controls :: How To Open New Window From HyperLinkField In Gridview

Aug 31, 2010

How do I open a new window from a HyperLinkField in a Gridview?

<asp:HyperLinkField HeaderText="Test Icon"
DataNavigateUrlFields="clientID"
DataNavigateUrlFormatString="~/ClientInfo.aspx?ID={0}"
DataTextField="clientComments"
DataTextFormatString= "<img src='Images/moreInfoIcon.gif' alt='More Info'/>"/>

View 6 Replies

Forms Data Controls :: Displaying Xml Data In New Window On Click Event In A GridView?

Nov 30, 2010

is there a possibility to do the following:

I have a GridView which has a button in each row. On click event I want to open a new window displaying the xml data of the row.

I tried to this with the following code in the RowCommand - event:

var doc = new XmlDocument();
doc.LoadXml(content);
Response.ContentType = "text/xml";
Response.ContentEncoding = System.Text.Encoding.UTF8;
doc.Save(context.Response.Output);

This always generates a script error:

Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed.

View 1 Replies

Forms Data Controls :: Make Gridview Data As Hyperlink With Alias Open In New Window?

Sep 28, 2010

I have one asp.net C# page in which i have gridview..

This are the url comes from database and binded in gridview

www.xxxxxx.com/A/Default.aspx
www.xxxxxx.com/B/Default.aspx
www.zzzzz.com/C/Default.aspx

what i need is i need to show this url has like this

www.xxxxxx.com/A/Default.aspx is like Test1
www.xxxxxx.com/B/Default.aspx is like Test2
www.zzzzz.com/C/Default.aspx is like Test3
if user click Test1 it will open a new browser window with www.xxxxxx.com/A/Default.aspx
if user click Test3 it will open a new browser window with www.zzzzz.com/C/Default.aspx

how to make this in gridview

View 28 Replies

Forms Data Controls :: Gridview - Display A Image Button To Display Date

Sep 7, 2010

i have a gridview binded with data when i hover mouse to row i want to display a image button to display date ,and when i click the button i want to display calender control for choose date, and next step after i choose date it will be must insert into database. and mean while a hidden label control will display and date shuld be display in it

View 2 Replies

Forms Data Controls :: Can Use GridView CommandField Open A Page In A New Window

Aug 25, 2010

I'm using a GridView hooked up to an AccessDataSource holding details of books. The GridView has a CommandField which I want to act as a link to another page (called "showBook.aspx"). This page will have a DetailsView which I want to use to show the details of the selected book. I want this page to open in a new window.

View 2 Replies

Forms Data Controls :: Show Links In Gridview / Open In New Window?

Jun 16, 2010

I have a list of links displayed in a gridview that, when clicked, open in a new window. I used OnClientClick = "form1.target = '_blank';" to achieve this. I also need to let the users delete links. Problem is, when I click the delete button it calls the OnClientClick event even though it isn't in the delete tag. This only happens if I click delete after I have clicked on a link. The result is that the link I am trying to delete opens up in a new window and is not deleted.

View 4 Replies

Forms Data Controls :: Gridview To Excel - Open In The Same Browser Window?

Feb 3, 2010

I'm exporting the GridView to Excel. It works fine and I receive a prompt to Save/Open/Cancel the file although I need the file to be saved automatically in the provided (passed to the Export function) location and opened in the same browser window where the Gridview was.

View 2 Replies

Forms Data Controls :: Hyperlinkfield Or Buttonfield To Open New Window From Gridview

Aug 25, 2010

I have a gridview with a column for tracking numbers. I would like for the user to be able to click the tracking number in that column and it open another browser window to the site with the tracking information. I have tried Hyperllinkfield and I cannot get it to open the website.

View 7 Replies

Forms Data Controls :: Datalist Links Opening In New Window Rather Than Parent Window?

Jan 28, 2010

i have following datalist in WhatsNews.aspx page.

[Code]....

when i open home page and click a link in whatsnew section, IE 8 opening the links in a new window.but firefox 3.5.7 opens in parant window, just like i want.how can i make IE 8 also open the links in parent window?

View 3 Replies

AJAX :: How To Display The Gridview In The Popup Window

Sep 21, 2010

[Code]....

& my grid view html code id

i need popup window form here to

[Code]....

[Code]....

View 2 Replies

Forms Data Controls :: GridView Select Open New Internet Explorer Window?

Sep 3, 2010

I'm wondering if there is a built in way to take a GridView select buttons and have them open an IE window or tab and link a FormView Control to that link.

Basically a Master-Details type of view, but in a new window instead of the same window.

View 4 Replies

Forms Data Controls :: Display A One Row Gridview When Gridview Is Bound To Empty Dataset

Jan 13, 2010

If the gridview binds to empty dataset, I need to still show a gridview so that users can ADD more using the textfields in the bottom of the footer template. Since the gridview is empty it won't bind not allowing rendering of the <footer template> I guess I should create a empty dataset if the gridview is empty. How do I check for this and can this be done in GridviewRowEventArgs

View 5 Replies

Forms Data Controls :: Hiding Gridview When Other Gridview Display?

Nov 8, 2010

I have 3 grid views in my ASP.net application Viewing the data from different tables and search input with button( for all 3 grid view One input field), when i give input and click on serach button only one Grid view should be appear rest of the 2 gridviews should be hide but for me when i change the input values previous Grid view also remain stationed on the screen.Gridviews are GVOpenorder,GVShip,GvSchedule and input field name is txtSearch,button name is btnSearch.

View 8 Replies

Data Controls :: Open Popup Window When GridView Row Is Clicked?

Aug 14, 2013

When i click in a gridview row, how to do to open a popup window?

View 1 Replies

Data Controls :: Display Image Thumbnail From Database In GridView And Display Enlarged Popup

May 7, 2015

After saving image in db how can we retrieve it in gridview like thumbnail size image and by clicking on image in gridview its open as preview. How can we do this in asp.net using c#.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved