537 Posted Topics

Member Avatar for sonia sardana
Member Avatar for ABDUL HAYEE

Hi there. Try adding this to your connection string as follows: [COLOR="Red"]FROM [/COLOR] [CODE] Dim con As New SqlConnection(System.Configuration. ConfigurationManager.AppSettings("Zeedb")) [/CODE] [COLOR="Green"]TO[/COLOR] [CODE] string con = (string) ConfigurationSettings.AppSettings["Zeedb"]; SqlConnection con= new SqlConnection(ConnectionString); [/CODE] I hope this helps, however I can make no promises as VB is not a language I …

Member Avatar for sierrainfo
0
61
Member Avatar for manzoor

I do not know the exact answer to your query (never used gwbasic) but I believe the answer may lie here: [QUOTE][url]http://www.o-bizz.de/qbtuts/gw-train/index.htm#6.3[/url][/QUOTE] Try searching the document for "line", I found lots of hits. Hope this helps you.

Member Avatar for majestic0110
0
130
Member Avatar for zoepiglet

What is the exact problem, does your laptop not turn on or will it not boot ?

Member Avatar for majestic0110
0
82
Member Avatar for The Dude

Well I am the guy who thought that the lead balloon would take off. [I]edit[/I] Sorry about that ^ lol

Member Avatar for jephthah
0
264
Member Avatar for majestic0110

As the title suggests! Not being nosey just wondered what you all might say! I shall submit mine once I have decided ...

Member Avatar for sneekula
0
263
Member Avatar for linux

I have to say I prefer it on the left although I do agree it will take some getting used to.

Member Avatar for linux
0
51
Member Avatar for etc123

Yeah really bad title etc123. Offensive to a lot of people I should expect.

Member Avatar for jephthah
0
167
Member Avatar for sowmyask

So what you need to do is read an XML file, and grab its contents ? [QUOTE][url]http://www.developer.com/net/csharp/article.php/3489611[/url][/QUOTE] There you go, hope this helps !

Member Avatar for ruinedpheonix
0
94
Member Avatar for alpe gulay
Member Avatar for Jx_Man
0
82
Member Avatar for ayzahmd
Member Avatar for K?!
Member Avatar for K?!
0
9K
Member Avatar for islandstorm

Yes, a lot of these free tools are unworthy as you'll end up with a scrambled data restore.

Member Avatar for sittas87
0
92
Member Avatar for mythi
Member Avatar for manikandanpk

Hi there Mani and welcome to DaniWeb. I didn't know the answer to your question so I have spent some time googling for it. I believe that you may find what you require here : [QUOTE][url]http://www.vbdotnetheaven.com/UploadFile/crausch/Assemblies04112005042234AM/Assemblies.aspx[/url][/QUOTE] Look at [B]Creating a Shared Assembly[/B] (almost halfway down the page) I believe your …

Member Avatar for majestic0110
0
152
Member Avatar for Traicey

Hi there Traicey :) Give this a try: [CODE]string x = ""; int parsex = Int32.Parse(x); [/CODE] Or [CODE]string x = ""; int ConvertedIx = Convert.ToInt32(x);[/CODE] Hope this helps!

Member Avatar for majestic0110
0
134
Member Avatar for brightline

Hi there BrightLine here are a few suggestions: [QUOTE][url]http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=139178&SiteID=1[/url][/QUOTE] Also, ensure there is no firewall blocking the connection(port 80 normally). Are you trying to send out mail? Also make sure you use "localhost" instead of your ACTUAL machine name. Hope this is of help.

Member Avatar for majestic0110
0
97
Member Avatar for Samjonz

Hi there Samjonz, I have been doing some research for you and found this page you will be interested in : [QUOTE][url]http://blogs.msdn.com/danmor/archive/2006/11/15/refresh-that-ad-without-refreshing-the-page-with-asp-net-ajax-and-adrotator-control.aspx[/url][/QUOTE] The key part is : [CODE]<asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> <asp:Timer ID="TimerControl1" runat="server" Interval="5000"></asp:Timer> <asp:AdRotator ID="AdRotator1" runat="server" AdvertisementFile="~/ads.xml" /> </ContentTemplate> </asp:UpdatePanel> [/CODE] Hope this helps you

Member Avatar for majestic0110
0
104
Member Avatar for SelArom

I have found a link which may be of some use to you SelArom: [QUOTE][url]http://www.w3schools.com/ASPNET/aspnet_repeater.asp[/url][/QUOTE] Some of the W3Schools tutorials are very good and this is an example of such! Good luck and hope this helps!

