Hi mrbadboy,
I'm also looking fo rthe same solution..
You can have a look at the following link but I'm not able to find out how???
http://www.stylusstudi o.com/xsllist/200211/post40970.html
Would be greatful if you can please tell me if you've found out the solution...
Regards,
Naveen
User Profile
Collapse
-
Hi Aisha,
48-57 is the ASCII range for 0-9
Instead of e.Handled, give the message in the message box.
Regards,
NaveenLeave a comment:
-
Hi Aisha,
The Most simple way of doing it is to trap the ASCII value in the hey press event of the textbox and validate the character.
The Following is asample code for not allowing any values except a-z and A-Z
Private Sub TextBoxKeyPress (ByVal sender As System.Object, ByVal e As System.Windows. Forms.KeyPressE ventArgs) _
Handles TextBoxName.Key Press
Select Case...Leave a comment:
-
Try restarting the service and then run the application again...Leave a comment:
-
Can you check out the physical existance of the file in the virtual directory path of your machine.Leave a comment:
-
You can use either the command name if you've assigned different text to the buttons.Leave a comment:
-
The Following Code Will Do The Job.......
function UserSpecificAcc essRightsBindBl ankRows(DataGri dControl)
{
try
{
/* ----- Getting The DataSource of The Row Count of the DataGrid ----- */
var BlankDataTable = document.getEle mentById(DataGr idControl).getE lementsByTagNam e("tbody")[0];
var iRowLength = BlankDataTable. rows.lengthLeave a comment:
No activity results to display
Show More
Leave a comment: