Ask a Question related to ASP.NET General, Design and Development.
-
jen #1
Question on datagrid and detail modal edit page
Hi,
I am working on a web application and have one form1.aspx page with a
Datagrid in it. When user click the edit button in the grid, it will
popup a modal page (edit1.aspx) by using JavaScript client code
(window.showModalDialog).
Question:
1. How to execute some server side codes before window.showModalDialog
client code get called? I want to get the current row info and save it
in the Session or Cache. In this way, there is no need to reload
record info from database again in edit1.aspx.
2. Or, is there a way to capture the datagrid (web controls) Click or
mousedown event so I can run some server side codes first?
2. Because there are 2 big string field, I can not use
dialogParametes. What is the best way to transfer data to edit1.aspx?
I know with window.open, window.opener is avaiable in the popup
window. But I do need Modal window/dialog here.
Thanks
Jen
jen Guest
-
Would like to load a datagrid already in edit mode instead of having the user click the edit button
Now my asp.net datagrid shows an edit button and clicking it puts the datagrid in edit mode. I would like to: 1) possilby load the page already... -
Can I open a page as a popup using GOTO DETAIL PAGE
ok, i have posted this before but i didnt get any response. I have failed to find an answer anywhere else. I want to open a GOTO DETAIL page... -
Set the width of the edit textbox after clicking on Edit link in datagrid...
Hi There, I have a data grid where I have a couple of columns as follows: ----------------------------------------- |id | textual... -
Datagrid --> Excel Spreadsheet - A "small detail" question
In a VB.NET application, I have a datagrid that I export to an Excel spreadsheet like this: ' Set the content type to Excel Response.ContentType... -
Can I delete from the detail of a master/detail datagrid?
Hi Mark, As for the delte certain items in the detailed grid items in MASTER/DETAIL grids. Here are my suggestions; The DataGrid, DataList or...



Reply With Quote

