Welcome, Guest Ohm namah shivoy
www.faqpanel.com
Home | ASP.Net | C-Sharp | Winforms | MS SQL | AJAX | XML | .Net Training*** | Search
Invite friends 
Extras 
VS Tips & Tricks
Top 10 .Net Tools
Special folders in ASP.Net
VS Find Combobox
 ASP.Net Interview Questions and Answers
What is "ImageMap" control in ASP.Net?
Like Image control, but aloows you to specify specific action to trigger if user click one or more hot spots in the image. The action to take can either be a postback or a redirection to another URL. Hot spots are supplied by embedded controls that derive from HotSpot, such as RectangleHotSpot and CircleHotSpot.
What DataReader class do in ADO.Net?
What kinds of object can I store in session state?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?
What debugging tools come with the .Net SDK?
Can you edit data in the Repeater control?
Can I share session state between web applications (i.e. "virtual directories" or "applications" in IIS)?
How do you define the lease of the object?
Can I still use the DataList and Repeater controls?
What is Command Object in ADO.Net?
Can I avoid using the garbage collected heap?