Tips

Tips (106)

Saturday, 29 December 2012 13:54

c#,asp.net interview questions

Written by
Rate this item
(0 votes)

I have given many interviews on c#,asp.net jobs and
went through the questions.here i am posting,It may
help you -

Wednesday, 19 December 2012 13:55

how to attach and detach databases in sql server

Written by
Rate this item
(0 votes)

connecting Asp.net local MDF database files to sql
server management studio express is easy to do.
following are the steps to do so -

Tuesday, 24 December 2013 14:43

Paypal Script Not functioning

Written by
Rate this item
(0 votes)
You have a problem on paypal button? When you use the script given from paypal for article, the button gets visible but when clicked on it defines no action..The solution is simple...

You have to change the Text Filters setting to "No Filters" for all users in global configuration and must make the text editors to none after that add the paypal code button script. It works fine...

Problem Solved.

with Cheers,
Ultimatecine.com

Last modified on Tuesday, 24 December 2013 15:38
Monday, 14 January 2013 18:14

how to show tips when windows application starts

Written by
Rate this item
(0 votes)

It's a great idea to show application related tips
when users run your application.you may show tips
about how to use your application efficiently,details
of your application terms,etc.

Friday, 02 August 2013 23:12

Some tips on Web Browsing

Written by
Rate this item
(0 votes)
how to use private browsing?

If you don't want to save cookies and histories for certain activities
and for security purposes while browsing then Press CTRL + Shift + N,
which will launch new private browsing for Chrome, CTRL + Shift + P will
do it for Firefox and IE.
Tuesday, 15 January 2013 13:55

using online paypal buy button for paypal payment

Written by
Rate this item
(0 votes)

you can use online paypal buy button in your page
for receiving online paypal payment.when users click
this buy button they will enter in payment page
for payment.

Rate this item
(0 votes)

command objects use parameters for passing values
to sql statements for type cheking,validation,guarding
against SQL injection attacks,etc.so its a good practice
to use command parameters to sql statements.

Thursday, 26 December 2013 15:45

how to add scripts and styles in wordpress admin page

Written by
Rate this item
(0 votes)
In wordpress there are some error free ways to add scripts and styles
in your custom  page in admin dashboard.If you don't follow these rules you
might see errors and it's not a good idea to declare script and styles without
this kind of some pre-defined actions.
Rate this item
(0 votes)

if you want to prevent running multiple instance
of the same c# application then check the
following lines.It's sometime necessary to prevent
running multiple instances of the same application.

Saturday, 28 December 2013 23:19

Modify wordpress post using filter

Written by
Rate this item
(0 votes)
It's possible to insert any kind of content in wordpress post or page using
short codes, but if you want to inject/modify content in post in more
advanced manner then there is a alternative is using filter
Last modified on Saturday, 28 December 2013 23:35

Latest discussions

  • No posts to display.