Click here to Skip to main content
15,897,371 members
Home / Discussions / C#
   

C#

 
GeneralRe: cluless what is happening Pin
michaelvdnest22-Jan-08 22:04
michaelvdnest22-Jan-08 22:04 
GeneralHelp regarding Hash table in C#.Net Pin
mrcsn22-Jan-08 19:38
mrcsn22-Jan-08 19:38 
GeneralRe: Help regarding Hash table in C#.Net Pin
Mark Churchill23-Jan-08 0:06
Mark Churchill23-Jan-08 0:06 
QuestionDelete .wav file from linux server using c#.net Pin
patel_amit22-Jan-08 19:22
patel_amit22-Jan-08 19:22 
GeneralRe: Delete .wav file from linux server using c#.net Pin
leppie22-Jan-08 21:20
leppie22-Jan-08 21:20 
GeneralRe: Delete .wav file from linux server using c#.net Pin
patel_amit22-Jan-08 23:08
patel_amit22-Jan-08 23:08 
GeneralRe: Delete .wav file from linux server using c#.net Pin
Russell Jones23-Jan-08 3:20
Russell Jones23-Jan-08 3:20 
GeneralAnswer for this Questions Pin
gunaarun22-Jan-08 18:44
gunaarun22-Jan-08 18:44 
1. When does this exception occur “Index out of range”?
a. Opening a database connection
b. On datatype mismatch
c. On accessing a data column not existing
d. When dead lock occurs
2. Which of the following object is used to catch a run time error?
a. Runtime.error
b. Exception.InnerException
c. Err
d. Error.runtime
3.What does WSDL stand for?
a. Web service Dynamic Language
b. World Service Data Language
c. Web service Design Language
d. Web service Description Language

4.Event supported by Dropdownlist
a. OnKeyup
b. OnKeypress
c. OnChecked
d. OnDatabound
5. Namespace used to connect SQL Server 2000 database
a. System.Oledb.SqlServer
b. System.Odbc.SqlClient
c. System.data.SqlClient
d. System.data.SqlServer
6. How to generate a javascript code at run time?
a. Page.RegisterClientScriptBlock()
b. Page.RegisterClientScript()
c. Page.RegisterScriptBlock()
d. Page.RegisterScript()
7. How many script tag can a .net page can have?
a. 5
b. 10
c. 20
d. Unlimited
8. Most efficient way of concatenating two strings
a. String1.Concat(String2)
b. String1 & String2
c. Concat(String1,String2)
d. StringBuilder.Append(String1).Appent(String2)
9. Choose odd one out
a. DataSet
b. DataTable
c. DataReader
d. DataAdapter
10. How to access a value from Web.config?
a. Configuration.AppSettings()
b. ConfigurationManager.AppSettings()
c. Configuration.Settings.AppSettings()
d. Configuration.App.Settings()
11. How to assign a javascript event to a asp.net button control?
a. Button.AssignScript(“onClick”)
b. Button.Attributes.onClick()
c. Button.Attributes.Add(“onclick”)
d. Button.Attributes.AddScript(“Onclick”)
12. If Session.timeout=30. When will the session expire?
a. 30 Milliseconds
b. 30 Minutes
c. 30 Seconds
d. 30 Hours
13. Which of the following method transfers control from one page to another and preservers the form values in the first page.
a. Server.Transfer()
b. Response.Redirect()
c. Request.Show()
d. Request.Display()
14. A Web service can only be written in .NET?
a. True
b. False

15. A set of tables are maintained in a Dataset as
a. TablesCollection object
b. DataTableCollection object
c. DataRowsCollection object
d. TableRowCollection object

plz help....
JokeRe: Answer for this Questions Pin
MarkB77722-Jan-08 20:28
MarkB77722-Jan-08 20:28 
GeneralRe: Answer for this Questions Pin
Nouman Bhatti22-Jan-08 20:45
Nouman Bhatti22-Jan-08 20:45 
AnswerRe: Answer for this Questions Pin
Abhijit Jana22-Jan-08 20:46
professionalAbhijit Jana22-Jan-08 20:46 
GeneralRe: Answer for this Questions Pin
Guffa22-Jan-08 21:21
Guffa22-Jan-08 21:21 
GeneralRe: Answer for this Questions Pin
darkelv23-Jan-08 0:56
darkelv23-Jan-08 0:56 
QuestionRegarding report generation Pin
tasumisra22-Jan-08 18:20
tasumisra22-Jan-08 18:20 
GeneralC# Airbrush Pin
electriac22-Jan-08 14:14
electriac22-Jan-08 14:14 
GeneralRe: C# Airbrush Pin
Skippums22-Jan-08 15:15
Skippums22-Jan-08 15:15 
GeneralRe: C# Airbrush Pin
Thomas Stockwell23-Jan-08 8:12
professionalThomas Stockwell23-Jan-08 8:12 
QuestionRefresh Data in another Form Pin
DotNetMan22-Jan-08 14:09
DotNetMan22-Jan-08 14:09 
GeneralRe: Refresh Data in another Form Pin
J$22-Jan-08 14:53
J$22-Jan-08 14:53 
GeneralRe: Refresh Data in another Form Pin
DotNetMan22-Jan-08 15:23
DotNetMan22-Jan-08 15:23 
GeneralRe: Refresh Data in another Form Pin
Nouman Bhatti22-Jan-08 20:51
Nouman Bhatti22-Jan-08 20:51 
GeneralChange cursor (Cursors.Cross) in C# Pin
AlexB4722-Jan-08 13:54
AlexB4722-Jan-08 13:54 
GeneralRe: Change cursor (Cursors.Cross) in C# Pin
Paul Conrad22-Jan-08 14:06
professionalPaul Conrad22-Jan-08 14:06 
GeneralRe: Change cursor (Cursors.Cross) in C# Pin
Luc Pattyn22-Jan-08 14:30
sitebuilderLuc Pattyn22-Jan-08 14:30 
GeneralRe: Change cursor (Cursors.Cross) in C# Pin
AlexB4722-Jan-08 15:00
AlexB4722-Jan-08 15:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.