- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
7 Posted Topics
Re: [QUOTE=rrocket;435842]Great thanks. :)[/QUOTE] hi, i am new to asp.net... am doing a similar kinda validation of a form.. am not able to understand as how u got the id of the text box during runtime.. thanks in advance | |
Re: hi, did u try logging in to the sql server from some other machine on the local network using sql server 2005 installed in that local machine. If u get an error something similar to "........Remote connections disabled to the Data base you are connecting .........." then u can solve … | |
Re: I have a solution for the first problem for you . ie., checking out if length is 12 characters long. Say if u have a txt box labeled "txtuserid" and a label to display error "lblError" u can use the following function in java script to check the length and … | |
Re: its a good suggestion by dkalita.. if u dont want to change the return type u can call the switchuser function inside the if block as follow ... [CODE]void TicTacToe::postMove(int row, int col, char value) { if (theBoard[row][col] == '-') { theBoard[row][col] = value; //call the switch user function here...then … | |
Re: can You please tel us what error message you are getting ? or can you point out the place where you have said about the error? Cheers, saradha | |
hi all, i am new to c# ... i seek your help for a code snippet which can validate a form that is using asp tags like text box,a read only text box with a calendar control associated with it,a submit button which when clicked must validate the above said … | |
Re: hi , can u please send the part of the code u r using to connect to sql so that we can get to know the problem in detail? |
The End.