what is the challenging situation you faced in your career?
Answers were Sorted based on User's Feedback
Answer / abhishek trivedi
PRINTING IMAGES IN CRYSTALREPORT ACCORDING TO DATABASE AND
ONE COMPLETE IMAGE WAS THE COMBINATION OF TOTAL TEN IMAGES
WHICH WERE SHOWING ACCORDING TO THE DATABASE .
Is This Answer Correct ? | 1 Yes | 0 No |
What are the advantages of asp.net mvc framework? : asp.net mvc
Can we set which type of comparison we want to perform by the CompareValidator 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()
what is <location> tag?
if i have 1000 records and i want to access 20 ata time from SQL server, what will be the query?
What is asynchronous call?
What is boxing and unboxing in asp.net?
What is caching and types of caching ?
I have around 200+ controls in a page. Each of the sets of controls are kept in divs and when header div is clicked, only those div controls pertaining to that header div will be displayed. Rest of the divs are kept invisible. When the page loads, all these 200+ controls are loaded simultaneously, that consumes much of the time. What my requirement is I want to get the div1 controls loaded when the page loads and rest of the div controls should be loaded asynchronously. it should not be loaded with page load, so that time for loading the page can be much minimised. Hope u understood my question and pls help me out with a solution asap....
Define static constructor?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
What is Partial PostBack in ASP.NET?