Name the event that enables the user to prevent shifting of focus from control until all the validation rules have been met.
No Answer is Posted For this Question
Be the First to Post Answer
Explain how to find the current record position in data control?
Suppose I am implementing one windows form. I am inserting some values into ms access. In that table 5 columns there. But I want to insert three columns only. When I am clicking another button then other two values also insert into that table?
Which property of the progressbar control specifies the amount to increment the current value of the control?
Which property is used to specify the use of an element in the user interface and reports it to the accessibility aids?
What are different authentication types. How do you retrieve user id in case of windows authentication?
How to split a column header in gridview using c#.net?
How save rerecord in the database?
We are facing problem with the compatibilty of IE 7 and IE 6.We are calling a showModal window that is working fine in IE6 but with IE7 it opens a new Window and Data is not getting poputaled.In some pages it Gives an error "The webpage you are viewing is trying to Close the window.Do you want to close this window".
Which controls can not be placed in MDI ?
What are different options to store state in ASP.NET applications?
Suppose I have two combobox .. And I have some items in both combobox now I need to check the item in both combobox if same item is present in both combobox I need to display that item in message box?
Extension methods can be both static and normal class methods. Yes/No?