Tips

Tips (106)

Saturday, 29 December 2012 13:55

how to prevent drag-drop and copy-paste text in textbox

Written by
Rate this item
(2 votes)

it'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.

Rate this item
(0 votes)
Any one can comment,like a facebook post from a website
outside of facebook.following codes shows how one can
implement that in their website.
Rate this item
(1 Vote)

It'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.

Rate this item
(0 votes)

It's needed to get the current date and time of the user
computer for processing using javascript.

Sunday, 30 December 2012 13:56

how to run c# desktop application with full screen

Written by
Rate this item
(0 votes)

If 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-

Saturday, 19 January 2013 13:55

how to make uneditable textbox

Written by
Rate this item
(0 votes)

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 -

Rate this item
(0 votes)

the 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.

Monday, 14 January 2013 13:56

how to use verbatim string

Written by
Rate this item
(0 votes)

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.

Friday, 18 January 2013 13:56

how to show/hide panel inside datalist using jquery

Written by
Rate this item
(1 Vote)

if 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.

Saturday, 03 August 2013 22:41

how to get joomla module parameters

Written by
Rate this item
(0 votes)

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.


Latest discussions

  • No posts to display.