in your html page put the following history.forward this vil work good regards kalyan
kalyanhere
Posts
-
Clear a WebBrowser's History???? -
Inserting data into SQL Server databasefor vb.net and asp.net imports system.data.sqlclient dim con as new sqlconnection dim cmd as new sqlcommand con.connectionstring = "Provider= the provider u use;user id= ;password= ; data source= sql server name ;initial catalog= database name " cmd.connection = con con.open() cmd.commandtext = "insert into tablename values('" & tid.text & "')" cmd.executenonquery() con.close() if u have any problem with this revert back vil help u out regards kalyan
-
How to work with timer control in C#My query is i have some data which i want to run every 5 minutes for 6 hours duration right from 8am to 2pm for about a month. the data should run only on those specified duration else the timer should stop. how can i proceed this with the timer control kalyan -- modified at 3:55 Monday 8th May, 2006