Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #4K
~2K People Reached
Favorite Tags

11 Posted Topics

Member Avatar for jithusdani

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]

Member Avatar for NicheTechIns
0
649
Member Avatar for monty1972

<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>

Member Avatar for !!underlink!!
0
118
Member Avatar for mahendrabilla

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 …

Member Avatar for serkan sendur
0
65
Member Avatar for Tank50

Check the below article. Sure it will help [url]http://support.microsoft.com/kb/328347[/url]

Member Avatar for Tank50
0
113
Member Avatar for santhanalakshmi

<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.

Member Avatar for mahendrabilla
0
76
Member Avatar for rameshreddy

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.

Member Avatar for BzzBee
0
112
Member Avatar for learnerasp

[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.

Member Avatar for mahendrabilla
0
176
Member Avatar for love_dude1984

[url]http://msdn.microsoft.com/en-gb/magazine/cc188920.aspx[/url] Hope this will help you

Member Avatar for Ramy Mahrous
0
79
Member Avatar for wrathyimp

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.

Member Avatar for wrathyimp
0
120
Member Avatar for julseypart

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.

Member Avatar for mail2saion
0
157
Member Avatar for chriscross86

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 & "')"

Member Avatar for mahendrabilla
0
127

The End.