User Profile
Collapse
-
Can you please explain in detail what you have said.?... -
Sorting Data
Below is the code iam using to sort the data when i click the button links.
The problem is every time I click the button link, the code is connecting to database and sorting.How can I modify the code below so that everytime I click it should not connect to database and at the same time sort.
Code:public void ID_click(object s, EventArgs e) { Sort("XX " + state); }
-
Sorting by Repeater control
Does any one has a good site or code for sorting by repeater control using session state?.Thanks in advance -
-
Yes the procedure takes one input parameter based on which it will run a select statement that will fetch results.
The exact error when compiling is "ORA-01036: illegal variable name/number" and the location of the error is da.Fill(ds)...Leave a comment:
-
ORA-01036: illegal variable name/number.
Iam executing the following C# code and it is giving an error at da.Fill(ds); in the code.Please some one help.
Thanks in advance
OracleConnectio n conn = new OracleConnectio n(GetConnection String());
OracleCommand cmd = new OracleCommand(" exec GET_DATA", conn);
cmd.Parameters. Add("NO", OracleType.Char , 7).Value = "111" cmd.Parameters. Add("DAT_CURSOR ",... -
C# with SQLserver ,same code wanted with oracle
Can some one help to change the below code with oracle database instead of sqlserver
[CODE=cpp]private void SortDataList(st ring strSort)
{
SqlConnection objConn = new SqlConnection(G etConnectionStr ing());
SqlDataAdapter objCmd = new SqlDataAdapter( "exec dbo.MyStoredPro cedure", objConn);
DataSet objDS = new DataSet();
... -
Getting Table name from stored procedure C#
Can some one please tell how to get the table name from a procedure in C#.
Thanks in advance -
Sorting using Repeater control
Iam trying to sort data from a stored procedure without changing the stored procedure using repeaters.Can some one plz help with code. -
Iam trying to print in the textbox , can you tell me how to pass the variable to print in the text box, iam still a rookie.
Thanks...Leave a comment:
-
How to print output in the windows Forms -C#
Iam running a small method which will assign multiple values to an array.
I want to see the values in the array on the form line by line.
How can I do it?
Thanks in advance for the help. -
-
rameshonweb started a topic an object reference is required for the nonstatic field method or propertyin .NETan object reference is required for the nonstatic field method or property
Iam getting the error
an object reference is required for the nonstatic field method or property 'System.Windows .Forms.Control. CreateGraphics( )'
for this part of code
public static void clear()
{
System.Drawing. Graphics objGraphics = null;
objGraphics = CreateGraphics( );
objGraphics.Cle ar(System.Drawi ng.SystemColors .Control);
objGraphics.Dis pose();... -
-
Clear the drawing are C#
Hi
I created a small C# windows application.Now when I click the clear button which I have created, I want the whole drawing to be erased.
How can it be achieved?.
Need some help
Thanks in advance -
-
Trouble with NULL in C#
HI
I created a simple windows application where in there is a textbox where I can enter values and iam using
int.Parse( this.textBox1.T ext , NumberStyles.Nu mber, CultureInfo.Cur rentCulture )
to convert the entered string(which is a number) to a integer.
There is a button which performs certain action taking that number entered in the text.
The problem is when I delete the number in the text field to enter another...
No activity results to display
Show More
Leave a comment: