SqlDataSource.Fill Method
Name | Parameters | Description |
---|---|---|
Fill() | none |
Validates and executes all valid queries available in the Sql |
Fill |
source |
Validates and executes the specified queries with the required parameters. |
Fill |
source |
Validates and executes all valid queries available in the Sql |
Fill |
queries |
Validates and executes the specified queries. |