Please tell me the .net 2.5 frame work with example
Answers were Sorted based on User's Feedback
Answer / ritz
There is nothing like .NET Framework 2.5
There are only Framework 1.1, 2.0, 3.0 ,3.5 available.
Framework 4.0 is just round the corner.
| Is This Answer Correct ? | 1 Yes | 0 No |
Which software is used for .net programming?
What is the difference between custom controls and master page?
What does the "EnableViewState" property do? Why would I want it on or off?
I am working with asp.net 2005 and Crystal report 10. I have an image field on my dataset to show on Crystal report.And the image is shows dynamically from database in image field of CR. The image field is showing well on my Crystal report on its first page with all other data but when i click to open second page of CR,it does not show any data on that.I found that this is because of adding the image field on crystal report. Because when i remove the image field from the CR then it will run both the pages of CR. I am using the Page Load event to bind CR data with Database. And i have already check with the Init event to bind CR , but it still not shows the data on second page when i use image field on that. Please give solution for that.....
The maximum report processing jobs limit configured by your system administrator has been reached.How I can Solve this problem when i using crystal report to load from my application.
How will you do windows authentication and what is the namespace?
What is the difference between a web custom control,web user control and a web part.
In LINQ TO SQL if it is possible to select the top 5 records from the particular table using select top 5.
deference between display and visibility property of CSS
Explain the five stages in a dlx pipeline? : .NET Architecture
What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
What is the difference between l1 and l2 cache? : Dot net architecture