How to use DevExpress controls
Answer / pallamallimaruthi
very easy and simple .before going to the installation u must shut down/close u r visual studio and simply go to the programs bar in startup menu choose devexpress folder again choose setup option finally click "toolbox" creater option.then automatically installed all things.opne visual studio ofter installazation.enjoy the experience
| Is This Answer Correct ? | 10 Yes | 0 No |
What is CLR ? Differentiate between CLR & CTS.
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
What are typed datasets?
What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?
How do you manage session in ASP and ASP.NET?
Describe a bubbled event and how it is used ?
What are the different web pages?
What does passport and windows authentication mean in ASP.NET?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
What is the difference between web.config and machine.config in ASP.NET?
What is custom control. What is the difference between custom control and user control ?
Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()
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)