Thank you :)
kyi kyi
Posts
-
database auto-growth setting -
database auto-growth settingHello, Is there any impact if the log file auto-growth setting change from unrestricted to restricted? Thankfully appreciated for the reply in advance!! Regards, Kyi Kyi
-
send notification based on date timethank you very much.:)
-
send notification based on date timethank you very much :).i'll try
-
send notification based on date timehello all, i'd like to know how to implement my scenerio. my table has a datetime field. base on that date time, i want to send notification to the users accordingly. for e.g due date is 30-08-2010 inside my table. if current date is 31-08-2010, i want the system to send notification automatically. will appreciate the answers. thanks in advance, Kyi Kyi
-
Copy Data from Server to local machinethanks yu-jian :)
-
Copy Data from Server to local machinethank you very much. I'll try.
-
Copy Data from Server to local machineHi all 1.I would like to copy(programmactically) some tables(Mysql DB) from server into local machine(MS Access) when a user login is successful. 2.After a user has done something on local database, (eg. update, insert etc), the changes will update back the sever database. Is there any idea pls? Could anybody help me? Thanks in advance. Kyi Kyi
-
Dynamically adding panels to window formHi all, is it possible to add many panels to a form dynamically? one panel contains 4 or 5 controls like txtbox and button. if anybody has an idea, thanks in advance. rgds,
-
How to save C# window form input to MS Access 2007 DBThank you very much.. i will try like that. :)
-
How to save C# window form input to MS Access 2007 DBHi all.. If there any one know how to save input from window form c# to MS Access DB.. After that, I need to retrieve also. Thanks in advance, Kyi Kyi
-
drag and drop file and/or add note to window form calendarhello all, is there any idea to do that, pls? i only found out drag and drop file to listbox control. thanks in advance, kyi kyi
-
Auto scrolling to show last row in gridviewthanks for your answer. could you give a little more of using this,pls? thanks and regards,
-
Auto scrolling to show last row in gridviewHi. i would like to move down vertical scroll bar automatically to show last inserted row in gridview after cliking "Submit" button. Could any body help me please? thanks in advance!
-
How to hide label ?Hi.. now i can fix this problem. in required field validator, enabledclientscript to false. thanks.
-
How to hide label ?thanks for your answer. yes. i alredy put required field validator. if page is not valid, validation summary show error msg. if page is valid and it is incorrrect login, lable will show "incorrect login". after displaying label, it's not disappear.my problem is like that. thanks again.
-
How to hide label ?thanks for your answer. i will try.
-
How to hide label ?Hi i created customed login page. it has one label to show error message like "incorrect login". it also has validation summary for username and password. if user fill incorrect login name and password, the label will show "incorrect login". if login name text box or password text box miss to fill, it will show only validation summary. when i fill wrong data, it shows error msg. and i ommit one textbox or both(username and password), it show both of validation summary and error msg(label). i dont' want to show error msg if the page is not valid. i also checked "if(page.Isvalid)". but error msg(label )remain the same. any suggestion pls? i m using asp.net 2.0 and VS2005. thanks in advance!
-
Sorting problem.thanks .. the data is come from user input. now i can fix this problem. i solved like the following. 1. insert zero in front of numbers. 2. sort by using dataview and put into datatable 3. remove zero and bind with gridview. really thanks. :)
-
Sorting problem.Thanks for your suggestion. i need to sort the whole datatable based on this field(locator 1)and next one field(locator 2). the datatable has altogether 8 columns. next field is only number. anyway, thank you very much. :)