Member Avatar for majestic0110
0
345
Member Avatar for mythi

Hi Mythi and welcome! I have found some links that may assist you: [QUOTE][url]http://www.ondotnet.com/pub/a/dotnet/2003/01/06/formsauthp1.html[/url][/QUOTE] [QUOTE][url]http://weblogs.asp.net/scottgu/archive/2005/10/18/427754.aspx[/url][/QUOTE] These links detail 2 approaches to creating your login page. Arguably the second link's tutorial is simpler and provides a quicker solution. Hope this helps and good luck!

Member Avatar for mythi
0
72
Member Avatar for ayomide_aluko

Good advice again there Jerry, I fully recommend "head first c#" it is a very well written book and packed with problem solving techniques and walkthroughs. You also get to build a simple graphical game with what you have learnt (the code is not in the book-you have to build …

Member Avatar for Jx_Man
0
88
Member Avatar for jbennet

As of yet no (to be honest have not heard of it) what is it? I know what a micronation is and presume that micronation simulation is similar to sim city but on a micronation scale. Am I correct in thinking this?

Member Avatar for jephthah
0
43
Member Avatar for toton

Hi there Toton, what you require is a tutorial on state management. Try googling this as there are thousands out there. To get you started I have found one which I believe suits your problem well : [QUOTE][url]http://www.dotnetheaven.com/UploadFile/mahesh/BrowserCookies05102005031415AM/BrowserCookies.aspx?ArticleID=735604d7-71c6-41ab-a32e-d7169c3cce78[/url][/QUOTE] Hope this helps :)

Member Avatar for majestic0110
0
102
Member Avatar for hemeda3
Member Avatar for CasTex

I have been there, absolutely wonderful. An awful lot of touristy things to do - excellent! Plus the pubs/restaurants are cheap but of high quality. I would recommend 2 week stay if possible, if you like to visit tourist attractions and culture you will need two weeks! As grimjack stated …

Member Avatar for majestic0110
0
71
Member Avatar for bala24
Member Avatar for majestic0110
0
68
Member Avatar for plusplus

I fully recommend that you visit : [QUOTE][url]http://www.learnvisualstudio.net/[/url][/QUOTE] It has some excellent tutorials on VB and ASP.NET 2.0 and visual studio. If you get stuck don't hesitate to post a new thread, we will be happy to help. Hope this helps!

Member Avatar for majestic0110
0
131
Member Avatar for sudhakary_rao

Hi there, you can try this: [CODE=C#]MyListbox.Attributes["onclick"] = "window.open(...);"[/CODE] or... [CODE=C#]<asp: listbox ID="MyListBox" runat="server" OnClientClick="window.open(...);" />[/CODE] hope that helps you. Here is a very useful site: [URL="http://www.gridviewguy.com/ArticleDetails.aspx?articleID=36_Asp.net_Frequently_asked_Questions"]http://www.gridviewguy.com/ArticleDetails.aspx?articleID=36_Asp.net_Frequently_asked_Questions[/URL]

Member Avatar for majestic0110
0
312
Member Avatar for sonia sardana

I am not entirely sure if this will work as I am not experienced in VB at all (or combo boxes for that matter!): Try changing this line: [CODE]combobox2.items.add(value)[/CODE] To this: [CODE]comboBox1.Items.Add(new Item(value));[/CODE] This idea came as a result of some searches on google I made. Here is the original …

Member Avatar for majestic0110
0
109
Member Avatar for majestic0110

Hi all hope you are well. I am interested in a quick method (besides cut 'n' paste) of extracting my command history from a putty session (Linux version Red Hat Enterprise Linux ES release 3 (Taroon Update 9)) to a windows text file. Any ideas on that? Thanks for your …

Member Avatar for majestic0110
0
198
Member Avatar for yaninea

Hi there Yaninea, and welcome to DaniWeb. I believe a valuable member has already provided a great solution to this problem a month back. Check this out : [URL="http://www.daniweb.com/forums/thread118395.html"]http://www.daniweb.com/forums/thread118395.html[/URL] Hope this helps you out.

Member Avatar for JerryShaw
0
123
Member Avatar for Nithya.G

Hi there, here is an approach: [URL="http://www.daniweb.com/forums/thread73422.html"]http://www.daniweb.com/forums/thread73422.html[/URL] With regards to incrementing the ID - what is the ID an Integer? if so you could use a counter and increment that once a node is added.

Member Avatar for majestic0110
0
276
Member Avatar for evios
Member Avatar for evios
0
135
Member Avatar for maui_mallard
Member Avatar for ardeezstyle

I see you have got that from W3schools hehe I am not sure why it is not working will investigate and get back to you when I can...

Member Avatar for majestic0110
0
237
Member Avatar for dheeraj mittal

Hi there and welcome to DaniWeb! I think you may find the answer here: [URL="http://www.msnewsgroups.net/group/microsoft.public.dotnet.languages.csharp/topic34774.aspx"]http://www.msnewsgroups.net/group/microsoft.public.dotnet.languages.csharp/topic34774.aspx[/URL] Hope this helps you out!

Member Avatar for majestic0110
0
156
Member Avatar for Traicey
Re: ASP

It really depends on your level of experience with each to be honest. Which are you most proficient with>

Member Avatar for majestic0110
0
141
Member Avatar for DangerDev
Member Avatar for sandip250382

Sandip I have replied to your thread: [URL="http://www.daniweb.com/forums/thread123179.html"]http://www.daniweb.com/forums/thread123179.html[/URL] In the C# forum.

Member Avatar for majestic0110
0
75
Member Avatar for sandip250382

Here is one approach: [CODE=C#]public void btnDownload_Click(object source, EventArgs e) { Response.Redirect("url_to_the_file_you_want"); } [/CODE] Although this will OPEN a file.

Member Avatar for majestic0110
0
213
Member Avatar for nandhinijp

I would be glad to help you but can you say that in other words - didn't quite get it lol what do you mean you want to use login page? do you mean you want to navigate to the login page ?

Member Avatar for nandhinijp
0
85
Member Avatar for ardeezstyle

I am not 100% sure about this (I havent read the whole article) but I believe this may help: [URL="http://asp.dotnetheaven.com/aspnet/doc/profile/default.aspx"]http://asp.dotnetheaven.com/aspnet/doc/profile/default.aspx[/URL] Read the article and focus on 'Migrating Anonymous Profiles to Authenticated Profiles'. I think thats where your answer lies...

Member Avatar for majestic0110
0
77
Member Avatar for ardeezstyle

Are you creating an ASP.NET mobile application? Here is a useful link if so: [URL="http://msdn.microsoft.com/en-us/library/aa650535(VS.71).aspx"]http://msdn.microsoft.com/en-us/library/aa650535(VS.71).aspx[/URL] Hope that helps you.

Member Avatar for majestic0110
0
55
Member Avatar for Nithya.G

Hi there check this link: [URL="http://www.w3schools.com/aspnet/aspnet_xml.asp"]http://www.w3schools.com/aspnet/aspnet_xml.asp[/URL] First you have to import the XML into a dataset, then bind the control to that dataset.HTH

Member Avatar for Nithya.G
0
76
Member Avatar for ansari.wajid

Hi there, I have found a very good tutorial on data access that may interest you: [QUOTE][url]http://www.asp.net/Learn/data-access/tutorial-52-vb.aspx[/url][/QUOTE] I hope this helps!

Member Avatar for ansari.wajid
0
94
Member Avatar for Prabakar

I cannot make much sense out of that code. Someone enlighten us lol!

Member Avatar for Prabakar
0
156
Member Avatar for WalkmanXD

I believe that if you want to create objects at runtime you need the reflection api, although I am not certain of this. With regards to JME I am unsure of whether it uses the GC but my guess would be yes. A VM knows when an object is dead …

Member Avatar for majestic0110
0
178
Member Avatar for kaushik259106

Judging that you are from a java background I might recommend that you use C# as your code behind to an ASP.NET 2.0 web site. This is beacuse C# and java have very similar syntax and you can apply object oriented principles you may know in Java to C#. Here …

Member Avatar for kaushik259106
0
163
Member Avatar for sudhakary_rao

Hi there and welcome to DaniWeb! Heres a link that has a tutorial on building a chat application using AJAX. Hope this helps! [URL="http://www.ajaxprojects.com/ajax/tutorialdetails.php?itemid=252"]http://www.ajaxprojects.com/ajax/tutorialdetails.php?itemid=252[/URL]

Member Avatar for majestic0110
0
38
Member Avatar for brightline

Hi I think this may help: [QUOTE][I]TreeView1[/I].SelectedNode.Selected = false;[/QUOTE] I found this here:[URL="http://www.netnewsgroups.net/group/microsoft.public.dotnet.framework.aspnet/topic25282.aspx"]http://www.netnewsgroups.net/group/microsoft.public.dotnet.framework.aspnet/topic25282.aspx[/URL]

Member Avatar for majestic0110
0
91

The End.