kamal_ce

Stories submitted by kamal_ce

Error Database diagram support objects cannot be installed(technoreader.com)

submitted by kamal_cekamal_ce(255) 2 years, 9 months ago

Some times when you click on the Database Diagram node in object explorer in SQL Server Management Studio,you get error message: "Database diagram support objects cannot be installed because this database does not have a valid owner. To continue, first use the Files page of the Database Properties dialog box or the ALTER AUTHORIZATION statement to set the database owner to a valid login, then add the database diagram support objects." read more...

add a comment |category: |Views: 5

tags: another

How to disable Auto Complete feature(technoreader.com)

submitted by kamal_cekamal_ce(255) 2 years, 9 months ago

How to disable Auto Complete feature for firefox and IE using AutoCompleteType and autocomplete read more...

add a comment |category: |Views: 21

tags: another

Amazing jQuery Plugins(technoreader.com)

submitted by kamal_cekamal_ce(255) 2 years, 9 months ago

jQuery Plugins : Amazing and useful jQuery framework Plugins for tooltips,menu and Accordion. read more...

1 comment |category: |Views: 815

tags: another

SQL Server String Functions(technoreader.com)

submitted by kamal_cekamal_ce(255) 3 years ago

String functions are mainly used to change the case of strings,concatenate strings,reverse strings,extract various part of strings and perform many other types of string manipulation. In SQL Server there is a Several built-in string functions to perform string manipulations.All below functions takes string input value and return a string or numeric value. read more...

add a comment |category: |Views: 13

tags: another

SQL server Date Time Function(technoreader.com)

submitted by kamal_cekamal_ce(255) 3 years, 2 months ago

Date time functions allow manipulating columns with DATETIME/SMALLDATETIME data types. SQL server Date Time Function:GETDATE and GETUTCDATE Functions,DATEADD Functions,DATEDIFF Function,DATEPART Function,DATENAME Function,DAY, MONTH, and YEAR Functions read more...

add a comment |category: |Views: 12

tags: another

Menu based on Sitemap (technoreader.com)

submitted by kamal_cekamal_ce(255) 3 years, 2 months ago

Create Menu based on Sitemap in asp.net read more...

add a comment |category: |Views: 61

tags: another

Generate RSS Feed in ASP.Net (technoreader.com)

submitted by kamal_cekamal_ce(255) 3 years, 2 months ago

RSS(Really Simple Syndication) is a Web content syndication format.RSS is used to publish frequently updated works—such as blog,news.Rss is simple XML file. read more...

add a comment |category: |Views: 24

tags: another

String Functions in .NET(technoreader.com)

submitted by kamal_cekamal_ce(255) 3 years, 2 months ago

Several built-in string functions perform string manipulations to augment simple concatenation with the "&" operator. read more...

add a comment |category: |Views: 24

tags: another

SQL Server Date Time Format(technoreader.com)

submitted by kamal_cekamal_ce(255) 3 years, 3 months ago

How to format date time in sql server? In SQL Server used Cast or Convert function to Format Date Time value or column into a specific date format. read more...

add a comment |category: |Views: 24

tags: another

jQuery showing or hiding effects(technoreader.com)

submitted by kamal_cekamal_ce(255) 3 years, 3 months ago

Use of $ in jQuery.How to use selectors?How to use show/hide/toggle events in jQuery? read more...

add a comment |category: |Views: 17

tags: another

Most powerful JavaScript Framework : jQuery(technoreader.com)

submitted by kamal_cekamal_ce(255) 3 years, 4 months ago

jQuery is a new kind of JavaScript Library or FrameWork,created by John Resig in 2006. jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.jQuery is designed to change the way that you write JavaScript. read more...

add a comment |category: |Views: 17

tags: another

Folders in ASP.NET 2.0(technoreader.com)

submitted by kamal_cekamal_ce(255) 3 years, 4 months ago

There are seven new folders introduced in ASP.NET 2.0 read more...

add a comment |category: |Views: 6

tags: another

Page Directives in ASP.NET 2.0(technoreader.com)

submitted by kamal_cekamal_ce(255) 3 years, 4 months ago

Page Directives in ASP.NET 2.0 Assembly,Control,Implements etc... read more...

add a comment |category: |Views: 13

tags: another

Enable Disable RequiredFieldValidator with Javascript(technoreader.com)

submitted by kamal_cekamal_ce(255) 3 years, 4 months ago

Sometimes we need to Enable or Disable validation on client side.For that use ValidatorEnable function in the Asp.net javacsript Script Library. For that set EnableClientScript property of validator to True. read more...

add a comment |category: |Views: 137

tags: another

Create and Send an email in ASP.NET 2.0(technoreader.com)

submitted by kamal_cekamal_ce(255) 3 years, 4 months ago

The System.Web.Mail namespace in ASP.NET 1.0 is replaced by System.Net.Mail namespace in ASP.NET 2.0 for sending an email. Lets see how to create and send an email in ASP.NET 2.0. read more...

add a comment |category: |Views: 9

tags: another

Difference between Truncate and Delete in SQL (technoreader.com)

submitted by kamal_cekamal_ce(255) 3 years, 4 months ago

Truncate an Delete both are used to delete data from the table. These both command will only delete data of the specified table, they cannot remove the whole table data structure.Both statements delete the data from the table not the structure of the table. read more...

add a comment |category: |Views: 10

tags: another