Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Mathew George #1
on click of a link button should first save the data and then open a new browser
Hi,
A page consists of a link button. Clicking this link button should first
save data in the database.
If the data is saved correctly then it should open a new window.
I have coded for the link button as
Private Sub Button1_Click
(ByVal sender As System.Object, ByVal e As System.EventArgs)
Handles Button1.Click
' perform database save here
Response.Write("<script>window.open();</script>")
End Sub
Can anyone suggest which is the best method in terms of reliability and
performance.
Regards,
Mathew
Mathew George Guest
-
In web browser to view pdf, click link and it opens in same window
Customers download pdf from a server into a web browser with multiply links in pdf. When you click the links I want it open in a new window so the... -
Don't want to right click on a PDF link to save it!!!!
Hi can any one help me to download a .pdf file with out doing save as but just to click on it and it will automatically go to the Save dialog box!!!... -
How to get a OPEN/SAVE dialog option window when open Excel from IE browser.
I use the following to open Excel from IE browser, but I don't get a OPEN/SAVE dialog option window. Instead, the Excel opened in the browser... -
Server control button click: open pop up browser window
Checkout ... ShowModalDialog in the javascript reference. It works quite will if you want to use client side javascript. "Alvin Bruney"... -
Open Browser On Click HELP!
Okay...I found a similar thread, but my situation is a little bit different... here goes. Goal: To have several linked pages open in the same new... -
Mathew George #2
on click of a link button should first save the data and then open a new browser
Hi,
A page consists of a link button. Clicking this link button should first
save data in the database.
If the data is saved correctly then it should open a new window.
I have coded for the link button as
Private Sub Button1_Click
(ByVal sender As System.Object, ByVal e As System.EventArgs)
Handles Button1.Click
' perform database save here
Response.Write("<script>window.open();</script>")
End Sub
Can anyone suggest which is the best method in terms of reliability and
performance.
Regards,
Mathew
Mathew George Guest



Reply With Quote

