Blogspot - aspnetvisual.blogspot.com

General Information:

Latest News:

Porting Asp.Net MVC Website to Mono 2.6.1 and MySql on Linux Apache 23 Dec 2011 | 07:16 pm

So for the third and final part of this series, I want to walk through how I ported a very small project I posted on CodePlex awhile back called SiteManager. It is an extremely simplified CMS applicat...

How to Setup and Configure MySql Membership Provider 6.2.2 – Porting to Mono 23 Dec 2011 | 07:02 pm

As the second part of this series, I’ll look at building a website that can use the MySql Membership Provider. This is one of the main hang-ups I’ve run into while porting one of my ASP.NET applicatio...

Installing OpenSuse 11.2 with Mono 2.6.1 and Apache Using Text Mode Configuration 23 Dec 2011 | 06:58 pm

this is the first part of a three part series describing everything I did to get a server up and running and one of my Asp.Net MVC applications ported to Mono. This first part will cover installing a...

How to read GridView row column data using javascript 19 Dec 2011 | 07:28 pm

In some cases we need to read GridView row column data using javascript specially for search purpose. Also there were lots of reason to read GridView data using javascript. If you can read gridview da...

How to call Server Side function from Client Side Code in asp.net 7 Dec 2011 | 07:32 pm

You cannot call server-side code ‘directly’ from client-side code. That is because by design, the server side code executes at server side and client side code at the client. However there are some wo...

Encrypt & Decrypt Data in asp.net with c# 6 Dec 2011 | 09:19 pm

Copy Belove code IN Default.aspx <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> http://www...

How to detect browser and Operating System (OS) with ASP.NET 2 Dec 2011 | 07:04 pm

You can use "Request.UserAgent" if you're programming ASP.NET, otherwise it quite simple to get through other programming languages or the client script by Javascript. Back to the returns of "Request...

how to call web service from JQuery 2 Dec 2011 | 06:10 pm

Download source Making ajax calls to an ASP.NET web service using jQuery is too easy.  In this post I’ll explain how to do it! Start by creating a new web project and adding a new ASMX web service: ...

Gridview with linq 1 Dec 2011 | 10:58 pm

Download Code in .Aspx Page <%@ Page Language="C#" AutoEventWireup="true" CodeFile="gridwithlinq.aspx.cs" Inherits="gridwithlinq" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "...

How to call a WCF service in silverlight 30 Nov 2011 | 01:10 am

In Silverlight, we often come across a very common requirement to consume Cross Domain Services. In order to support Cross Domain Services in Silverlight, we have to add 'Cross Domain Policy' file at ...

Recently parsed news:

Recent searches: