Tips (106)
how to prevent drag-drop and copy-paste text in textbox
Written by Super Userit's needed that you may want to prevent a drag-drop
value from your web page and copy paste text in
your textbox control.this error is reported
most of the time.
How to comment and like facebook post using Graph Api
Written by Super Useroutside of facebook.following codes shows how one can
implement that in their website.
how to run c# desktop application with full screen
Written by Super UserIf you want to run your software with same width and
height as your monitor's width and height then
implement the following technique in your application-
Add and animate border of textbox when get focused using jquery
Written by Super UserIt's a good practice to show orange border when you set focus to textbox.
also the border will stay for some seconds.this way user know
that they have to do task on that textbox.
you have tried to show data in the asp.net textbox
control and wanted that user will not be able to
modify data in the textbox or cursor will not be
shown in the textbox or other technical reason
then this tips can help you -
how to get client computer date and time using javascript
Written by Super UserIt's needed to get the current date and time of the user
computer for processing using javascript.
how to check/uncheck checkboxes in gridview using jquery
Written by Super Userthe following codes will help you to implement check all
or uncheck all capability in the gridview.in that case
when header check box checked all items check box will
be checked and vice versa.
verbatim string is a string which is interpreted
by the compiler exactly as it is written, meaning
that even if the string spans multiple lines
or keeps escape characters,etc.
how to show/hide panel inside datalist using jquery
Written by Super Userif you wanted to use jquery like for showing/hiding panel
when button clicked inside datalist itemtemplate then you
experienced that the action is repeated per item.
It's a very common to get joomla module's setting parameters in
code to process the module.It's easy but sometimes things
become complicated if you don't find the right way to do
that.