Click here to Skip to main content
15,910,358 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionunhandled exception - Access violation reading location 0xfeeeffaa Pin
egmano7-Dec-06 22:55
egmano7-Dec-06 22:55 
Questionthird party grid/s Pin
momooomooomomo7-Dec-06 22:47
momooomooomomo7-Dec-06 22:47 
Questionopenoffice :confused::confused::confused: Pin
santhoshmohan7-Dec-06 22:37
santhoshmohan7-Dec-06 22:37 
Questionexcel data Pin
kiranknair7-Dec-06 22:09
kiranknair7-Dec-06 22:09 
QuestionAnyone know why i'm getting this message Pin
The ANZAC7-Dec-06 20:30
The ANZAC7-Dec-06 20:30 
AnswerRe: Anyone know why i'm getting this message Pin
Michael P Butler7-Dec-06 21:09
Michael P Butler7-Dec-06 21:09 
GeneralFixed one issue now i have another question. Pin
The ANZAC7-Dec-06 22:40
The ANZAC7-Dec-06 22:40 
GeneralRe: Fixed one issue now i have another question. Pin
Dayekh8-Dec-06 0:10
Dayekh8-Dec-06 0:10 
If you want to validate the length of input, just set the "MaxLength" property of the texbox to something.

If you want the field to be required, user a <asp:RequiredFieldValidator>
If you want the text box to be a specific set of numbers or date. Study and use the <asp:CompareValidator>
If you want to do anything funky, check out the <asp:RegularExpressionValidator>
(checkout http://regexlib.com/DisplayPatterns.aspx)

For each Validator, if you set the "Display" property to Dynamic, then the text in the "Text" property will be displayed NEXT to the textbox control. if the "Display" property is set to None, there will be no display to the error message. The advantage in that one is that you can place a <asp:ValidationSummary> control which will display all error messages in one block from ALL the validation controls.

Play around with these things. It's quite fun Smile | :)
GeneralRe: Fixed one issue now i have another question. Pin
The ANZAC8-Dec-06 0:23
The ANZAC8-Dec-06 0:23 
GeneralRe: Fixed one issue now i have another question. Pin
Dayekh8-Dec-06 0:49
Dayekh8-Dec-06 0:49 
GeneralFound a good way to Validate if anyone's interested [modified] Pin
The ANZAC8-Dec-06 16:17
The ANZAC8-Dec-06 16:17 
QuestionSingle click on a checked list box Pin
steve_rm7-Dec-06 19:04
steve_rm7-Dec-06 19:04 
AnswerRe: Single click on a checked list box [modified] Pin
steve_rm7-Dec-06 19:13
steve_rm7-Dec-06 19:13 
QuestionVirtual Printer Driver in Vb.net Pin
sandeegk777-Dec-06 18:24
sandeegk777-Dec-06 18:24 
QuestionSearch Database Pin
The ANZAC7-Dec-06 18:05
The ANZAC7-Dec-06 18:05 
AnswerRe: Search Database Pin
Christian Graus7-Dec-06 18:40
protectorChristian Graus7-Dec-06 18:40 
GeneralRe: Search Database Pin
The ANZAC7-Dec-06 18:44
The ANZAC7-Dec-06 18:44 
QuestionSet blank for 1st item combolist in VSFlexGrid Pin
angelagke7-Dec-06 17:05
angelagke7-Dec-06 17:05 
QuestionVB script not workng on Win 2000 Pin
japel7-Dec-06 10:53
japel7-Dec-06 10:53 
QuestionRound to nearest quarter of hour Pin
VK-Cadec7-Dec-06 10:07
VK-Cadec7-Dec-06 10:07 
AnswerRe: Round to nearest quarter of hour Pin
Uber17-Dec-06 15:51
Uber17-Dec-06 15:51 
GeneralRe: Round to nearest quarter of hour Pin
Uber17-Dec-06 16:28
Uber17-Dec-06 16:28 
QuestionC++ and VB.NET Pin
Kornfeld Eliyahu Peter7-Dec-06 9:39
professionalKornfeld Eliyahu Peter7-Dec-06 9:39 
QuestionHow to get multiple key states simultaneously Pin
Gregbob7-Dec-06 7:41
Gregbob7-Dec-06 7:41 
AnswerRe: How to get multiple key states simultaneously Pin
Christian Graus7-Dec-06 8:11
protectorChristian Graus7-Dec-06 8:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.