Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~342 People Reached
Favorite Forums
Member Avatar for SindhujaNagaraj
Member Avatar for mani-hellboy
0
199
Member Avatar for SindhujaNagaraj

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 …

0
44
Member Avatar for SindhujaNagaraj

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 …

Member Avatar for SindhujaNagaraj
0
99