TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
andreas domevscek
NA
21
8.5k
Wrong Type of Argument
Oct 6 2014 5:48 PM
I have next function
GetData(
"CasCadingDropDownList.spGETCOUNTRIES"
,
"cur_countries"
,
new
OracleParameter
(
"pContinentId"
, ddlContinents.SelectedValue));
pcontinentid is number
Defining GetData:
private
DataSet
GetData(
string
spName,
string
crsName,
OracleParameter
spParameter)
I add in source
cmd.Parameters.Add(spParameter).Direction =
ParameterDirection
.Input;
But my type of spParameter is wrong! How can i change this?
Reply
Answers (
9
)
Repeater
How to identify end of page is reached in pdf file using pdf