⟩ How to find the count of records in a dataset?
DS.Tables["tabname"].Rows.Count;
we can get count of the records.
DS.Tables["tabname"].Rows.Count;
we can get count of the records.
What is ASP (Active Server Pages)?
How Many Types of Cookies?
What is Session Object?
What are LOCAL and GLOBAL variables?
What are the tasks performed by <FORM> tags?
What are Scripting Objects?
Can be Arrays resized by using the keyword REDIM?
What is Response Object?
What is the function of Buffer in Response Object?
What is the command to display characters to the HTML page?