codesmithdotnet.blogspot.com
All About Microsoft.Net Technologies!: Changing the trust level of a web application
http://codesmithdotnet.blogspot.com/2009/01/asp.html
All About Microsoft.Net Technologies! Visual Studio 2005, 2008; ASP.NET 2.0, 3.0, 3.5; ADO.NET; C#; Visual Basic.NET; XML; Web Services; Windows Services; AJAX; Silverlight; LINQ; Visual Studio Team System; REST;. Sunday, January 18, 2009. Changing the trust level of a web application. Aspnet (1.1 and 2.0) web applications run under full trust, by default. It means they can access any resources; however, to limit this resource access you need set the trust level. Level=Full High Medium Low Minimal/.
codesmithdotnet.blogspot.com
All About Microsoft.Net Technologies!: December 2008
http://codesmithdotnet.blogspot.com/2008_12_01_archive.html
All About Microsoft.Net Technologies! Visual Studio 2005, 2008; ASP.NET 2.0, 3.0, 3.5; ADO.NET; C#; Visual Basic.NET; XML; Web Services; Windows Services; AJAX; Silverlight; LINQ; Visual Studio Team System; REST;. Friday, December 26, 2008. Add memory stream data as attachment in the email using C#. ObjMemoryStream.Position = 0;. ObjMailMessage.Attachments.Add(new System.Net.Mail.Attachment(objMemoryStream, "testattachment.txt") ;. Posted by Common Man. Subscribe to: Posts (Atom).
codesmithdotnet.blogspot.com
All About Microsoft.Net Technologies!: February 2006
http://codesmithdotnet.blogspot.com/2006_02_01_archive.html
All About Microsoft.Net Technologies! Visual Studio 2005, 2008; ASP.NET 2.0, 3.0, 3.5; ADO.NET; C#; Visual Basic.NET; XML; Web Services; Windows Services; AJAX; Silverlight; LINQ; Visual Studio Team System; REST;. Monday, February 06, 2006. Start and Stop Windows Services using Visual Basic 2005. Start and Stop Windows Services using Visual Basic 2005. Name of the Microsoft SQL Server Service. Its name is MSSQLSERVER. We’ll use this name to start and stop the service. Dim objController As New ServiceCont...
codesmithdotnet.blogspot.com
All About Microsoft.Net Technologies!: November 2008
http://codesmithdotnet.blogspot.com/2008_11_01_archive.html
All About Microsoft.Net Technologies! Visual Studio 2005, 2008; ASP.NET 2.0, 3.0, 3.5; ADO.NET; C#; Visual Basic.NET; XML; Web Services; Windows Services; AJAX; Silverlight; LINQ; Visual Studio Team System; REST;. Wednesday, November 05, 2008. Free ASP.NET 3.5 Training Video Downloads. Here is a list of asp.net 3.5 videos available freely from asp.net website. For your comfort I have listed the download links in a single post. You can download and learn a lot from all of these video tutorials:. How Do I:...
codesmithdotnet.blogspot.com
All About Microsoft.Net Technologies!: September 2006
http://codesmithdotnet.blogspot.com/2006_09_01_archive.html
All About Microsoft.Net Technologies! Visual Studio 2005, 2008; ASP.NET 2.0, 3.0, 3.5; ADO.NET; C#; Visual Basic.NET; XML; Web Services; Windows Services; AJAX; Silverlight; LINQ; Visual Studio Team System; REST;. Tuesday, September 26, 2006. Which control caused postback in asp.net. Note: there are two underscore characters before the EVENTTARGET text. Response.Write(Request[" EVENTTARGET"]);. Or you can get the value in some text variable as given below. In case you are using some control which is actu...
codesmithdotnet.blogspot.com
All About Microsoft.Net Technologies!: February 2008
http://codesmithdotnet.blogspot.com/2008_02_01_archive.html
All About Microsoft.Net Technologies! Visual Studio 2005, 2008; ASP.NET 2.0, 3.0, 3.5; ADO.NET; C#; Visual Basic.NET; XML; Web Services; Windows Services; AJAX; Silverlight; LINQ; Visual Studio Team System; REST;. Friday, February 15, 2008. Find if network is available and connected using C#. There are different ways to find out manually that whether we're connecte to some network or not. But how we do this via programming - especially in .Net? Int connectednetworks = searcher.Get().Count;. Posted by Com...
hunar.pk
Job Types Freelance
http://www.hunar.pk/job-type/freelance
Hap – Posted by Hap. Melloway Media Marketing (Pvt.) Limited. Ndash; Posted by Admin. CityXpert – Posted by aamirsiddi. Academic Writer (Full time). Undisclosed – Posted by Mind Aqua. Freelance writer- Academic papers. Writers Vortex – Posted by Writersvortex. Ndash; Posted by qararulhassan. Brilliant Writings – Posted by Brilliant Writings. Electronic Safety & Security (Pvt) Ltd. Ndash; Posted by ESS TRACK. Ndash; Posted by MobileDev. Career Opportunity in Multinational Company. Ndash; Posted by mashal.
codesmithdotnet.blogspot.com
All About Microsoft.Net Technologies!: January 2008
http://codesmithdotnet.blogspot.com/2008_01_01_archive.html
All About Microsoft.Net Technologies! Visual Studio 2005, 2008; ASP.NET 2.0, 3.0, 3.5; ADO.NET; C#; Visual Basic.NET; XML; Web Services; Windows Services; AJAX; Silverlight; LINQ; Visual Studio Team System; REST;. Thursday, January 31, 2008. Write XML file using DataTable in C#. We can read data from and write data to an xml file using a DataTable object in C# or Visual Basic. What we need to do is to define a DataTable structure and then use that structure to read and write xml file. Dr = new DataRow();.
codesmithdotnet.blogspot.com
All About Microsoft.Net Technologies!: Adding intellisense comments in C# using XML
http://codesmithdotnet.blogspot.com/2009/01/adding-intellisense-comments-in-c-using.html
All About Microsoft.Net Technologies! Visual Studio 2005, 2008; ASP.NET 2.0, 3.0, 3.5; ADO.NET; C#; Visual Basic.NET; XML; Web Services; Windows Services; AJAX; Silverlight; LINQ; Visual Studio Team System; REST;. Wednesday, January 07, 2009. Adding intellisense comments in C# using XML. However, if we also want to add some comments to explain what each method does and what are the parameters etc. we can do that using XML comments. To add XML comments just do the following:. The name of the user as string.
SOCIAL ENGAGEMENT