dotnetinfomedia.wordpress.com
ASP.NET | Dotnet Infomedia
https://dotnetinfomedia.wordpress.com/downloads
Visual Studio .NET Tips and Tricks and samples codes, asp.net,c#,vb.net,ajax,wcf,wpf,etc. Posted by Balaji.J. One response to this post. Posted by pavithra on May 13, 2011 at 5:48 am. This is very useful…. All the Best …. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. Useful Links for Dotnet.
dotnetinfomedia.wordpress.com
Different Date time formate from SQL | Dotnet Infomedia
https://dotnetinfomedia.wordpress.com/2011/10/13/different-date-time-formate-from-sql
Visual Studio .NET Tips and Tricks and samples codes, asp.net,c#,vb.net,ajax,wcf,wpf,etc. Laquo; UserControl Enable and Disable in asp.net. Different Date time formate from SQL. Posted October 13, 2011 by Balaji.J in SQL. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. Useful Links for Dotnet.
dotnetinfomedia.wordpress.com
October | 2011 | Dotnet Infomedia
https://dotnetinfomedia.wordpress.com/2011/10
Visual Studio .NET Tips and Tricks and samples codes, asp.net,c#,vb.net,ajax,wcf,wpf,etc. Archive for October, 2011. Different Date time formate from SQL. Posted by Balaji.J in SQL. UserControl Enable and Disable in asp.net. Posted by Balaji.J in ASP.Net. Uname = Page.User.Identity.Name;/ Find the user Role who is logged in. Control admin = Page.FindControl(“ / controls/UC1”);. Control user = Page.FindControl(“ / controls/UC2”);. If (Roles.IsUserInRole(“Admin”). UserControl)UserMenu1).Visible = false;.
dotnetinfomedia.wordpress.com
UserControl Enable and Disable in asp.net | Dotnet Infomedia
https://dotnetinfomedia.wordpress.com/2011/10/11/usercontrol-enable-and-disable-in-asp-net
Visual Studio .NET Tips and Tricks and samples codes, asp.net,c#,vb.net,ajax,wcf,wpf,etc. Laquo; Model-View-Controller (MVC). Different Date time formate from SQL. UserControl Enable and Disable in asp.net. Posted October 11, 2011 by Balaji.J in ASP.Net. Uname = Page.User.Identity.Name;/ Find the user Role who is logged in. Control admin = Page.FindControl(“ / controls/UC1”);. Control user = Page.FindControl(“ / controls/UC2”);. If (Roles.IsUserInRole(“Admin”). UserControl)AdminMenu1).Visible = true ;.
dotnetinfomedia.wordpress.com
Generic Classes in C# | Dotnet Infomedia
https://dotnetinfomedia.wordpress.com/2011/07/06/generic-classes-in-c
Visual Studio .NET Tips and Tricks and samples codes, asp.net,c#,vb.net,ajax,wcf,wpf,etc. Laquo; is postback property in asp.net. Generic Classes in C#. Posted July 6, 2011 by Balaji.J in C#. Generic classes are classes that can hold objects of any class. Containers such as Lists, Arrays, Bags and Sets are examples. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). Notify me of new comments via email.
dotnetinfomedia.wordpress.com
JAVASCRIPT | Dotnet Infomedia
https://dotnetinfomedia.wordpress.com/javascript
Visual Studio .NET Tips and Tricks and samples codes, asp.net,c#,vb.net,ajax,wcf,wpf,etc. Posted by Balaji.J. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. You are commenting using your Facebook account. ( Log Out. You are commenting using your Google account. ( Log Out. Useful Links for Dotnet.
dotnetinfomedia.wordpress.com
How to Display the browser version | Dotnet Infomedia
https://dotnetinfomedia.wordpress.com/2011/06/13/how-to-display-the-browser-version
Visual Studio .NET Tips and Tricks and samples codes, asp.net,c#,vb.net,ajax,wcf,wpf,etc. Laquo; Random Array in C#. Differences between NET framework 2.0,3.0 and 3.5. How to Display the browser version. Posted June 13, 2011 by Balaji.J in C#. Response.Write(Request.Browser.MajorVersion) Response.Write(Request.Browser.MinorVersion). Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). Notify me of new comments via email.
dotnetinfomedia.wordpress.com
Model-View-Controller (MVC) | Dotnet Infomedia
https://dotnetinfomedia.wordpress.com/2011/07/22/model-view-controller-mvc
Visual Studio .NET Tips and Tricks and samples codes, asp.net,c#,vb.net,ajax,wcf,wpf,etc. Laquo; Generic Classes in C#. UserControl Enable and Disable in asp.net. Posted July 22, 2011 by Balaji.J in ASP.Net. Model View Controller architecture aims to separate an application into three parts:. It is the business logic of an application. From an object oriented perspective it would consist of a set of classes that implement the critical functionality of an application from a business point of view. The mod...
dotnetinfomedia.wordpress.com
Differences between NET framework 2.0,3.0 and 3.5 | Dotnet Infomedia
https://dotnetinfomedia.wordpress.com/2011/06/16/differences-between-net-framework-2-03-0-and-3-5
Visual Studio .NET Tips and Tricks and samples codes, asp.net,c#,vb.net,ajax,wcf,wpf,etc. Laquo; How to Display the browser version. Is postback property in asp.net. Differences between NET framework 2.0,3.0 and 3.5. Posted June 16, 2011 by Balaji.J in ASP.Net. NET framework 2.0:. It brings a lot of evolution in class of the framework and refactor control including the support of. Full 64-bit support for both the x64 and the IA64 hardware platforms. NET framework 3.0:. Windows CardSpace, formerly called ...
sqldata.blogspot.com
SQL Server DBA: Encontrar los queries que consumen mas recursos
http://sqldata.blogspot.com/2012/04/encontrar-los-queries-que-consumen-mas.html
Encontrar los queries que consumen mas recursos. Domingo, 29 de abril de 2012. Los DMVs (Dynamic Management Views) son una magnífica forma de encontrar información de performance a partir de SQL Server 2005 en adelante (2008/2008R2/2012). En este query de Pinal Dave se utilizan DMVs para encontrar los queries que mas consumen en un server SQL Server 2005/2008 (recordar que este script funciona solo en bases compatibilidad 2005/2008). 1000000 total elapsed time in S. 1000000 last elapsed time in S. Traduc...
SOCIAL ENGAGEMENT