I am facing some problem to get an code behind file. Just like in asp.net, webforms (sample.aspx
) contains a code behind file (sample.aspx.cs
).
Just like this can I get a code behind for webpage (.html
) in Visual Studio. Is there any option if yes can you tell me? If no is there any options to perform CRUD operations to database? (means I want to user code behind file for connecting to database and perform operations using html) how can I?
Thanks.