<%
Dim currentpage,rowcount,i,con,rs
currentpage = TRIM( Request( "currentPage" ))
if currentpage = "" then currentpage = 1
set con = server.CreateObject("ADODB.connection")
con.open "DATABASE=amitc;DSN=datashow;UID=sa;Password=;"
set rs = server.createobject("ADODB.recordset")
rs.CursorType = adOpenStatic
rs.PageSize = 1
rs.Open "select * from OccHoli",Con
rs.AbsolutePage = CInt ( currentpage )
rowcount = 0
%>
<%
While not rs.eof and rowcount < rs.PageSize %>
Paneer Shashlik
Ingredients
250 gm Paneer
2 Onions (sliced)
1 Capsicum (sliced)
1/2 cup Tomato puree
2 tsp Ghee
1/2 cup Fresh Cream
to taste Salt
1/2 tsp Garam masala
1/2 tsp Red chilli powder
Method
1) Heat ghee in a bowl add onions & capsicum cook for 2 mins.
2) Then add tomato puree, fresh cream, salt, garam masala & red chilli powder cook for 1 min.
3) Cut paneer into cubes and add to the masala. Mix well.
4) Cook again for 2 min. Serve hot.