Latest Answer: As of now CLR are not available for Win95 and DOS, it means .Net cannot be executed on Win95 and DOS, hence .Net is Partially platform Independent. ...
Latest Answer: Technologies in asp.net are :Asp.netvb.netxml.netAdo.net ...
Latest Answer: A delegate is a strongly type of pointers.through delegate we can call any function even the class is sealed & with delegate we can create our own events to the controlsthere are 2 type of delegatethey are 1.single delegate 2.multicast delegate ...
Latest Answer: According to my knowledge, 2005 has only forward capablity, but 2003 has both forward and backward capablity ...
1).please write an example of getting the smallest value than can sub divde"128"2).please write an example of convertinfg string value "31/12/2000" to date time and at the same time change its format "mm/dd/yy"3). please write an example of reurnning a date that is the last day of the month.8 months from todays date4).please write an example of formatting a variable of fromatting a variable in doubble data type with value "1800000.7" to "$1,8000.000.70"
Latest Answer: Click “StartàRun-->type : inetmgr2. Expand Internet Information Server. 3. Expand the server name. 4. In the left pane, right-click Default Web Site, point to New, and then click Virtual Directory. 5. In the first screen of the New Virtual Directory ...
Latest Answer: In ADO environment, we have to loop thru each record. Recordset points to only current record. To fetch next record, we have to user MoveNext() method of recordset. In ADO.Net, We have 2 types in getting the recrods. One is using with connection, ...
Latest Answer: Make a html file and execute that file with ie or dot net code.or we can enable script debugger and step wise debug the code. ...
Latest Answer: Hi, Inferface can be used as a contract for other classes. ...
Latest Answer: Viewstate is maintained at page level. view state of one page is not visible to another page. session state on the other hand is maintained at the session level, it accessible to all pages within a user session. ...
View page << Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>

Go Top