C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !




its very urgent


Posted Date: 28 Aug 2008      Total Responses: 2

Posted By: Chandra Sheker.G       Member Level: Gold     Points: 1


I am geeting this Exception:The method or operation is not implemented.
i using this code for passing empid as paramert

cmd.Parameters.Add("@EMPID", SqlDbType.VarChar, 10);
cmd.Parameters["@EMPID"].Value = iif(empid, DBNull.Value, empid);




Responses

Author: vipul    28 Aug 2008Member Level: DiamondRating:     Points: 2
hi,
what is iif(empid, DBNull.Value, empid);
please specify full code


vipul,
http://dongavipul.blogspot.com





Author: Geetha    28 Aug 2008Member Level: GoldRating:     Points: 2
HI

Instead of using iif(empid, DBNull.Value, empid) try like this
empid==null ? DBNull.Value : empid

Geetha.


Post Reply
You must Sign In to post a response.
Next : WebSetup
Previous : doubt
Return to Discussion Forum
Post New Message
Category: ASP.NET

Related Messages



dotNet Slackers   BizTalk Adaptors    Web Design

it help desk

Contact Us    Privacy Policy    Terms Of Use