- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
11 Posted Topics
You can do this by many ways. One way is by doing Javascript. Please refer the below site for your reference. [url]http://www.codeproject.com/KB/HTML/html.aspx[/url]
<a href ="file:///newcv.doc"> Ian's CV</a> The above line will not work. You should give something as <a href ="http://youmachinename/SomeFolder/Filename.EXT"> Ian's CV</a>
Hi, I want to add the auto complete functionality to my new .aspx page. I am working in .Net 1.1 + ASP.Net. I want to add the functionlaity using simple div and it should be similar to the Google search option. When the use type on key press the result …
Check the below article. Sure it will help [url]http://support.microsoft.com/kb/328347[/url]
<Script> function getFocus() { document.getElementById('ControlOFName').focus(); retunr; } </script> Add this function on body onload event Thanks, Mahendra Vishwanath Billa --------------------------------------------------------------- Please mark the thread as Solved if it satifies your requirements.
Use Frames Instead of DIV Solutions: On the same page, lets assume you have the two frames. First Frame: Display the Menus Second Frame: Display the page you require. Thanks, Mahendra Vishwanath Billa --------------------------------------------------------------- Please mark the thread as Solved if satifies your requirements.
[url]http://www.codeproject.com/KB/applications/tcdoom_webtimer.aspx[/url] Please check the above site. Hope it will help. Mahendra Vishwanath Billa --------------------------------------------------------------- Please mark the thread as Solved if satifies your requirements.
[url]http://msdn.microsoft.com/en-gb/magazine/cc188920.aspx[/url] Hope this will help you
Code seems to be fine. Check that you are properly refering to the cell you needed. One more thing if possible, write the statement into Switch Case statement. this suits much in this condition.
In case "OK" is clicked then return true else when "Cancel" is clicked then return false which will not submit your page and the row will not get deleted.
Check with the below syntax Dim str As String = "insert into Registration(AccountNum, ContactPerson , FaxNum, City, Poskod,Address,EmailAdd,H/Pnum,State) values ('" &TextBox1.Text& "','" &TextBox2.Text& "','" &TextBox3.Text& "','" &TextBox4.Text& "','" &TextBox5.Text& "','" &TextBox6.Text& "','" &TextBox7.Text& "','" & TextBox8.Text & "','" & TextBox9.Text & "')"
The End.
mahendrabilla