events in a datagrid with webmatrix

  • Thread starter Thread starter Vishal
  • Start date Start date
V

Vishal

Hello,

I have some pages in VS.NET which I now copied and
modified for the web matrix project. The pages contains a
datagrid, which lets me edit/delete and update the data.
However the events which i have copied from VS.NET doesnt
not work. They are never called. Is there something I am
missing here? Please help me out as this is urgent.

Thanks.
 
I just also realized that no event is called. I created a
new page with just one button. I clicked twise on the
button in design view and entered the following in the
event:

Sub Button1_Click(sender As Object, e As EventArgs)
Response.write("test")
End Sub

However nothing happens...Can somebody help`?
 
can u post ur code?
VS.NET needs more declaration than WebMatrix!
U have to understand that u can use VS.NET to make WebMatrix !
Patrick
 
Back
Top