quangthai

Stories kicked by quangthai

Ajax Paging & Searching with ASP.NET MVC and jQuery(geeksship.com)

submitted by lehoangdunglehoangdung(490) 1 year ago

In this topic, I want to introduce a simple way to implement AJAX paging and ajax searching with ASP.NET MVC and JQuery. read more...

add a comment |category: |Views: 63

tags: another

How to insert text to textbox or textarea using javascript(geeksship.com)

submitted by lehoangdunglehoangdung(490) 1 year, 6 months ago

I want to make a text editor using Wikiplex engine to use instead of using CKEditor and the first problem is how to insert text (wikiplex instructions) in to textarea or text box. This topic will solve the problem. read more...

add a comment |category: |Views: 20

tags: another

Ado.NET EF 4 CTP Code First Bug - My fault or EF4's problem(geeksship.com)

submitted by lehoangdunglehoangdung(490) 1 year, 6 months ago

Today, I've tried to build a new membership provider and role provider using ADO.NET Entity Framework and Code First approach, so that I can use it for SQLCE4, MySQL, SQL Server... Everything was fine until I opened the database and see the tables' names, they are not as the same as what Scotgu said on his blog. read more...

add a comment |category: |Views: 120

tags: another

GeeksShip Community: ASP.NET MVC 3 for beginers with Razor and TinyMCE(geeksship.com)

submitted by lehoangdunglehoangdung(490) 1 year, 7 months ago

In this topic, we will focus on how to write a simple mvc 3 application with Razor view engine. We also have to face the problem when we want to display Html string instead of encoded string. read more...

add a comment |category: |Views: 413

tags: another

Some problems when using Entity Framework Feature CTP 4 instead of NHi(geeksship.com)

submitted by lehoangdunglehoangdung(490) 1 year, 7 months ago

In the past I always chose NHibernate to be the main library for accessing data. It’s because of the abilty of multi – dbms supporting, such as: MySQL, SQL Server, Access, SqlLite, PosgreSQL… read more...

add a comment |category: |Views: 205

tags: another

GeeksShip - Simple multi-file uploader using SilverLight(geeksship.com)

submitted by lehoangdunglehoangdung(490) 1 year, 7 months ago

Before getting start, I would like to thank Tim Heuer for his screen cast OpenFileDialog and FileUpload, all I have to do is change some thing from his source code to support multi-file uploading. read more...

add a comment |category: |Views: 78

tags: another

Geeksship.com - Simple example using Google MAP Api and ASP.NET MVC(geeksship.com)

submitted by lehoangdunglehoangdung(490) 1 year, 8 months ago

In example, I’ll build a website which contain a map, when user click a point in map, detail informination about location of point will be displayed in corresponding textbox. Then user will fill other inform about location (name, description) to textbox and click “insert” button. The page will being loaded and in the map, the poin will be displayed with title is name of point and info window is description of point. When you click the point, info window of point will be showed. read more...

add a comment |category: |Views: 333

tags: another

How to build a simple news site with EF feature CTP4 and SQL 4 CE – part 1(geeksship.com)

submitted by lehoangdunglehoangdung(490) 1 year, 8 months ago

I want to build a small news site for me, that will use EF feature CTP4 to access a SQL 4 CE database and ASP.NET MVC 3.0 as front end read more...

add a comment |category: |Views: 131

tags: another

A simple mvc example to view and edit .NET resource (*.resx) files(geeksship.com)

submitted by lehoangdunglehoangdung(490) 1 year, 8 months ago

We create the multi-languages GeeksShip.com community for developer. We want to add a function to our website, which allows members to edit the asp.net resource files to translate our GeeksShip.com UI’s text into their mother languages. read more...

add a comment |category: |Views: 296

tags: another

A simple RSS feed example (geeksship.com)

submitted by lehoangdunglehoangdung(490) 1 year, 8 months ago

A simple RSS feed example using ASP.NET MVC and System.ServiceModel.Syndication.SyndicationFeed class read more...

add a comment |category: |Views: 225

tags: another

Jquery Selecter for Simple Menu Example(geeksship.com)

submitted by lukeproitlukeproit(65) 1 year, 8 months ago

Hello Today I was writting "How make Menu active or none active when click" . This is very simple and can be quite robust with some simple Jquery. Here is an example of how to use. read more...

add a comment |category: |Views: 185

tags: another

Error in ADO.NET Entities Framework 3.5 , please help!(team.sfi.vn)

submitted by lehoangdunglehoangdung(490) 2 years, 6 months ago

Error in ADO.NET Entities Framework 3.5, read more...

2 comments |category: |Views: 155

tags: another

Use Radio button in ASP.NET MVC(team.sfi.vn)

submitted by lehoangdunglehoangdung(490) 2 years, 6 months ago

In this article,I will talk about how to use radio button in asp.net MVC. To begin with open Visual Studio 2008 and choose File > New > Project > ASP.NET MVC.The first thing to do is to create a class that will be the structure of our data to fill radio button.Add new class to the project and name it RadioOption.Add the following code to the RadioOption class: read more...

add a comment |category: |Views: 551

tags: another

NHibernate.LinQ error with Identity column in SQLServer(team.sfi.vn)

submitted by lehoangdunglehoangdung(490) 2 years, 6 months ago

I mapped a table to NHibernate (which's id is Indentity type), and write a repository method using NHibernate.LinQ and it throw error. Maybe it because of Identity Id. read more...

4 comments |category: |Views: 167

tags: another

Build Version Increment Addin for Visual Studio(team.sfi.vn)

submitted by lehoangdunglehoangdung(490) 2 years, 6 months ago

Today I will introduce a tool for Visual Studio Build Version Increment Add-In Visual Studio I want to have automatic build version increment for my apps and libraries to avoid setting it manually again and again. After 5 minutes searching on the internetnet, I found Build Version Increment add-in for Visual Studio 2005/2008. This add-in is very simple in use but do exactly what everyone developer needs. read more...

add a comment |category: |Views: 514

tags: another

37 More Shocking jQuery Plugins(team.sfi.vn)

submitted by ngocmanhhv722004ngocmanhhv722004(165) 2 years, 6 months ago

jQuery Plugins read more...

2 comments |category: |Views: 1110

tags: another