filling and retrieving tables
-
i have to fill SQl 2000 tables from window forms the problem is when filling the 1st table i load the database table in a datset in the form load event now when filling the second table what will be the possible event to fire that it load the second table in the datset sas
-
i have to fill SQl 2000 tables from window forms the problem is when filling the 1st table i load the database table in a datset in the form load event now when filling the second table what will be the possible event to fire that it load the second table in the datset sas
I think its not clear what you exactly need. I am sorry at least for me, its not clear. Would you like to explain please ?
-
I think its not clear what you exactly need. I am sorry at least for me, its not clear. Would you like to explain please ?
sir the problem is i am working on a HR database u have worked on web forms the application consists of 4 forms every form is associated with two tables in sql2000 the question is that when the user open the application in the form load event i kept the dataset filling method for the first table now when user switch on to the next table what will be the event to load the second datatable in the datset sas
-
sir the problem is i am working on a HR database u have worked on web forms the application consists of 4 forms every form is associated with two tables in sql2000 the question is that when the user open the application in the form load event i kept the dataset filling method for the first table now when user switch on to the next table what will be the event to load the second datatable in the datset sas
well sorry to say dear Sajid, you've failed to describe your problem. HOW? 1st of all, you are talking about the FORMS of the application, on other hand you are talking about switching to next TABLE I think there is no any TABLE control in C#.NET. If you are talking about FORMS, talk about the controls on the form. So now I am asking, as you said, every form is associated with two tables, How these 2 tables you are displaying on the form? i mean which controls you are using to display the data of the Table ? This way we can know and figure out what events are available for that control. NOT THE TABLE.. I hope now you understand what I mean to clearify Regards