Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~298 People Reached
Favorite Forums
Favorite Tags
Member Avatar for usershan

Hi to all I have an drop down list, in that there are two fields one is income, expenses and text box . If i select income from the dropdown list then the text box should be disabled, if i select expenses then the textbox should be enabled. I have …

Member Avatar for arjunsasidharan
0
131
Member Avatar for usershan

Hi all , I want to disable a text box when i select a value from drop down list, but im not able to so can u please help me This is my code: [COLOR=#0000ff]Protected[/COLOR] [COLOR=#0000ff]Sub[/COLOR] type_SelectedIndexChanged([COLOR=#0000ff]ByVal[/COLOR] sender [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]Object[/COLOR], [COLOR=#0000ff]ByVal[/COLOR] e [COLOR=#0000ff]As[/COLOR] System.EventArgs) [COLOR=#0000ff]Handles[/COLOR] type.SelectedIndexChanged [COLOR=#0000ff]If[/COLOR] type.SelectedItem.Value = [COLOR=#800000]"Income"[/COLOR] …

Member Avatar for usershan
0
78
Member Avatar for usershan

Hi all, I am trying to insert date but not able to, im using SQL server. This is my code: [COLOR=#0000ff]Dim[/COLOR] str [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]String [/COLOR][COLOR=#0000ff]Dim[/COLOR] cmd [COLOR=#0000ff]As[/COLOR] SqlCommand [COLOR=#0000ff]Dim[/COLOR] con [COLOR=#0000ff]As[/COLOR] SqlConnection [COLOR=#0000ff]Dim[/COLOR] sql [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]String [/COLOR] [COLOR=#0000ff]Function[/COLOR] AccessDate([COLOR=#0000ff]ByVal[/COLOR] dateandtime) [COLOR=#0000ff]Dim[/COLOR] myday [COLOR=#0000ff]Dim[/COLOR] mymonth [COLOR=#0000ff]Dim[/COLOR] myyear myday = Day(dateandtime) [COLOR=#0000ff]If[/COLOR] …

Member Avatar for jamello
0
89