No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
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 …
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 …
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 …
Is it anyone how to get the system date and display it on a webpage?
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. …
The End.