⟩ How to identify the updated rows in a dataset?
If the RowState property of the DataRow is "Modified" then that DataRow can be treated as updated.
If dr.RowState=DataRowState.Modified then
' u r logic here
End if
If the RowState property of the DataRow is "Modified" then that DataRow can be treated as updated.
If dr.RowState=DataRowState.Modified then
' u r logic here
End if
What is http header?
What is MSMQ? What is N-tier System?
Explain life cycle of ASP page.
What are the tools used for editing in IIS?
What are the special sub-types in VBScript?
What is a File System Object object?
What does Server.Map Path do?
What is Querystring collection?
What are the attributes of the tags? What are their functions?
What happens to a HTML page?