Forum: VB.NET Jan 29th, 2009 |
| Replies: 5 Views: 780 Try to following links. I hope it will help u.
http://www.programmingtutorials.com/vbnet.aspx
http://www.java2s.com/Code/VB/CatalogVB.htm
... |
Forum: ASP.NET Jan 16th, 2009 |
| Replies: 2 Views: 552 Try this links
http://faqfront.com/document/sql-server-session-state
http://en.csharp-online.net/ASP.NET_State_Management%E2%80%94Storing_Session_State_out_of_Process
... |
Forum: Visual Basic 4 / 5 / 6 Jan 15th, 2009 |
| Replies: 2 Views: 434 http://www.daniweb.com/forums/thread117895.html |
Forum: VB.NET Jan 15th, 2009 |
| Replies: 2 Views: 616 Hope it will help you.
http://aspalliance.com/1479_Using_XSLT_to_Transform_XML_Using_ASPNET.all
http://www.geekinterview.com/question_details/44257 |
Forum: VB.NET Jan 13th, 2009 |
| Replies: 2 Views: 1,032 hope it will help you
http://vbdotnetforum.com/index.php?showtopic=1022 |
Forum: VB.NET Jan 13th, 2009 |
| Replies: 4 Views: 7,904 http://www.vbdotnetheaven.com/UploadFile/krishnajina/CrystalReportwithXmlInVB11102005001552AM/CrystalReportwithXmlInVB.aspx |
Forum: ASP.NET Jan 1st, 2009 |
| Replies: 9 Views: 3,324 hope it will help you.
http://www.15seconds.com/issue/060323.htm
http://www.c-sharpcorner.com/UploadFile/raj1979/GridViewExample11232008075052AM/GridViewExample.aspx |
Forum: Visual Basic 4 / 5 / 6 Dec 23rd, 2008 |
| Replies: 2 Views: 442 In Form1
Private Sub CustemersList_DblClick()
Form2.Comand1_Click()
End Sub
In Form2
Public Sub Command1_Click()
'Your Code Here
End Sub |
Forum: ASP.NET Dec 22nd, 2008 |
| Replies: 3 Views: 668 http://en.wikibooks.org/wiki/Active_Server_Pages/Differences_between_ASP_3.0_and_ASP.NET
http://www.techiwarehouse.com/cms/engine.php?page_id=61d8b135
http://www.tutorial-web.com/asp.net/
... |
Forum: VB.NET Dec 22nd, 2008 |
| Replies: 4 Views: 736 http://www.devasp.net/net/articles/display/265.html |
Forum: ASP.NET Dec 22nd, 2008 |
| Replies: 4 Views: 869 Try this following links. Hope it will help you.
http://www.beansoftware.com/asp.net-tutorials/generating-excel-reports.aspx
... |
Forum: VB.NET Dec 17th, 2008 |
| Replies: 3 Views: 3,382 Try this :
Go to Control Panel >>>> Regional Options >>> Numbers and change the "Digit Grouping" like 12,34,56,789 then OK
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As... |
Forum: MS SQL Dec 11th, 2008 |
| Replies: 2 Views: 3,061 try this
SELECT Tel_H_Code + ' ' + Tel_H AS Tel_H
FROM Detailed_List |
Forum: VB.NET Dec 4th, 2008 |
| Replies: 1 Views: 777 see the links.
http://www.codeproject.com/KB/vb/VB2005_SMTP_EMail.aspx
http://www.aspnettutorials.com/tutorials/email/email-aspnet2-vb.aspx |
Forum: VB.NET Dec 4th, 2008 |
| Replies: 2 Views: 860 http://www.c-sharpcorner.com/UploadFile/mamtam/AddandRetrieveImages09232005080918AM/AddandRetrieveImages.aspx
... |
Forum: Visual Basic 4 / 5 / 6 Dec 4th, 2008 |
| Replies: 2 Views: 453 u can use Hierarchical FlexGrid or FlexGrid control to display the data.
See the following link for example.
http://kbalertz.com/223073/MSHFlexGrid-Invalid.aspx |
Forum: VB.NET Dec 4th, 2008 |
| Replies: 3 Views: 882 See the following links. Hope it will help you.
http://systems.bus.ucf.edu/lwest/courses/4212/lessons/reports.htm
... |
Forum: Visual Basic 4 / 5 / 6 Dec 3rd, 2008 |
| Replies: 2 Views: 818 see the following link
http://forum.cheatengine.org/viewtopic.php?p=2018703
http://vbcity.com/forums/faq.asp?fid=6&cat=Forms |
Forum: ASP.NET Dec 3rd, 2008 |
| Replies: 12 Views: 4,365 hope it will help u.
http://www.dotnetcurry.com/ShowArticle.aspx?ID=109&AspxAutoDetectCookieSupport=1
http://www.codeproject.com/KB/aspnet/ASPXFILES.aspx |
Forum: ASP.NET Dec 3rd, 2008 |
| Replies: 2 Views: 596 http://www.aspnettutorials.com/tutorials/database/db-repeater-aspnet2-vb.aspx
http://www.devasp.net/net/articles/display/663.html |
Forum: VB.NET Dec 3rd, 2008 |
| Replies: 5 Views: 1,950 Hope it will help u.
http://www.aspnettutorials.com/tutorials/database/Save-Img-ToDB-VB.aspx
http://forums.asp.net/p/739822/996518.aspx |
Forum: ASP.NET Dec 3rd, 2008 |
| Replies: 10 Views: 973 see the link
http://www.west-wind.com/WebLog/posts/1646.aspx |
Forum: VB.NET Dec 3rd, 2008 |
| Replies: 3 Views: 2,316 Hope it will help you.
http://www.tek-tips.com/faqs.cfm?fid=3940 |
Forum: VB.NET Nov 25th, 2008 |
| Replies: 5 Views: 1,287 Public Class Form1
Dim firstchoice As Double
Dim secondchoice As Double
Dim buttonnumber As Integer
Dim HasCalcDone As Boolean
Protected Sub Button1_Click(ByVal sender As... |
Forum: VB.NET Nov 21st, 2008 |
| Replies: 3 Views: 739 http://www.go4expert.com/forums/showthread.php?p=37348
http://www.dreamincode.net/forums/showtopic70247.htm |
Forum: Visual Basic 4 / 5 / 6 Nov 21st, 2008 |
| Replies: 1 Views: 781 http://vbcity.com/forums/topic.asp?tid=64171
http://stackoverflow.com/questions/229404/ignored-columns-using-vb6-to-extract-from-excel |
Forum: ASP.NET Nov 21st, 2008 |
| Replies: 1 Views: 696 See the following links. I hope it will help u.
http://www.codeproject.com/KB/aspnet/webconfig.aspx
http://www.asp.net/Learn/data-access/tutorial-73-vb.aspx
... |
Forum: VB.NET Nov 21st, 2008 |
| Replies: 1 Views: 2,041 http://www.codeproject.com/KB/aspnet/HTML2PDF.aspx |
Forum: ASP.NET Nov 21st, 2008 |
| Replies: 2 Views: 654 http://msdn.microsoft.com/en-us/library/bb426882.aspx |
Forum: VB.NET Nov 21st, 2008 |
| Replies: 7 Views: 1,476 SELECT DISTINCT(MobileNumber), COUNT(MobileNumber) AS RecordCount FROM MobileTable GROUP BY MobileNumber |
Forum: Visual Basic 4 / 5 / 6 Nov 21st, 2008 |
| Replies: 1 Views: 1,090 http://www.a1vbcode.com/snippet-4135.asp
http://www.developerfusion.com/forum/thread/28348/
http://www.eggheadcafe.com/community/aspnet/8/10009179/set-parameter-values-to-c.aspx
I hope it... |
Forum: VB.NET Nov 21st, 2008 |
| Replies: 1 Views: 619 http://www.vbdotnetforums.com/xml/29163-how-transform-xml-file-text-file-using-visual-basic-net.html |
Forum: VB.NET Nov 21st, 2008 |
| Replies: 5 Views: 3,368 hi
see the following links. I hope it will help u.
http://www.codeproject.com/KB/books/0764549146_8.aspx
http://www.codeproject.com/KB/recipes/IE7_Clone_VS2005_Browser.aspx |
Forum: MS SQL Nov 21st, 2008 |
| Replies: 2 Views: 753 http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/sqlbackuprest.mspx
http://www.disksave.com/help/obs-user-guide-oem.1.11.html |
Forum: Visual Basic 4 / 5 / 6 Nov 20th, 2008 |
| Replies: 9 Views: 2,628 u can also use CheckedListBox control.
see the following link. I hope it will help u.
http://msdn.microsoft.com/en-us/library/2yc9d57t.aspx |
Forum: ASP.NET Nov 20th, 2008 |
| Replies: 3 Views: 523 See the following links. Hope it will help u.
http://www.codeproject.com/KB/aspnet/EmailApplication.aspx
http://www.learnxpress.com/modules/contents/channels/prog_aspnet_2_email.aspx
... |
Forum: ASP.NET Nov 20th, 2008 |
| Replies: 4 Views: 900 try this :
Response.Write("<script>alert('Hello')</script>");
also see the following link
http://weblogs.asp.net/bleroy/archive/2005/12/01/432016.aspx |
Forum: MS SQL Nov 20th, 2008 |
| Replies: 2 Views: 2,369 here's the link for Java Database Connectivity.
http://www.java-tips.org/other-api-tips/jdbc/how-to-connect-microsoft-sql-server-using-jdbc.html
... |
Forum: VB.NET Nov 20th, 2008 |
| Replies: 4 Views: 3,972 See the following links. Hope it will help u.
http://www.codeproject.com/KB/web-image/PicManager.aspx
... |
Forum: VB.NET Nov 20th, 2008 |
| Replies: 11 Views: 18,197 http://www.go4expert.com/forums/showthread.php?t=8601
hope it will help u. |