Click here to Skip to main content
15,889,808 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
wn i can select the gridview row button or select button , that time open new popup windows with selected row values.. pls reply me
Posted
Updated 12-May-14 23:18pm
v2
Comments
Vi(ky 7-May-14 9:09am    
Provide some more details
sekar305 8-May-14 1:24am    
for exam: i select the customer name in gridview , when i select the button in gridview that time open another form in popup windows.. do u understand
Maciej Los 7-May-14 14:43pm    
What have you done till now? Where are you stuck?
sekar305 12-May-14 4:02am    
i have stuck in coding...i have write coding but error was occured..
syed shanu 8-May-14 5:37am    
In button click call the javascript fucntion :
function OpenPopUp(S_Type,Comp_CD, Plant) {

window.open("test.aspx?S_Type=" + S_Type + "&Comp_CD=" + Comp_CD + "&Plant=" + Plant , "_blank", "WIDTH=1080,HEIGHT=760,scrollbars=no, menubar=no,resizable=yes,directories=no,location=no");

}

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900