Click here to Skip to main content
15,912,204 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralBinding Drop down from another page. Pin
Lijo Rajan4-Dec-07 2:48
Lijo Rajan4-Dec-07 2:48 
GeneralRe: Binding Drop down from another page. Pin
ReactiveX4-Dec-07 2:54
ReactiveX4-Dec-07 2:54 
GeneralRe: Binding Drop down from another page. Pin
Lijo Rajan4-Dec-07 3:12
Lijo Rajan4-Dec-07 3:12 
GeneralCreating Website in SharePoint using C#/ASP.NET Pin
md Nazeem4-Dec-07 2:32
md Nazeem4-Dec-07 2:32 
GeneralRe: Creating Website in SharePoint using C#/ASP.NET Pin
Expert Coming4-Dec-07 14:50
Expert Coming4-Dec-07 14:50 
Questionhow can i retrieve the url of a child window from a parent window in Microsoft IE6/IE7? Pin
Vishnu Narayan Mishra4-Dec-07 1:32
Vishnu Narayan Mishra4-Dec-07 1:32 
AnswerRe: how can i retrieve the url of a child window from a parent window in Microsoft IE6/IE7? Pin
Vishnu Narayan Mishra4-Dec-07 20:18
Vishnu Narayan Mishra4-Dec-07 20:18 
GeneralUsing Ref cursor(oracle) in asp.net Pin
Amr M. K.4-Dec-07 1:26
Amr M. K.4-Dec-07 1:26 
Hello,
I am working in oracle 10g,
and I have done package that contains cursor
and I have use cursor to return rows from DB.

the package
TYPE T_CURSOR IS REF CURSOR;

output of stored procedure
-PISLAST : to check the last page (Yes/No)
-PCUROR :["PCUROR" OUT T_CURSOR] is the result of the query

The procedure works great in Oracle

I want to use cursor as datasource of data list
I have done the following

....
Iam using Oracle.DataAccess.Client; name space
....

OracleParameter ResultSet = new OracleParameter();
ResultSet.Direction = ParameterDirection.Output;
ResultSet.ParameterName = "PCUROR";
ResultSet.OracleDbType = OracleDbType.RefCursor;
cmd.Parameters.Add(ResultSet);
.....
I know how to use stored procedure in .net and out variable but I did know how to the cursor


thanks

Yes. CreatiVity withOuT limiTs

GeneralRe: Using Ref cursor(oracle) in asp.net Pin
Vasudevan Deepak Kumar4-Dec-07 18:22
Vasudevan Deepak Kumar4-Dec-07 18:22 
Generalsepatare the dropdoen values in the gridview textboxs Pin
yardly4-Dec-07 1:05
yardly4-Dec-07 1:05 
GeneralRe: sepatare the dropdoen values in the gridview textboxs Pin
ReactiveX4-Dec-07 2:48
ReactiveX4-Dec-07 2:48 
GeneralRe: sepatare the dropdoen values in the gridview textboxs Pin
yardly4-Dec-07 3:08
yardly4-Dec-07 3:08 
QuestionTree view asp.net 2.0 Pin
AnhTin3-Dec-07 21:40
AnhTin3-Dec-07 21:40 
GeneralRe: Tree view asp.net 2.0 Pin
ReactiveX4-Dec-07 2:40
ReactiveX4-Dec-07 2:40 
QuestionHow to integrate Paypal in Asp.Net Pin
rahul.net113-Dec-07 21:12
rahul.net113-Dec-07 21:12 
AnswerRe: How to integrate Paypal in Asp.Net Pin
abig994-Dec-07 1:42
sussabig994-Dec-07 1:42 
Generaltellurfriend concept Pin
saravanan053-Dec-07 20:32
saravanan053-Dec-07 20:32 
GeneralRe: tellurfriend concept Pin
Michael Sync3-Dec-07 20:41
Michael Sync3-Dec-07 20:41 
GeneralRe: tellurfriend concept Pin
saravanan053-Dec-07 20:51
saravanan053-Dec-07 20:51 
GeneralRe: tellurfriend concept Pin
Michael Sync3-Dec-07 21:10
Michael Sync3-Dec-07 21:10 
Questionhow i use .sitemap file in asp.net Pin
Ravi_213-Dec-07 19:47
Ravi_213-Dec-07 19:47 
AnswerRe: how i use .sitemap file in asp.net Pin
The Cyclone3-Dec-07 20:18
The Cyclone3-Dec-07 20:18 
AnswerRe: how i use .sitemap file in asp.net Pin
Michael Sync3-Dec-07 20:21
Michael Sync3-Dec-07 20:21 
Generalvalidation Pin
komalcse3-Dec-07 19:46
komalcse3-Dec-07 19:46 
GeneralRe: validation Pin
Michael Sync3-Dec-07 20:33
Michael Sync3-Dec-07 20:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.