One Listbox showing all cities. If you select one city in
list box the information related to that particular city
should be displayed in Datagrid . How do you do that?
Perform the following tasks using MS-EXCEL:
FUEL ESTIMATES COMPUTATIONS: This project is to compute the
fuel needed for two types of airplanes, and the cost of the
fuel. You must do all computations using formula, and do a
chart. Use Page Setup to make the left margin 0.5 and the
right margin 0.5 also. Put your name in the Title line,
after "Fuel Estimates".
Note the following:
? Col. D - H: You must enter correct formulas under
Columns D through H (Flying Fuel, Reserve Fuel, Holding
Fuel, Total Fuel Needed and Estimated Fuel Cost)!! Read and
compute carefully!
? Cells C12, C13, C14, H13 or H14: When you use these
cells in a formula, you must make them absolute cell
references (F4 key after your type the cell reference, or
enter the $ sign manually)
? Graph/Chart: Select cells A3:B8 (Plane and Flight).
Hold down the "Control" key and select D3:D8. Hold down
the "Control" key and select G3:G8. Create a chart (Insert-
Chart, Finish) and position it in a pleasing way under the
data for the flight. Print it on one sheet, in landscape
mode.
? Print again, but with Formulae: There are two ways
to show formulas:
1) Enter Control+` (the key with the ~ at the top left)
or 2) Tools-Options, and under "Window Options" put a check
mark beside "Formulas", then close the window.
accessing a textbox that was created dynamically?
for (int i = 0; i < t1; i++)
{
TextBox t2 = new TextBox();
t2.ID = "adf" + i;
PlaceHolder1.Controls.Add(t2);
}
accessing data entered in the above created controls.
I want to develop a stand alone application which can
communicate with the existing applications in the system. On
which this application should be based on: Standard Exe,
Active-X Exe, Active-X Dll.
what is the Difference between Tabletype and Snapshot?
118
How would you attach an ActiveX control in Your Application?
163
which property is used to change to some value to access a
identity column in datacontrols?
96
1s it posible to Create Tables Through Querydef?
102
Why API functions are Required?
189
Difference between DDE and OLE.
147
I have an external link in my application say
www.xyztest.com. Today this site works on http protocal.
Tommorow it may run on https. So i cant hardcore the
protocal in the site. When a user clicks on the link how can
i know if the external site works on http or https and takes
him to that place?
Hai
I am Shiva from TN, SSE.I have an query problem.
My Table : Door Field :
ID,DoorID,ZoneID,Date,Time,Status.
Problem was : Status.We got two values, one is 00
(OUTTIME) , Another is 01(INTIME)
Like this
Status
---------
00
01
00
01
00
01
00
01
How to Set as Status 00 and 01 , of separate column ,
Status as Intime,Status as Outtime
Like this
-----------
InTime OutTime
---------- -----------
01 00
01 00
01 00
01 00
01 00
01 00
Regards
KS kumar
130
How are the activation URLs different in case of SAO and
CAO in .NET remoting?
247
How does u handle this COM components developed in other
programming languages in .NET?