Answer Posted / hemali
ByVal is use to pass the value..
& ByRef is use to pass the reference of variable.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a 1x1 pixel?
Can you change a Master Page dynamically at runtime?
How to send a DataReader as a parameter to a remote client ?
Can you nest updatepanel within each other?
Explain how asp.net different from asp?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
What is & in a url?
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.
I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.
What do you mean by marshalbyref?
How do you hide the columns?
14. What are your Future Plans for Swatz Oils GROUP U.K?
What is different in .net 1.1 and .net 2.0?
What is an asp.net validator? And, mention its types.
What are Authentication and Authorization?