I have read lots on SQL Injection attacks via querystrings. Are data controls vulnerable to attack? I was thinking of the DataGrid, DataRepeater and the SQLConnector etc used in .NET pages.
Hi Kevin, It depends upon how you code those controls. So long as you use sql.queryparemeters you are ok. Regards. "Kevin" wrote in message news:9C127560-3B5F-404B-A0A5-CF008F938FCB@microsoft.com... > I have read lots on SQL Injection attacks via querystrings. > Are data controls vulnerable to attack? > I was thinking of the DataGrid, DataRepeater and the SQLConnector etc used > in .NET pages. >