HI Paresh
thank u for answering me,
I did as u said , but it shows an error as below, also i had set the Tabindex property for that textbox .
Error Msg: Cannot assign to 'Send' because it is a 'method group'.
how to solve this?
thank u
ssk...
User Profile
Collapse
-
C# :How to change the focus of Textbox control for Enter key pressed?
hi
i have many textbox controls in a form, i want to navigate to other textboxes when
ENTER key is pressed .
can any one help me.
thanks
ssk -
hi ck
i am new to sqlserver, can u tell in detail to rectify my trouble.
thank u
sskLeave a comment:
-
Prblem in getting the rows affected values in sqlserver to C# class.
hi all
i have c# class which calls a stored procedure having insert,update and delete method (using if to switch between them).
when i call the SP to EXECUTENONQUER( ) there is no response from the sqlserver. I too tested the stored proc seperately , it shows NO ROWS AFFECTED and 0 ROWS RETURNED. But the rows get inserted , or updated according to my call.(i found this by checking recs in table).what would be the trouble?? really... -
hi
paresh
Thanku its working fine.
also one more doubt, is this the best way than using the CurrencyManage?
since in my search a way of using the Currency manager to navingate recs.
thanks
skLeave a comment:
-
C#:App:How to navigate through records in a dataset/datatable
hi
i have a form with First,Next,Prev ,Buttons.
i had populated a datatable with datas .Now i need to navigate through the records , can any body help me how to achieve this.
Code:conn = new SqlConnection(connstr); conn.Open(); SqlCommand cmd = new SqlCommand(sqlAllCustomers, conn); SqlDataAdapter adpt = new SqlDataAdapter(cmd);
-
C#,sql2005 connectivity error
hi,
i am beginner in C#. i got an error in connecting with sqlserver2005 as"
"The connection string property has not been initialized". I wrote the connection settings for a button click event as
Code:private void button1_Click(object sender, EventArgs e) { string str = "Data Source='sen-1;Initial Catalog=test1;Integrated Security=True;Pooling=False";
No activity results to display
Show More
Leave a comment: