Click here to Skip to main content
15,914,074 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAdd multiple rows to a gridview Pin
manchu_200920-May-09 20:19
manchu_200920-May-09 20:19 
AnswerRe: Add multiple rows to a gridview Pin
padmanabhan N20-May-09 20:25
padmanabhan N20-May-09 20:25 
GeneralRe: Add multiple rows to a gridview Pin
manchu_200920-May-09 22:02
manchu_200920-May-09 22:02 
GeneralRe: Add multiple rows to a gridview Pin
manchu_200920-May-09 22:36
manchu_200920-May-09 22:36 
GeneralRe: Add multiple rows to a gridview Pin
padmanabhan N20-May-09 22:40
padmanabhan N20-May-09 22:40 
Questionwindow.open Pin
kanadoss20-May-09 20:03
kanadoss20-May-09 20:03 
AnswerRe: window.open Pin
Ramesh Swaminathan20-May-09 20:12
Ramesh Swaminathan20-May-09 20:12 
GeneralRe: window.open Pin
kanadoss20-May-09 20:46
kanadoss20-May-09 20:46 
Hi,

Let me clearly explain my problem,
This is my java script function to open new window,

function openWindow()
{
document.forms[0].submit();
var sUrl = "aspxSecond.aspx";
var sFeatures = "width=475px,height=100px,left=350px,top=400px,location=no,";
window.open(sUrl,"_blank",sFeatures);
}

I am calling the method like,

<asp:button id="btn" runat="server" onclientclick="return openWindow();" text="Export">

And i write the server side code for the btn click,

Protected Sub btn_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btn.Click
session("val")=1
End sub

In the second page i should get the session value as soon as i need to clear the session value...so every click i need to pass the session value.
BUT The PROBLEM is the btn_click is not firing for second time click ...
if any clarification plz let me ask..

Regards,
GeneralRe: window.open Pin
wenweiping21-May-09 15:45
wenweiping21-May-09 15:45 
QuestionHow to get the datakeys of GridView in second page? Pin
meeram39520-May-09 19:22
meeram39520-May-09 19:22 
AnswerRe: How to get the datakeys of GridView in second page? Pin
padmanabhan N20-May-09 19:40
padmanabhan N20-May-09 19:40 
GeneralRe: How to get the datakeys of GridView in second page? Pin
meeram39520-May-09 20:30
meeram39520-May-09 20:30 
GeneralRe: How to get the datakeys of GridView in second page? Pin
padmanabhan N20-May-09 21:00
padmanabhan N20-May-09 21:00 
GeneralRe: How to get the datakeys of GridView in second page? Pin
meeram39520-May-09 23:13
meeram39520-May-09 23:13 
AnswerRe: How to get the datakeys of GridView in second page? Pin
Ramesh Swaminathan20-May-09 19:53
Ramesh Swaminathan20-May-09 19:53 
QuestionRange values in Crystal Report Pin
Girish48120-May-09 19:21
Girish48120-May-09 19:21 
AnswerRe: Range values in Crystal Report Pin
Ramesh Swaminathan20-May-09 19:36
Ramesh Swaminathan20-May-09 19:36 
GeneralRe: Range values in Crystal Report Pin
Girish48120-May-09 20:01
Girish48120-May-09 20:01 
QuestionMessagebox and alerts Pin
jainiraj20-May-09 18:44
jainiraj20-May-09 18:44 
AnswerRe: Messagebox and alerts [modified] Pin
deepthy.p.m20-May-09 18:50
deepthy.p.m20-May-09 18:50 
AnswerRe: Messagebox and alerts Pin
padmanabhan N20-May-09 18:52
padmanabhan N20-May-09 18:52 
AnswerRe: Messagebox and alerts Pin
Ramesh Swaminathan20-May-09 19:10
Ramesh Swaminathan20-May-09 19:10 
Questionvalidate Dropdownlist inside gridview using javascript Pin
deepthy.p.m20-May-09 18:42
deepthy.p.m20-May-09 18:42 
AnswerRe: validate Dropdownlist inside gridview using javascript Pin
padmanabhan N20-May-09 19:03
padmanabhan N20-May-09 19:03 
GeneralRe: validate Dropdownlist inside gridview using javascript Pin
deepthy.p.m20-May-09 19:08
deepthy.p.m20-May-09 19:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.