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
Ranked #4K

5 Posted Topics

Member Avatar for xanawa

Please try below code. It should able to solve your problem. <SCRIPT Runat="Server"> Sub Get_Category_Type(ByVal Src As Object, ByVal Args As EventArgs) Dim SQLString As String SQLString = "SELECT * FROM products " & _ "WHERE Category = '" & Category.SelectedValue & "' " & _ "ORDER BY ID" AccessDataSource2.SelectCommand …

Member Avatar for chwong
0
143
Member Avatar for chwong

HI all, I am the beginner of ASP.net. My cases scenario, I have a dropdown list (category) field which allow user to make selection then it will display the record on the gridview. I need to add the new record by using the detailview. In my detailview, i cannot showing …

0
118
Member Avatar for chwong

Q1. If my application such as MS office in standalone computer and without access internet. Will this application need to use application layer in internet model. Application layer in Internet model consists of presentation layer, session layer and application layer. What software is using application layer? Q2. FTP is example …

Member Avatar for wmrandall
0
291
Member Avatar for chwong
Member Avatar for chwong

Hi I am new of ERD design. I have drawn the diagram but for the supertype, subtype and entity associated part, I am not confirm the way I presented is correct or not. I hope to get some advises from you all. ERD 1. A distribute places an order 2. …

Member Avatar for chwong
0
825

The End.