hi guyz,
I do have a dataset Ds1(Typed Dataset), containing DataTable Dt1, I have,
textbox1.text = ds1.tables["dt1"].Rows[0]["empid"].ToString();
textbox2.text = ds1.tables["dt1"].Rows[0]["empname"].ToString();
-------
-------
-------got another 40 textboxes more ..........
when i edit the textboxes, the...
User Profile
Collapse
-
Dataset Update Issue
-
Thanks guyz for the support.got the answer. declared a custom event handler in my form1 and initiated it from mainform1. Bingo...there u have it..........Tha nkz guyz
:)... -
HI Plater,
I tried these codes u suggested but aint workin......... or any public function i defined inside mainform1 , i cant access it from button2 click event. wat is te reason???...Leave a comment:
-
-
thats right.....doesn t show any errors......... ..but on clickin.......n othin happens...Leave a comment:
-
cant close a tabpage from another winform
Hi guyz,
need help....!!! i have tabcontrol1 in mainform1 which dynamically adds a new tabpage based on the no of times a button is clicked on the main menubar.
eg:
if tabpage1 is created dynamically, tabpage1 will be showing form2 inside it. Therz a button2 on form2 , on its clicking it should close tabpage1 along with form2 I tried this code on Form2,
Form2
...
No activity results to display
Show More
Leave a comment: