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...



Scripts_Markup Code Interview Questions
Questions Answers Views Company eMail

How to call JavaScript Function from Code-behind in asp.net?

659

I'm calling a JS fcn that fires AJAX to a webmethod and returns a boolean. How do I retrieve the return value in the codebehind? (VB) I can set a hiddenfield value in the JS, but if it's async how can my VB know when it's changed?

699

How to Print Asp.net GridView Data on Button Click using Javascript?

686

How a web page can communicate with a web server while a user type characters in an input field.

1060

how to remove or delete multiple selected items from listbox in on button click in asp?

643

Hi All, Do anyone have a solution/script for Uploading the Excel file in Local drive to QC Resources folder..?? TIA Dwaraka.

NHS,

1650

What are PIDs?

1 2780

How do you write a while loop in shell?

1 2491

How do you remove a file?

1 2615

How do you remove recursively?

1 2830

How do you find out your own username?

1 2919

How do you count words, lines and characters in a file?

1 2573

How do you search for a string inside a given file?

1 2874

How do you search for a string inside a directory?

1 2524

How do you search for a string in a directory with the subdirectories recursed?

1 2459


Un-Answered Questions { Scripts_Markup Code }

How to block double clicks

2111


How to call JavaScript Function from Code-behind in asp.net?

659


How can I include conditional statements in XML?

635


Can I replace HTML with XML?

588


Write a python program to check if a number is a prime number?

838


code to detect availability of cookies

2190


Write a function that takes an unsorted integer array, and returns a three element subset whose sum is zero.

1669


code to positioning of window in certain dimensions

2128


What is a well formed XML document?

545


Write a program to find sum of the digits of a number in python?

873


What are nested elements in XML?

592


What is a cdata section in xml?

640


Write a function that takes an array of integers and efficiently calculates and returns the Least Common Multiply in python.

1584


How to store the iterations value in some variable/ in excel? Dim objExcel, ObjFolder, objPath, objWorkbook, objSheet, ObjFSo, ObjFolderName, strExcelPath Const xlExcel7 = 39 ObjFolderName = "Testing" & Hour(time()) & Minute(time()) &Second(time()) objPath = "D:\" strExcelPath = objPath & ObjFolderName & "\testing.xls" Set ObjFSo = CreateObject("Scripting.FileSystemObject") Set objFolder = objFSO.CreateFolder(objPath & ObjFolderName) On Error Resume Next Set objExcel = CreateObject("Excel.Application") If (Err.Number <> 0) Then On Error GoTo 0 Wscript.Echo "Excel application not found." Wscript.Quit End If On Error GoTo 0 Set objWorkbook = objExcel.Workbooks.Add() Set objSheet = objExcel.ActiveWorkbook.Worksheets(1) Dim arr1, arr2, arr3 Set outputLines = CreateObject ("System.Collections.ArrayList") arr1 = 123arr2 = 99 arr3 = 10 outputLines.Add arr1 outputLines.Add arr2 outputLines.Add arr3 outputLines.Sort() For Each outputLine in outputLines WScript.Echo outputLine ' how to store this value in excel/ variable? Next objExcel.ActiveWorkbook.SaveAs strExcelPath, xlExcel7 objExcel.ActiveWorkbook.Close objExcel.Application.Quit This above code is working fine but the qs is is there any way to store the sort data in variables / in the excel and how?

2831


how to remove or delete multiple selected items from listbox in on button click in asp?

643