Posts

Showing posts from July, 2012
Comparison of Repeater  , Datalist ,GridView and ListView:- http://www.beansoftware.com/ASP.NET-Tutorials/Repeater-DataList-ListView-GridView.aspx http://weblogs.asp.net/anasghanem/archive/2008/09/06/comparing-listview-with-gridview-datalist-and-repeater.aspx
select multiple   checkbox   in grdiview http://www.aspdotnet-suresh. com/2011/03/how-to- selectdeselect-checkboxes-in. html
Export gridview into excel pdf csv   http://www.aspsnippets.com/ Articles/Print-functionality- in-ASP.Net- GridView -control. aspx  http://www.aspsnippets.com/ Articles/Export- GridView -To- Word-Excel-PDF-CSV-Formats-in- ASP.Net.aspx
To create folder without any name in window7 :- alt + 255
To create favicon online: http://favicon.htmlkit.com/favicon/
Download cc3 tutorial template http://tympanus.net/codrops/category/tutorials/
Difference Between  @@identity , scope_identity() and ident_Current('tablename'):-  SELECT @@IDENTITY @@IDENTITY is limited to the current session, it is not limited to the current scope. SELECT SCOPE_IDENTITY() SELECT IDENT_CURRENT(‘tablename’) IDENT_CURRENT is not limited by scope and session; it is limited to a specified table.    
What is the information stored in the master database ? The master database holds information for all databases located on the SQL Server instance and is the glue that holds the engine together. Because SQL Server cannot start without a functioning master database, you must administer this database with care. The msdb database stores information regarding database backups, SQL Agent information, DTS packages, SQL Server jobs, and some replication information such as for log shipping. The tempdb database holds temporary objects such as global and local temporary tables and stored procedures. The model database is essentially a template database used in the creation of any new user database created in the instance.
How do I Secure My Connection String In web.config file Go to start , search for Windows Explorer Right click on windows explorer, and then select Run as an Administrator. Go to C: drive , Go to Tools Menu , Select Folder Options , in View tab Click show hidden files, folder and drives. Now , you will able to see ProgramData (hidden folder) Now Go this path C:\ProgramData\Microsoft\Crypto\RSA, you will get MachineKeys Folder For accessing MachineKeys folder you must have full access control as a user. Right click MachineKeys folder, select properties, then go to security tab. In Group or User names, select everyone, for permission, click edit to provide full access to it. Check all under Allow permission checkboxes then click OK again click Apply and OK button for completion of permission to user everyone. After providing access permission to everyone user, go to run, type CMD. Go to path , C:\Windows\Microsoft.NET\Framework\v4.0.30319 ,copy path and paste in CMD In CMD, type CD <s
Which datatypes are not supported for the DATEFORMAT ydm? Ans:  date , datetime2 and datetimeoffset data types.
In SQL Server 2012, how many index types are available? Answer: 10,12
Awesome Dashboard http://www.web3mantra.com/2011/07/15/35-best-dashboard-designs/
Awesome Menu style http://ginva.com/2011/04/108-free-css-menu-designs/ http://css3menu.com/elegant-dark-menu.html