Search results for query: *

  1. C

    How to insert value into template column at runtime?

    Hi how can I insert value into a template column at runtime? I have this datagrid which contains multiple record and I want a template column to be filled with values corresponding to its row number at runtime example. Dim i as integer Dim noOfRecords = CountNumberOfRecords() For i = 0 to...
  2. C

    cant deploy!! shows html code instead of page

    Hi I've just developed my first web app and decided to test it out on another computer, what I've did was to copy the entire folder from the www\root into the deployment computer www\root folder. when i tried to execute the webpage 'http://localhost/foldername/file.aspx' it shows me the html...
Back
Top