Click here to Skip to main content
15,913,487 members

Comments by Arun Banik (Top 4 by date)

Arun Banik 13-Sep-14 14:35pm View    
This thread is not dead yet. Cannot answer? Please suggest.
Arun Banik 13-Sep-14 12:54pm View    
Deleted
JQuery

<script>
$('#button').click(function() {
your code here...
});
</script>
Arun Banik 13-Sep-14 12:08pm View    
Message boxes from code behind does not work with certain browsers. You can validate the same at client side using JavaScript or JQuery. It will be simple. You can create a custom popup window to show the message or using DIV element to the message.

You can create a floating DIV shown in this page ... http://www.encodedna.com/2012/12/floating-div-using-css.htm
Arun Banik 26-Jul-14 2:17am View    
Your question is not clear. If you want experts to help, you need to be more specific while asking a question.
Are you trying to add columns dynamically to another gridview?