Hello guys!

I'm using ASP.NET2.0 by using Visual Web Developer 2005 (VWD).

I am starting to build my first project and it uses SQL 2005.

My database will contain a table wherein there will be a field for IP addresses. This field is where I will "write" all IP addresses.

Therefore, I plan to create an application in VWD wherein by just clicking a button, it will automatically fill up the IP addresses field with all the IP addresses I need (i.e., from 192.168.0.1 to 192.168.0.255).

My problem is how can I dynamically add data to my table?

Thank you very much!