Blogs1 - 10 of 7,483 recent posts for tag:ASP.NET
Sponsored
HDNet = The Reason HDTV Was Invented

Call your cable/sat provider and ask for HDNet

HD.net
16
May
2008
Object does not match target type in GridView

103 days ago by superjason

I created a shopping cart for a website that can display multiple types of items that implement IShoppingCartItem. When the GridView would display items that were different type, I would get this exception: Exception Details: System.Reflection.TargetException: Object does not match target type. I fo ...

YTechie - C#, ASP.NET, and ... - ytechie.com · 30 references

17
May
2008
ConsultParagon - Opening for .NET Tech / Project Lead - Bangalore

103 days ago by Venky

We have urgent opening for .NET Tech / Project Lead. About us:- ConsultParagon is a wholly owned subsidiary of NJ based Paragon Computer Professionals Inc., having clientele in Fortune 500 list. Paragon has been in business for over 26 years, helping companies implement solutions that help grow comp ...

IT Jobs and Career - venky-itjobs.blogspot.com · 4 references

selecting distinct row by column in Datatable

103 days ago by Vishal Reddy

this is an amasing set of codes which can help programmers to query for distinct rows in datatable by column(s) from humancompiler. I did little bit of tweaking or match one of my projects needs. Here i am posting the code below: VB Public Shared Function SelectDistinct(ByVal SourceTable As DataTabl ...

StainedSole - stainedsole.wordpress.com

18
May
2008
c# İle rastgele şifre oluşturma (Random password generator)

101 days ago by Erkan

Aşağıdaki kod örneğini kullanarak belirlediğiniz harf veya rakam aralıklarında rastgele şifre oluşturabilirsiniz. public string GenerateNewPassword(int size) { char[] cr = "0123456789abcdefghijklmnopqrstuvwxyz".ToCharArray(); string result = string.Empty; Random r = new Random(); for (int i = 0; i < ...

Bir Web Tasarımcısı ... - erkana.wordpress.com

17
May
2008
Immediacy gotcha

102 days ago by Gary Hunt

I'm currently doing some Immediacy customisation work using templates developed by an Immediacy partner. I was getting a very strange effect on one particular page when hitting a search button that did a form post... basically the CSS got lost. I checked the templates thoroughly and couldn't see the ...

CodeQuest ramblings - codequest.blogspot.com

19
May
2008
new articles published at www.WorldofAsp.net

100 days ago by Muhammad Adnan

Delegate Being a programmer, it’s almost daily routine to write such methods which take plenty of processor cycles/time to perform some action. For example some database operation/transactions, while using web services or Remote Procedure Calling (RPC), File I/O operations, etc. To call such functio ...

Muhammad Adnan - realfantasy.wordpress.com

20
May
2008
抓取上一層的控制項

100 days ago

一、在頁面的 下,加上 二、程式中:   Dim 變數名 As 控制項   變數名 = Me.Master.FindControl("控制項名") P.S. Me:本頁、Master:上一層、FindControl:找控制項

心天地分享 - barcooyaa.spaces.live.com

Theme設定使用

100 days ago

一、定義一個「Themes」  1、方案總管→右鍵「加入ASP.NET資料夾」→「Theme」→資料夾命名,例如「Theme1」。  2、在「Theme1」→右鍵「新增資料夾」→「Images」。  3、在「Theme1」→右鍵「加入新項目」→「樣式表」。  4、在「Theme1」→右鍵「加入新項目」→「面板檔案」。 例如:         二 ...

心天地分享 - barcooyaa.spaces.live.com

16
May
2008
filtering data in templatefields using a code behind method

103 days ago by Gustafson

I needed to some quick and dirty filtering in a gridview (to manage html input radio buttons). After a few small headaches and attempts at different angles, I came up with the following. The point to remember is that the Eval("variableFromObjectDataSource") is an object datatype by default and if it ...

CMS Technotes - cmstechnotes.blogspot.com

20
May
2008
Invalid postback or callback argument.

100 days ago by Gustafson

Getting an Invalid postback or callback argument can be a very frustrating issue. Especially when most of the articles out there discuss potential issues that are often irrelevant. The error is caused because the page loading process gets interrupted. The interruption can be caused by an event being ...

CMS Technotes - cmstechnotes.blogspot.com

Previous1234567