How to pass multiple values from child widow

In my previouspost which was relating to implementing dialog box in web based application,I have provided some examples to popping up a dialog box using showModalDialogjavascript function. In that post, I have written about returning a value

Silverlight RIA Servcie 刪除子物件實體提交錯誤的問題[解決]

Silverlight RIA Servcie

Ext.net V1.0資料操作介紹[附SourceCode]

Ext.net V1.0資料操作介紹 簡介 Ext.net V1.0前身叫Coolite V0.8以前我用Coolite做過一個小項目,效果很不錯,現在www.coolite.com已經變成www.ext.net,正式發布 ext.net V1.0 新增了不少新功能,前台的JS也更容易操作,非常不錯,完全可用於一些小項目的開發。Ext.net官方網站的介紹是一個用於快速開發asp.net的富AJAX的web應用程式控制項類庫,底層使用的javascript類庫是Ext.js(開源的商業類庫),

Updater application block 2.1使用和擴充

Updater application block 2.1使用和擴充概述Updater application block簡稱UAB,是Microsoft patterns & practices(模式&實踐組)早期開發的一個自動更新的組件,在Click-Once(.net

How to access gridview cell values on client side

In this article I will be discussing how you can use client side javascriptto access values in specified row and column of GridView control without doingany post back. I have discussed in my previous articles about highlighting rowsand raising click

domaincontext load 回調

This post is not specific to RIA Services but I thought I'd add it to the title since the example is based on RIA Services.Anyone who is familiar with RIA Services will recognize this piece of code that is used to load a entity

make Entity Framework revert empty strings to null!

 public override int SaveChanges(SaveOptions options)        {            foreach (EntityObject entity in this.ObjectStateManager.GetObjectStateEntries(EntityState.Added | EntityState.Modified).Select(entry => entry.Entity))            {          

資料驅動開發For Silverlight WCF RIA1.0 三步曲

資料驅動開發For Silverlight WCF RIA1.0 三步曲WCF RIA 1.0的正式發布,讓Silverlight開發業務應用系統變得更加簡單,結構更加清晰,代碼工作量大大減少,結合Visual Studio 2010讓開.net Silverlight 應用效率更高。RIA服務架構開發環境Windows 2008/Windows 7IIS 7(II6部署比較麻煩)Visual Studio

Updater Application Block自動更新實施方案[原始碼]

概述    本方案採用Updater application block簡稱UAB,是Microsoft patterns &

web開發web form,mvc,Silverlight比較優缺點

最近一段時間比較閑,所以順便嘗試去瞭解一些新東西,雖然不做開發好多年,但最始終還是覺得做開發(coding)來的最輕鬆,也最拿手,做專案經理真的很煩,看來我還是不合適幹專案經理。前一段時間在Silverlight 2出來的時候我們公司就有個傢伙用Siverlight做了個項目,吹噓了一下說開發有多快,使用者體驗有多好,搞得公司裡火了一段時間,後來又有項目組也開始用silverlight

BizTalk對Outbound/Inbound message字元編碼的轉換

BizTalk對Outbound/Inbound message字元編碼的轉換一般的Linux/unix環境出來的報文大部分使用UTF-8,而Windows環境則大多是UTF-16(Unicode)編碼方式。因此很多時候都需要轉換報文的編碼方式方法一通過BizTalk server 2006的XML Transmit pipeline TargetCharset的值進行設定將 TargetCharset 值設定為 Big-Endian-UTF

BizTalk開發小工具-批次更新傳送埠訂閱配置參數

最近公司的主要的資料交換都基於BizTalk完成,現在BizTalk已經成為不可缺少的資料交換核心。利用的就是BizTalk的發布/訂閱模式。因此在每個傳送埠都要配置訊息的屬性過濾。每個配置必須手工一個一個的加,非常的繁瑣,有時真的把人都搞傻了。後來發現可以直接修改資料就可以實現。因此花了半小時搞了一個BizTalk傳送埠屬性過濾的組態工具。可以省去不少重複的工作。  其功能就是讀取BizTalk傳送埠的Filters配置參數。其實就是XML,這樣就可以直接批量修改,最後在更新回資料庫。這樣Bi

Coolite Toolkit非常棒的控制項

Coolite Toolkit介紹Coolite Toolkit 是一個支援ASP.NET AJAX的Web控制項。Coolite Toolkit是基於跨瀏覽器的ExtJS庫開發而來的,並且簡化了開發步驟,並且包含有豐富的Ajax運用。Coolite Toolkit和ExtJS都是開源的。可能通過SVN直接擷取Coolite 的代碼。網路資源http://www.coolite.comhttp://mvc.coolite.com 使用情境Coolite

Silverlight RIA Service開發實戰總結(一)

Silverlight RIA Service開發實戰總結(一)  如何更新(新增實體)domainService和metadata class  第一次使用嚮導產生linq-to-sql data model或ado.net entity data model後建立domain service以及metadata class都有嚮導很方便的產生對應的代碼,但在開發過程中難免會新增個表或欄位的,雖然linq-to-sql,ado.net

Selecting multiple checkboxes inside a GridView control

IntroductionGridView is a new data bound control introduced by Microsoft inVisual Studio .NET 2005. Most of the operations like sorting, paging andselecting items from the GridView are already built in and you canuse it through the design view. In

about store RecordField submit emptystring issue

operate screenshot When click save button submit to change,trace store beforeStoreChanged eventHandler data no problem.But when store beforerecordInserted event handler new values changed empty string, when AfterInserted throw exception;Now I solve

ios5開發-UITableView開啟編輯功能

該例子添加UITableView編輯功能具體功能如下 功能很簡單但很實用  @implementation AppDelegate@synthesize window = _window;@synthesize viewController = _viewController;@synthesize navigationController=_navigationController;@synthesize array=_array;- (BOOL)application:(UIApplicat

BizTalk開發小技巧-分拆和組裝訊息執行個體

BizTalk開發小技巧-分拆和組裝訊息執行個體  情境  對方發出的報文(XML)檔案帶一個訊息頭(MessageHeader)對於業務本身只需要訊息體的內容(<BodyConent>節點下的內容)。 發給對方的報文同樣需要加這個訊息頭,業務訊息放在訊息體(<BodyConent>)裡面) 下面通過簡單Schema定義和Mapping實現對XML訊息的分拆和組裝。不需要額外開發自訂管道組件或代碼。 分拆訊息

Silverlight 4 RIA Service dataform Template, 代碼選擇控制項,Validate驗證提示

文章目錄 定義唯讀,新增,編輯三塊模組 自訂代碼選擇控制項,快速輸入控制項 欄位輸入驗證(唯一性驗證) Silverlight 4 RIA Service dataform Template, 代碼選擇控制項,Validate驗證提示  功能  定義唯讀,新增,編輯三塊模組  定義模板的目的是更好的複用和提高XAML代碼的可讀性和可維護性,也可以更好的分工合作。下面是一個歸併關係的維護介面。

一款值得推薦的原型設計工具 Balsamiq Mockups

一款值得推薦的原型設計工具 Balsamiq Mockups我是昨天在 Yining 的 Blog 上看到的推薦。很喜歡第一眼看到這款軟體的感覺,於是就下載下來安裝試用了一下,是基於 Adobe AIR 的,所以可以很輕鬆的運行在我的 Ubuntu 上。之前也試用過 Axure RP Pro

總頁數: 61357 1 .... 4870 4871 4872 4873 4874 .... 61357 Go to: 前往

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.