Hi All,I am a beginner in vb programming, so i need to write web based chat room application using asp.net and visual basic 2005. The application will save all comments on database.Can someone please help
Latest Answer: simply it is session ID ...
Question: Can you define basic element of WebServices and explain any one from them?Answer: These are as follows SOAP, WSDL and UDDI. And I am explaining about the SOAP(Simple Object Access Protocol) it
Which control is lightwieght control among gridview, detailsview, formview, datalist and repeater controls in ASP.NET 2.0
Latest Answer: Repeater Control is light weight control and can be used for simple reporting purpose ...
In order to use iterators which interface should be implemented
Latest Answer: The two interfaces used are:IEnumeratorandIEnumerable ...
Explain the role of Assemblies in ASP.Net
Latest Answer: An assembly in ASP.NET is a collection of single-file or multiple files.The biggest advantage of using ASP.NET Assemblies is that developers can create applications without interfering with other applications on the system. The assembly used for one application ...
i want to know whether session object is accessible in web farm and web garden. Similarly if application object is accessible in webfarm and web garden
Latest Answer: Web farms means many Application of Multiple server on different location on the world.for
example: www.yahoo.in, www.yahoo.uk
Web Gardens means many application of single server.for example www.mail.yahoo.com, www.chat.yahoo.com
...
Latest Answer: [WebMethod] ...
Hello Friends.When I create a webparts in which each webpart has a close,minimize option ,so when I closed ie one of the webpart and next time when I debug the application that particular webpart which
hii firenz.. If we check some particular checkboxes in the gridview ..the complete row must be stored in database..here the gridview contains the columns of different tables.then..How can
Latest Answer: You can't insert data in multiple table in one query but the other solution is belowfirst get data from gridview to a temp table (DataTable) as following:{Â CheckBox cb;Â DataTable tb=new DataTable();Â tb.Columns.Add("eno", Type.GetType("System.Int32"));Â ...
View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Go Top