I made an application form by asp.net VB andnow I want to generate a html page as preview and print. What should I do?
Posted on 08 June 2010.
I made an application form by asp.net VB andnow I want to generate a html page as preview and print. What should I do?
Posted in ASPComments (3)
Posted on 05 June 2010.
I am trying to get a value back from an html grid on an asp.net page. I want to get the details of the controls on the page that I have stored in the html grid. How would I loop though the contents of the grid so that I can get the values back from the html. I have converted the grid to run as a server control.
Posted in ASPComments (1)
Posted on 03 June 2010.
It seems like HTML can do everything that CSS and PHP can do.
Posted in PHPComments (2)
Posted on 02 June 2010.
It is giving the following error given below.
ActiveX component can’t create object: ‘vbSendMail.clsSendMail’
Please help me.
Posted in ASPComments (2)
Posted on 01 June 2010.
I’ve heard about Infoview but its too expensive, anyone know another method?
after saving as, i tried to put show all files but that option didnt exist. so after it saved as xsn , i renamed the extension to html and i got a cryptic page. plus, i dont think that would work
Posted in ASPComments (1)
Posted on 31 May 2010.
hello, does anyone know how to have javascript get html input from multiple asp pages (using form elements which contain certain specific variables that bring back certain html results) within the content of an html page so i can insert that html coding into one html page (by the way, the asp pages are on a different server/host/domain name than mine)
Posted in ASPComments (2)
Posted on 31 May 2010.
Please also tell the steps in doing this task.
Posted in ASPComments (4)
Posted on 30 May 2010.
Does anyone know what EXACTLY the advantages are of HTML or PHP?
Which of the two is best for SEO?
If there is no content management needed… is PHP than really necessary?
Anyone any idea?
Thanks!
Posted in PHPComments (3)
Posted on 26 May 2010.
for making websites? I’d ideally like to be able to make my own message boards on my own (not pasting somebody else’s file). Do you need to know both javascript and PHP? One more thing, I’m not interested in becoming a full fledged programmer.
Posted in PHPComments (2)
Posted on 26 May 2010.
I have a webpage I wrote in HTML, that has a javascript button that will add a row to a table to allow multiple inputs. Each iteration of the input text box has the same name attribute. When submitted, a PHP page connects to an MSSQL database through an ODBC connection and posts the inputs. However, if theres more than one, only one gets posted. Any idea on how to get the name and PHP script to auto increment the name attribute? Thanks.
Posted in PHPComments (1)