can u create two Primary key for a table?
--Sivaa
Answer Posted / sanjay maurya
no, we can't create two pimary key in one table
A table can have one or more unique keys.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can a master page have more than one contentplaceholder?
What is Model-View-View Model?
How would you turn off cookies on a page of a website?
Explain the concept of event bubbling in ASP.NET?
List all templates of the repeater control.
What is session authentication?
How can I create master page in asp net?
What are the uses of list view control in Asp.net?
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.
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What are the 3 types of web?
What is application variable in asp.net?
Is asp.net web forms dead?
What are the layouts of ASP.NET Pages?
What is work flow gen? how can it will work with .Net?