Click here to Skip to main content
15,892,298 members

Comments by mukesh_panth (Top 19 by date)

mukesh_panth 23-Sep-13 7:34am View    
how can display message box with current time using timer control in asp.net ....
mukesh_panth 31-Aug-13 3:11am View    
done... i have restart our application. working successfully.
mukesh_panth 31-Aug-13 3:06am View    
I have Installed ttf file in C:-> Windows -> font folder.
mukesh_panth 20-Jun-13 7:35am View    
use client side script ......
<script type="text/javascript">
function addIMAGE_LOGO()
{
//debugger;
var editor = $find("Editor2");
var editPanel = editor.get_editPanel();
var designPanel = editPanel.get_activePanel();
designPanel._saveContent();
designPanel.insertHTML('<img alt="" src="Images/Logo.jpg" style="width: 40px" />');
}
</script>

and use this server side code in page_load event....

btnAddImage.Attributes.Add("onclick", "addIMAGE_LOGO()");
mukesh_panth 17-Jun-13 7:20am View    
i have an array and my requirement is to use it datatable so that i can fire query on datatable..