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 are web Forms?
Web Forms are an ASP.Net technology that you use to create programmable Web pages. Web Forms render themselves as browser-compatible HTML and script, which allows any browser on any platform to view the pages. Using Web Forms, you create Web pages by dragging and dropping controls onto the designer and then adding code, similar to the way that you create Visual Basic forms. For more information, see ASP.NET Web Pages Overview.
What is the difference between DataBinder.Eval() and Eval() methods in ASP.Net?
When should you call the garbage collector in ASP.Net?
What does CommandBehavior.CloseConnection() parameter of ExecuteReader()?
Which method do you invoke on the DataAdapter control to load your generated dataset with data?
What is smart navigation in ASP.NET Pages?
What is a runtime host in ASP.Net?
Why is there no DataGrid control on the Toolbox?
How does ASP.Net page works?
How can we use COM components in .Net?
What is the role of Global.asax?