Hi Some guys advice me to put the function "DiffaDate" in the top or at the bottom of the script but I think this way it should work once at the IDE e-scripter it doesn't give me any compilation error.
Neither of these statements will properly render a control. The control, flat out , is not there, when the form rendering has completed. Is there a trick to get this to work, or am I flat out of luck? Response.Write(" <asp:image id=""img1"" runat=""server"" Height=""25""
Not sure if this is the correct forum for this, but here goes. IN ASP I could create sub that would build a table dymanically. How would I do the same thing in ASP.net?
I already have an excel file (MyXL.xls) and a Visual Basic.net (Form1.vb) with a command button. Now, I want to write a code for the Visual Basic so that when I click on the command button, the excel file will be opened.