No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
hi, how to call a button click event programmatically in web application C#. Thanks, Sindhuja.K | |
hi, i need to display a confirmation message box at timmer tick event. i wrote the below code 1. [COLOR="Green"]ScriptManager.RegisterStartupScript(this, GetType(), "Timmeralert", "if(Confirm('Are you sure want to extend time?') == true){return true;}else{return false;}", true);[/COLOR] 2. [COLOR="Green"]ScriptManager.RegisterStartupScript(this, GetType(), "Timmeralert", "if (window.confirm('Are you sure You Want To continue?')==true) {return true; } else … | |
hi, i have a html file which contains placeholders. i read the html file and replace the placeholders with object values of DB and display it in lable control. & now when i click the download i need save the contents of lable as html file . iwant to show … |
The End.