-
ASMX web service and WCF web service
What is the difference between ASMX web service and WCF web service? How is WCF better than ASMX?
-
Web Controls Supports CSS
Skill/Topic: IntermediateA) TrueB) False
-
-
Windows Authentication
What object is attached by the current request if one uses Windows authentication?
-
Repeater Control
What is the use of repeater control?
-
ADRotator Control
What is the use of adrotater control?
-
Open New Page
How to open a new page while clicked on link?
-
Link Button and Hyperlink
What is difference between link button and hyperlink?
-
Session Object classes are defined in which of the following namespace?
Skill/Topic: IntermediateA) System.Web.UIB) System.Web.SessionStateC) System.Web
-
-
-
Retrieve Value from DataSet
How to retrieve the third table value from the data set?
Where is the default Session data is stored in ASP.Net
Skill/Topic: IntermediateA) InProcessB) StateServerC) SQL ServerD) All of the above
What is WebCombo Box in Asp.net2.0
Waiting 4 ans
Dotnet framework on iis server
Is it require to install dotnet framework on iis server?
What is the main role of View State?
what is the main purpose of view Sate.. like we can maintain value by session and etc but still we used view state why..???
Postback occurs in which of the following forms
Skill/Topic: BeginnerA) WinformsB) HTMLFormsC) Webforms
Asp.net+javascript
How do u get the file name from a particular path using Javascript?
How the server side identifies button click event
if i have placed the button control with the OnClick event like
vb
and some other controls(buttons, textboxes) in .aspx page. When i run the page, the button displays in the page source of the browser like
vb
here, it does not display the onclick event, then how the page calls the button click on the server side, how the server side identify...
Ans