Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

VB Script Interview Questions
Questions Answers Views Company eMail

What is vbscript language used for and which earlier language is it modeled upon?

959

When are redim statement and preserve keyword used in the vbscript language?

994

What are lbound and ubound in the vbscript language?

1038

How can you fetch the value of a cookie?

976

What are the differences between sub procedures and function procedures?

941

Is vbscript language a case-sensitive language and what does it mean?

969

How to get the length of the string by making use of the string function?

1017

How are values assigned to the variables in the vbscript language?

1000

Which operator is used to concatenate the 2 values in the vbscript language?

970

What is the purpose of the err object in the vbscript language?

1046

Why is it recommended to close the database connection every time after the work is completed?

889

What is the difference between for loop and while loop?

1010

Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?

1241

When does ‘on click of button’ event gets triggered in the vbscript language?

951

Explain about scrrun.dll in vbscript?

1047


Post New VB Script Questions

Un-Answered Questions { VB Script }

Explain sga memory structures?

974


How will you convert a given number to long in vbscript?

841


Plzzzzzzz can any one tell me which is the best institute in hyderabad for learing VBScript. plz do answer guys its urgent plzzzzzzz. thanks in advance.

2155


Which in-built function related to an array joins substrings into one string in the vbscript language?

916


How can you create an object in vbscript?

1033


What is the difference between VBScript and JavaScript?

2640


Is VB Script Case sensitive or Case insensitive?

1041


Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..

2408


i need to sort the data using qtp script for this how i need to write a qtp script

3627


Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)

3627


how to comvert 120 into one hunderd twenty rupees only and vice varsa

2293


Sub link() Dim k As Integer Dim rand As Integer Dim URL As String Dim foldernum As Integer Dim folderstring As String Dim filenum As Integer Dim filestring As String k = 1 'for AC Numbers For i = 11 To 40 foldernum = 0 foldernum = 1000 + i folderstring = CStr(foldernum) folderstring = Mid(folderstring, 2, 3) folder = "ac" & folderstring 'folderstring = Sheets(2).Cells(i, 1) ' for Number of Random files For j = 1 To 10 rand = Int(Rnd * (200 - 1) + 1) filenum = 0 filenum = 1000 + rand filestring = CStr(filenum) filestring = Mid(filestring, 2, 3) 'URL = "http://ceobihar.nic.in/PSCDROM/ac" & folderstring & "/i" & folderstring & "0" & filestring & ".pdf" URL = "http://www.elections.tn.gov.in/pdfs/dt1/" & folder & "/" & folder & filestring & ".pdf" ' URL =http://www.wb.nic.in/wbeco/EROLLS/PDF/English/A001/a0010105 .pdf Cells(k, 1) = folderstring Cells(k, 2) = folder Cells(k, 3) = filestring Cells(k, 3) = URL k = k + 1 Next j Next i End Sub plz define it

2684


i have a problem with this error(this error related edit and delete button,when i click this button in datagrid..i will get this error)"Invalid postback or callback argument. Event validation is enabled using in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation." this is my code : <%@ Page Language="VB" Debug="false" %> <%@ import Namespace="Sytem.Data" %> <%@ import Namespace="System.Data.OleDB" %>

(Search Based On Staff I.C No) IC.No (XXXXXX-XX-XXXX)   ' runat="server"> ' runat="server"> ' runat="server"> ' runat="server"> ' runat="server"> ' runat="server"> ' runat="server"> ' runat="server"> ' runat="server"> ' runat="server"> ' runat="server"> ' runat="server"> ' runat="server"> ' runat="server"> ' runat="server"> Total Leave Taken : Days

2687


Explain vbscript in detail?

1014


What are the valid scopes of a variable in vbscript?

1053