Hey Napolian,
I fear but there is no way that you can change the font of the message box. I have searched a lot on this on search engines. Finally as an option i switced to a windows form with the label control and manipulated it as message box.
Hope this would help.
Thanks,
Kunal
User Profile
Collapse
-
HI Priya,
you can do this by following way.
1. Find out the ASCII code for each of the keys you want to lock
2. In the key press event check if the ASCII code matches then write code
e.handled = true (or false i dont rem exactly try one of this).
3. Please note that Key press event does not get fired in case of certain keys like delete, insert, etc.. So for these keys use key down events.
...Leave a comment:
-
Try using this command...
DBCC CHECKIDENT (<Your Table Name>, RESEED, 0)
Thanks and regards,
KunalLeave a comment:
-
Hi Kuldeep,
To the Web page visitor, a HyperLink control and a LinkButton control look identical. However, there is a significant difference in functionality.
The HyperLink control immediately navigates to the target URL when the user clicks on the control. The form is not posted to the server.
The LinkButton control first posts the form to the server, then navigates to the URL. If you need to do any server-side...Leave a comment:
-
Hi after going through your problem i realized you are looking for efficiency. In that case Data reader would be more helpful to you, if you dont intend to perform any transaction on the retrived data. Else you are not left with option but to use the Dataset. In case you decide to use Dataset then the following link might be helpful to you.
http://blogs.wdevs.com/Sukumar/archive/2005/05/10/3333.aspx
Thanks,
...Leave a comment:
No activity results to display
Show More
Leave a comment: