Exception Error
Hi guy,
I want to use the RowFilter()method of the DataView object. When I compile the code this is the error I get: -
Compiler Error Message: CS0246: The type or namespace name 'outMessage' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 46: {
Line 47: objDataView.RowFilter = "Title LIKE '" + Author.Text + "'";
Line 48: outMessage.InnerHtml = "DataView.RowFilter = <b>" + objDataView.RowFilter + "</b>";
Line 49: }
Line 50:
I am using these directives: -
<%@ import Namespace="System.Data" %>
<%@ import Namespace="System.Data.OleDb" %>
I cant see my error??
THanks
Adnan
Adz - Portsmouth Massive
__________________
Adz - Learning The J2EE Ways.
|