Blogs1 - 10 of 166 recent posts for tag:"ASP.NET 2.0"
05
Jul
2009
Localization with MasterPages - The Final Cut  

12 hours ago by Walaa M Atef

I'll try to be short and to the point. And if you want you may skip all the following text description and go ahead to the code example. Assuming you want to have your ASP.NET website/web application to have a multi-lingual interface. If you are a newbi you'll find multiple resources on the internet ...

Lancer in The Park - walaapoints.blogspot.com · 1 reference

04
Jul
2009
ASP.NET 2.0: A Getting Started Guide [sitepoint.com]  

1 day ago by admin

ASP.NET 2.0 comes with extraordinary new features as well as an expanded and more powerful underlying framework. Not only that, but the basic versions of all development tools, including Visual Web Developer 2005 Express Edition and SQL Server 2005 Express Edition, are free!

ASP.NET Tutorial - programmernovice.com/aspnet

03
Jul
2009
C# .NET: Convert System.Drawing.Color to HTML color  

2 days ago by cgalhano

Color c = System.Drawing.ColorTranslator.FromHtml(“#F5F7F8″); String strHtmlColor = System.Drawing.ColorTranslator.ToHtml(c); http://flux.netaffiliation.com/xmltrack.php?maff=406041EAFB45F0497DAE2

Galhano 127.0.0.1 - galhano.com/blog

23
Jun
2009
Calling Web service from Flex – Part 1  

12 days ago by patriwala

Here I am Explain how to use Web Services in Flex Application. Steps: 1) First we create web service in Asp.net with C#. create new Web method in Web service is GetName. [ WebMethod] public string GetName( string UserName) { return "WelCome " + UserName; } My web service name is WebServices. using S ...

DotNet Friends - amitpatriwala.wordpress.com · 3 references

20
Jun
2009
Deshabilitar el botón de Login en el postback  

15 days ago by Fernando Sanchez

Voy a mostrar un ejemplo muy sencillo y practico de como deshabilitar el botón de login cuando el usuario le da click para evitar el doble post-back. El ejemplo esta testeado en IE 7, Firefox 3.0.11 y Chrone 2.0 Voy a mostrar todo el HTML de la pagina de una pagina de login y luego voy a [...]

Try To Catch - trytocatch.wordpress.com

ASP.NET – How to send email in asp.net 2.0  

15 days ago by Prashant Pandey

Emails are the important part of any web application to make an interaction between website and end users. I got many queries from my friends for “How to send emails in ASP.NET”, so I have created a sample email sending application in asp.net to give you an idea about email sending in asp.net. So ta ...

Tech Ahead - techahead.wordpress.com · 2 references

HttpHandlers in Web.Config ASP.Net 2.0  

15 days ago by DotNetShoutout webmaster

The following default httpHandlers element is configured in the root Web.config file in the .NET Framework 2.0. add : Optional element.Specifies verb/path mapping to a handler. clear : Optional element.Removes all handler mappings that are currently configured or inherited. remove : Optional element ...

DotNetShoutout - Upcoming ... - dotnetshoutout.com/Upcoming · 1 reference

19
Jun
2009
ADGroup Verification in ASP.NET Web Applications  

16 days ago by asithangae

Normally in Enterprise level , users will be provided access at the ADGroup level for the application that are hosted at the intranet and internet. The web application will contains the access related code. There are two to check this access at ADGroup. 1. LDAP QUERY 2. Net inbuilt method The first ...

asithangae - asithangae.blogspot.com

18
Jun
2009
Detailed Tutorial of Using JavaScript with Asp.net  

17 days ago by highonmicrosoft

Table Of Contents of – Detailed Tutorial of Using JavaScript with Asp.net tutorial: Introduction Adding java script code to the server control About the ClientScriptManager Class Using RegisterClientScriptBlock() Method Using RegisterStartupScript() Method Difference between RegisterClientScriptBloc ...

Highonmicrosoft - highonmicrosoft.wordpress.com · Rank: 162,065 · 1 reference

Previous1234567