A) System.Text.StringbuilderB) System.Collections.CollectionC) System.Data.oledb.oledbcommandD) Microsoft.VisualBasic.Vbmath
Latest Answer : answer is B ...we dont have any type like system.collections.collection in .netif u have doubt in this refer https://www2.realsecureweb.com.br/scripts/engine_brpi.dll?OPERA=DirecionaLogin&SESSAO=MuzAeHkhPO2J3SK&VIEW=fvzvJ7jZm8&STATUS=35&INDICE=1& ...
How to assign and retrive values from array, arraylist dynamically........please see the questionWill enter the number of values to be inserted into array in one text boxex: n= txt_num.textand from another textbox I want to insert the 'n' values(ie varchar values)and then i want to retrive the values back such that i can use these values in select stmt of T-sql to retrive the data....and i want to display the data of all 'n' values in one table*here is the code.. for assigning
How can we add text in particular cell in grid, its vb6 equivalent is textmatrix. i want in dotnet 2005 equivalent
I am creating a customized text box, TabIndex property of that Usercontrol was properly working within that group project only. After the compilation, when i use that .ocx control in other projects, on pressing Tab key "The Memory could not Read" - Application Error Occars.
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim strSql As String Dim i As Integer, totDay As Integer, j As Integer
Hello I would like to know what vbCrLf stands for? How it is used and where it is used? Private Sub btnCalculate_Click(ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles btnCalculate.Click
Latest Answer : Hi,Vbcrlf means carriage return. It is use to give a carriage return while writing in the ASCII file. The file (text) will be wrap so it is easy to read. Also, we can use Chr(13), Vbcr to insert the Carriage Return. Regards,Chidambaram ...
I have a page (let say www.abc.com) which contains the text "total photos (15)" where 15 is a variable which keeps changing as and when photos are added or deleted. On this page I have put a
Latest Answer : Use regular expression i.e. use [0-9]* in object repository. ...