Click here to Skip to main content
15,896,730 members

Comments by saxenaabhi6 (Top 89 by date)

saxenaabhi6 2-Sep-14 1:59am View    
Do response.redirect("xyz.aspx?success=true");
on page load just check the query parameter for true and display your label.
saxenaabhi6 2-Sep-14 1:41am View    
If you mean you want to save a csv file at clients pc at c:\temp\folder by skipping that download save as popup. Then sorry, you cant do that, it is a browser requirement and your code has no control over it.
saxenaabhi6 19-Dec-11 1:51am View    
read on this http://www.w3schools.com/jsref/met_win_open.asp
saxenaabhi6 19-Dec-11 1:42am View    
make your month dropdown values to 1-12 and set them based on values.
saxenaabhi6 19-Dec-11 1:35am View    
use masked edit extender of ajax tool kit in that case.