i uninstalled sql Express and then installed completed sql server..
n thank God my problem is over..
Thanx CK.
User Profile
Collapse
-
Yes Ck may b thats right.. now tell me i don have the complete sql server mngmnt studio.. i m using sql express. can it be bcoz of sql express.
but remember as i mentioned i have the same web application as my win application. but web app is not givin me any problemz.
the problem iz only with win application.
What do u think..??Leave a comment:
-
how do i check the db while the application is runnung CK?
listen,
I m using win application.. and i have kept a back link on it that takes me 2 the previous form. see what happens
I have two buttons showUserInfo and SaveUserInfo..o k?
Clicking on showUserInfo retrieves data from db and displays it on the form.
then say i edit age or address of user and click on saveUserInfo button.it returns...Leave a comment:
-
-
//This the code for my form's save button as u can c....
private void btnSave_Click(o bject sender, EventArgs e)
{
string fName = txtFirstName.Te xt;
string lName = txtLastName.Tex t;
string gender;
if (rdbtnMale.Chec ked == true)
{
gender = "Male";
...Leave a comment:
-
problem in Updating database in windows application
Hi all.
i am designing a windows application in visual studio 2005.
i display user information from user table in text boxes on a form through stored procedures.It works fine.
Then i edit some of the fields and save these changes by clicking on save button. which in turn calls a stored procedure to reflect the changes in the database i.e user table.
then i retrieve this info. i get the updated information. fine.... -
well u need 2 get few references and use raisecallbackEv ent(). see if u can get somethin from below lines :
...Code:Protected void Button_Click(sender object,EventArgs e) { // Get javascript function from the // server that is capable of connecting // to our server. RecieveServerData is // the javascript method we will call when // we are doneLeave a comment:
No activity results to display
Show More
Leave a comment: