I have modal window(dialog box ready with me)and i want popup, so that user can enter their comments when they delete any task on a ultragrid, how i can get this dialog box to appear on main scree? pl explain
I want to show user a dialog box(modal window - already ready) when user deletes any task on ultragrid and hits on save button on main screen, this modal window should get displayed on screen, stating that user has to enter comment/reason for deleting that task, how i can show that modal window, pl explain its needed very urgently.
Latest Answer: Subquery:-A subquery is the query which contains inner query and outer query where the inner query is excuted first and send the output to the outer queryEg:- select * from t1 where t1.c1 in (select t2.c1 from t2)A coquery is the query which contains ...
Latest Answer: DAO came first, and was bundled with Microsoft Access, but it can be used to access other databases as well, but RDO is a better set of objects for accessing other types of remote databases. Both have been superceded by ADO (or ADODB) which are thread-safe ...
Latest Answer: Option Base -When an array is declared by default starting index number is 0. By using this statement the programmer can change the starting index number. Well but according to coding conventions this concept should not be used. Option Explicit ...
Latest Answer: Basically exe are implemented as out of process servers and they run on seperate space as that of the client so the comunication bet the component and client is done thru the marsahlling process across the boudaries which makes EXE slow.while Actvex ...
Latest Answer: USer controls are controled created by users, these are Activex controls (OCX file) ...
Latest Answer: Active X is basically an Technology introduced by Microsoft.Using Active X we can create components likeActive X DLL , Active X EXE and Active X Control. ...
Latest Answer: A Visual Basic interface is an abstract class which provides a layer of indirection between a server and its clients and thus decouples a class from the clients that use it. This improves the maintainability of COM servers. ...
Latest Answer: Both Ocx and Dll are in process while Exe is Out process controls.Meaning, Ocx and Dll will not create adifferent process while execution,rather it will use the same process in which the parent application is running which could be an EXE.Exes' create ...
View page << Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>

Go Top