help a newbie

sansoft

Newcomer
Joined
Aug 30, 2004
Messages
1
Hi all,

i am a new bie as far as programming in ASP.NET is concerned .i want a check box besides each and every record...so that my future aim is to click on it and delete the record from the database................secondly i am not using the visual studio thing....but using the SDK framework 2.0 creating simple files adding extensions to it as .aspx and opening it via my IE browser.


............i used to be a PHP ,MySQL programmer.......there i used to use a command something like this
$sql="select statement;"
$result=mysql_query($sql);


while($row=mysql_fetch_array(result))
{
...........display the required field names .......and also the checkboxes
}


i dont know how to do it in ASP.NET.............how will u display the required fieldnames along with the check boxes........plz help.......

Regards,
Sansoft
 
Back
Top