What are Themes? What is their use ?
Answer / amirtha
ASP.NET themes are a collection of properties that define
the appearance of pages and controls in your Web site. A
theme can include skin files, which define property
settings for ASP.NET Web server controls, and can also
include cascading style sheet files (.css files) and
graphics. By applying a theme, you can give the pages in
your Web site a consistent appearance.
| Is This Answer Correct ? | 6 Yes | 0 No |
I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?
How information about the user's locale can be accessed?
How many no of classes in .net
How do you bind array to gridview? Will it works?
How do you sign out from forms authentication?
What is difference b/w Generic List and Arraylist, Generic List Vs HashTable, Generic List Vs No Generic? Pls Explain with example.
What is fulltrust?
What is difference between URL and URI?
with which controls you worked in Asp.net 2.0?
2 Answers HP, nTech Solutions,
You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.
2 Answers Microsoft, Syntax Softtech,
What is the difference between stored procedure vs function?
Using Statement usage in C#
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)