1)What is the difference between vb and vb.net ?2)How to insert row by row data in datagrid ?3) How to work with repeater controls and give small example program ?
Latest Answer: To store image in database 1st u need to make table like this CREATE TABLE PicImage ( Picid int, Pic Image )Now in vb.net coding u have to write code like thisDim ms As New MemoryStreampic_photo.Image.Save(ms, ...
Latest Answer: web.config file apply setting to each web application while machine.config file apply setting to all ASP.NET application ...
Latest Answer: yes, You have to convert XML to dataset. ...
Latest Answer: An article from Microsoft suggest that VB.NET and C# are the same as afar as OOP goes. The differences in C# consist of abilities to handle un-managed code (non .NET related code) and that VB.NET uses late binding. I personally don't program with late ...
Latest Answer: using CommonDialog classeg:the code to invoke the default font dialog box by using the FontDialog control is given below:private sub displayfont_click(byval sender as system.object,byval e as system.eventargs) handles displayfont.clickfontdialog.showDialog()textbox1.font=fontdialog1.fontend ...
Latest Answer: we can use adrotator control to use like powerpoint presentation ...
Latest Answer: You can implement Disconnected architecture by changing the cursor location property of Recordset to 3 (adUseClient)Set myRS = new ADODB.RecordsetmyRS.CursorLocation = adUseClientThis recordset is used as a disconnected recordset. That means, when you ...
Latest Answer: Through SOAP Protocol ...
Latest Answer: Thread is also one point to be discussed.If we call an EXE from some other application then it runs out off process and in diffrent thread.Dll runs in the same thread as that of application. ...
View page << Previous 1 2 3 4 [5] 6 Next >>

Go Top