No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
10 Posted Topics
please find one way of doing it with my understanding of your prob.. [COLOR=#0000ff]Dim[/COLOR] query1 [COLOR=#0000ff]As[/COLOR] SqlDataAdapter = [COLOR=#0000ff]New[/COLOR] SqlDataAdapter([COLOR=#800000]"SELECT * FROM AnswerList WHERE SurveyID=83 AND QuestionNum='"[/COLOR] & counter & [COLOR=#800000]"'"[/COLOR], strConnection) [COLOR=#0000ff]Dim[/COLOR] ds [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] DataSet query1.Fill(ds) [COLOR=#0000ff]Dim[/COLOR] dt [COLOR=#0000ff]As[/COLOR] DataTable [COLOR=#0000ff]Dim[/COLOR] dr [COLOR=#0000ff]As[/COLOR] DataRow dt = ds.Tables(0) [COLOR=#008000]' …
DateTimePicker1.MinDate = System.DateTime.Today() 'put the above line on load of the form
[COLOR=#0000ff]please insert the if stat.. in code Private[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]Sub[/COLOR][COLOR=#000000] TextBox1_KeyPress([/COLOR][COLOR=#0000ff]ByVal[/COLOR][COLOR=#000000] sender [/COLOR][COLOR=#0000ff]As[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]Object[/COLOR][COLOR=#000000], [/COLOR][COLOR=#0000ff]ByVal[/COLOR][COLOR=#000000] e [/COLOR][COLOR=#0000ff]As[/COLOR][COLOR=#000000] System.Windows.Forms.KeyPressEventArgs) [/COLOR][COLOR=#0000ff]Handles[/COLOR][COLOR=#000000] TextBox1.KeyPress[/COLOR] [COLOR=#0000ff]Dim[/COLOR] x [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]String[/COLOR] = e.KeyChar.ToString [COLOR=#0000ff][/COLOR] [COLOR=#0000ff]If[/COLOR] Asc(e.KeyChar) = 8 [COLOR=#0000ff]Then [/COLOR][COLOR=#0000ff]Return [/COLOR][COLOR=#0000ff]End[/COLOR] [COLOR=#0000ff]If [/COLOR][COLOR=#0000ff][/COLOR] [COLOR=#0000ff][/COLOR] [COLOR=#0000ff]Select[/COLOR] [COLOR=#0000ff]Case[/COLOR] x [COLOR=#0000ff]Case[/COLOR] [COLOR=#800000]"a"[/COLOR] [COLOR=#0000ff]To[/COLOR] [COLOR=#800000]"z"[/COLOR], [COLOR=#800000]" "[/COLOR], [COLOR=#800000]"0"[/COLOR] [COLOR=#0000ff]To[/COLOR] [COLOR=#800000]"9"[/COLOR], [COLOR=#800000]"A"[/COLOR] [COLOR=#0000ff]To[/COLOR] …
just a suggession: create a macro for the same req and use/call the macro code in ur vb.net code
through parameterised constructor OR module , u can resolve the issue, please revert back if any prob
[COLOR=#000000]The above code is adequate for window application but when it is web application the code is not sufficient , please implement the proper “ FORM authentication “ mechanism which further includes web.config configurations with [B]authentication, authorization [/B]tags[/COLOR]
please ref to the following link [URL]http://www.codeproject.com/cs/database/FileStore2DataBase.asp[/URL] it may help u
please specify the source of the content of ur site and how it is organised
can not understand showing "dropdownlist twice in a form"
[QUOTE=shy_wani;356377]i've got this code to create control at runtime.. the problem is that i've forgotten the link and i can't refer to its documentation.... the problem is...i don't understand this line: Dim parent As String = CStr(ds.Tables(1).Rows(0)("Parent")) what does this parent refer to? [code] Dim options As New RadioButtonList For …
The End.
jabijohn