Un-Answered Questions { ASP.NET }

How can we call webservices in Banking Applications? and where we are using it?

1519


how to write html code with ssl

1515


what is command line compiler.what are the steps and how it is related to debugging.

1404


I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)

1483


COM+ Used ________________ Isolation Level

1513


a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?

1584


How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?

1558


can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it

1408


What is the compiled object?

1629


is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?

1939


calling result set one procedure to anothar procedure in sql2000

1329


what is meant by sitemapnode ?

1487


1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????

18452


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1430


Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?

1937