440 Posted Topics

Member Avatar for gcc777

[quote] Objective: Run sub after leaving combobox. Problem: Lostfocus & Enter - does not hold combobox value when leaving field Leave - Works if value is in grid, otherwise no ValueChanged - works the best, but fires every time, Tab key will pull first row when value in combo is …

Member Avatar for arjunsasidharan
0
182
Member Avatar for Paladine

Ever had the issue where you couldn't find where a program that loads at windows startup resided. You check the startup folder and nothing... well this is a beauty of a program I suggest every windows user have. http://www.mlin.net/StartupCPL.shtml

Member Avatar for Webvicious
0
357
Member Avatar for computer_freak2

With your existing hardware, and not additional purchases. I would split the drive in two. Main Partition for Windows and Software, and the second partion for data/my documents/downloads/music. Otherwise, unless you want to spend some cash or have an equally fast HD sitting around for the swap file to be …

Member Avatar for dcc
0
169
Member Avatar for marijana

Are you getting an error message? Or is the report just not loading? have you step through the code to see what is being passed? Has the location of the report changed from where it resided in the Windows 2000 case? i.e. the exactly UNC lcoation.

Member Avatar for cybeh
0
279
Member Avatar for Paladine

Anyone know of a real time message board, or mIRC type thing for linux? I am running RedHat Linux 7.2 Thanks...

Member Avatar for jbennet
0
221
Member Avatar for snufse

Consider: [b]OLE DB Provider for AS/400 and VSAM (from Microsoft)[/b] [code] oConn.Open "Provider=SNAOLEDB;" & _ "Data source=myAS400;" & _ "User Id=myUsername;" & _ "Password=myPassword" [/code] For more information, see: ConnectionString Property To view Microsoft KB articles related to OLE DB Provider for AS/400 and VSAM Or [b]OLE DB Provider for …

Member Avatar for amolasu
0
184
Member Avatar for pezz18

Need a few more details. Is Service Manager Running in the Taskbar? Is the service running like Techmaven stated? How are you trying to log in / connect to the server? What is exact message of the error?

Member Avatar for harshakaundinya
0
98
Member Avatar for Paladine

Just a note, I was surfing the TV (satellite) the other night and ran accross a channel I had never seen before called TechTV and there was a recorded presentation done in Toronto, Canada by a .NET developer. Anyhow, it was rather informative, I gathered some interesting info from it, …

Member Avatar for vuyiswamb
0
196
Member Avatar for omnis

Since I am not at home, but at work which has limited resources, I hope this helps till I get chance to look at this problem more closely. Here is a some links to passing values around with Javascript that may help! [LINK 1](http://developer.irt.org/script/480.htm) [LINK 2](http://developer.irt.org/script/913.htm) :cool:

Member Avatar for f1 fan
0
228
Member Avatar for Joycelyn

The error states Object not declared.... On Line 41 and Char 3. Where is that in your code? Provide the text from the error message you took a screen shot of, this will help us narrow things down. Just as an FYI for future postings of code, the region of …

Member Avatar for f1 fan
0
235
Member Avatar for pravly

[url=http://www.vbdotnetheaven.com/Uploadfile/mahesh/IntroductionToGDI04202005001743AM/IntroductionToGDI.aspx]See Here[/url] If you have code for a button click to create the drawing, you should be able to port that code over to the Page_Load event (with some modification). If you have that code, provide a sample of it and we can assist you in the porting over to …

Member Avatar for bikash123
0
116
Member Avatar for Paladine

Firstly: Generally what are some good programs to use for web graphic design? Paintshop pro? Etc? :?: Secondly: Dani what did you use to create the Techtalk logo ? Very nice by the way. :p

Member Avatar for MidiMagic
0
603
Member Avatar for ramareddy_dotne

Just copy the entire project folder to your other computer, insuring that you grab the solution file for that application/project. Then use the solution file to load the application into your visual studio environment. Assuming you are using visual studio? Query: Is your company using Visual Safesource?? Hope this helps …

Member Avatar for iqbal_2378
0
222
Member Avatar for dru987

To answer your question: Yes, you can, and here is how: Your ID is how you use the object in the codebehind. So something like if activate = false then ... ' Do something end if BUT! I am finding this to be an issue with all new coders, and …

Member Avatar for venky_001
0
285
Member Avatar for ClevelandMark

You are correct in your logic approach for finding the same value.. which can be done various ways, depending on your method of populating the datagrid. But it is what works for your needs. My question is about one question you asked: [i]" Once I find the first instance of …

Member Avatar for ClevelandMark
0
92
Member Avatar for libin

[quote=jmw;294424]not sure what the issue is you need help with but from past experience with barcode readers it might be helpful for you to just think of the barcode reader as an extension of your keyboard. As long as you have a textbox with focus available to accept input the …

Member Avatar for Paladine
-1
111
Member Avatar for michael.ngobeni

[quote=michael.ngobeni;291770]Hi Guys, I have an aspx page called Main.aspx which has several text boxes and a button. When I click on this button, it opens up a popup window called SubMain.aspx I want to drag and drop those text boxes from the Main.aspx page to this new popup window. Is …

Member Avatar for Paladine
0
194
Member Avatar for rgambhir

Could you not test in a logic statement if the row count is not > 0 than ignore?

Member Avatar for web_developer
0
1K
Member Avatar for jcf

Have you doulbe checked your "alias" names for the columns you are populating. One thing to also do is the use the GetChanges() method of the dataadpter to see if you are getting the row(s) you added returned.

Member Avatar for user23490234
0
105
Member Avatar for w_3rabi

Couple of questions: What framework are you running for IIS? Is the directory of the application a Virtual Directory? Do other ASP.NET application have the same problem? (i.e. a simple Hello World app?)

Member Avatar for w_3rabi
0
98
Member Avatar for InmatesGirl

You got that right CaperJack! 98 Is not of any use. I would go with reader's suggestion. Most likely to solve the problem. Let us know of your result Inmatesgirl!

Member Avatar for raybay
0
156
Member Avatar for llohl
Member Avatar for amithasija

[COLOR=#0000ff]<[/COLOR][COLOR=#800000]appSettings[/COLOR][COLOR=#0000ff]/> <[/COLOR][COLOR=#800000]connectionStrings[/COLOR][COLOR=#0000ff]> <[/COLOR][COLOR=#800000]add [/COLOR][COLOR=#ff0000]name[/COLOR][COLOR=#0000ff]=[/COLOR]"[COLOR=#0000ff]pubsConnectionString1[/COLOR]" [COLOR=#ff0000]connectionString[/COLOR][COLOR=#0000ff]=[/COLOR]"[COLOR=#0000ff]Data Source=P4C800E\SQLEXPRESS;Initial Catalog=pubs;Integrated Security=True[/COLOR]" [COLOR=#ff0000]providerName[/COLOR][COLOR=#0000ff]=[/COLOR]"[COLOR=#0000ff]System.Data.SqlClient[/COLOR]" [COLOR=#0000ff]/> </[/COLOR][COLOR=#800000]connectionStrings[/COLOR][COLOR=#0000ff]>[/COLOR]

Member Avatar for Paladine
0
124
Member Avatar for sravankolla
Member Avatar for upstateny11

Just out of curiosity, are you using Internet Explorer? If so make sure these settings are set : (assuimg Windows XP) Control Panel --> Internet Options --> Connections tab --> LAN settings button, and the Automatic Detect Configuration Check box is checked. What maybe happening is your browser is looking …

Member Avatar for Cooch69
0
461
Member Avatar for Paladine

[B]Issue:[/B] In Games (only, never windows itself) the system will get into a sound loop or video flicker loop and lock up completely. CTRL+ALT+DEL isn't even a possibility, must use reset button. [U]The system just seems to hang/lock up in games like City of Heros, City of Villains, NFS:Most Wanted, …

Member Avatar for jbennet
0
111
Member Avatar for j1979c

[URL="http://sqlserver2000.databases.aspfaq.com/what-are-reserved-access-odbc-and-sql-server-keywords.html"]Here is a link..[/URL] NOTE: Access is not inclusive of the JET engine. So for a full comprehensive list you have to consider the JET engine keywords

Member Avatar for j1979c
0
103
Member Avatar for danae

[quote=danae;261671]Uh, actually it is hard for me to describe my mistake without showing you the entire thing. I actually need to concatenate the sql with another sql statement, like this one [code]mstrSql = mstrSql & " where staffID like '%" & txtStaffID.Text.Trim() & "%' "[/code] where [code]mstrSql = "Select * …

Member Avatar for Paladine
0
1K
Member Avatar for bluedos82

B.Sc. in Pharmacy & Pharmaceutical Sciences, Honors in Computer Systems Technology. By next fall I plan to have my Certification for Asthma Educator, and Diabetes Educator.

Member Avatar for MIGSoft
0
577
Member Avatar for KikinO

[quote=campkev]I don't know where to begin. You are doing your final year project in a language you have no experience in? Either you are insane or your school is. Beyond that, you give us very little information to help you with. What kind of database are you using? What have …

Member Avatar for Blah Blah
0
126
Member Avatar for johnangxun

Question 1: [b]Can I redirect to the another file name? Yes, [/b]by changing the default page settings in/under IIS Question 2: But after I do the login and success, it will pop to the default.aspx. Can I redirect to the webpage where i original requested. I am not sure what …

Member Avatar for Bharati Krishna
0
254
Member Avatar for infinity4ever

Patience! Also, we are not here to do your work for you, the general edicate here is to state the question / problem and provide the work you have tried to to solve it but have been unsuccessful. Saying that here is some sample code that may help you at …

Member Avatar for infinity4ever
0
94
Member Avatar for aish

Do a count of the number of ListItems, and then store that in a variable and add [b]1[/b] and then add your last value = Other example: nCount = {count of the number of item entries in the dropdownlist} cboName.Items.Insert(nCount + 1,new ListItem("OTHER","0")); Hope this helps

Member Avatar for ChimpusDupus
0
149
Member Avatar for Munoz

[COLOR=red][COLOR=Black]Let see if this helps... Try visiting [URL="http://www.w3schools.com/sql/default.asp"][COLOR=Navy][URL="http://www.daniweb.com/techtalkforums/"]http://www.w3schools.com/sql/default.asp[/URL][/COLOR][/URL] A very free site with good intro tutorial on SQL. Saying that here is the issue: [/COLOR]string[/COLOR][COLOR=red] sqlString = "Edit MWSaveBerto SET FileName='"+[/COLOR] [COLOR=red]SiteA.Text+"' WHERE FileName='"+ fName +"'"; [COLOR=Black]You are using Edit, which is not and SQL keyword, you should replace Edit …

Member Avatar for Paladine
0
160
Member Avatar for blacklocist

The reason it is Null is this : [code] dsExcel.Clear(); [/code] You are clearing the Dataset, i.e. making it empty, and then updating it. That is why it would read NULL Example of SQLCommandBuilder [code] [COLOR=#0000ff]public static [/COLOR]DataSet SelectSqlSrvRows([COLOR=#0000ff]string [/COLOR]myConnection, [COLOR=#0000ff]string [/COLOR]mySelectQuery, [COLOR=#0000ff]string [/COLOR]myTableName) { SqlConnection myConn = [COLOR=#0000ff]new [/COLOR]SqlConnection(myConnection); …

Member Avatar for Paladine
0
198
Member Avatar for Fenerbahce

Are you wanted the Number from your select statement criteria? Because if the is the case then simply put: [code] [COLOR=Navy]label1[/COLOR].[COLOR=Navy]text [/COLOR]= [COLOR=Black]kisiler[/COLOR].[COLOR=Navy]GetValue[/COLOR](0) ' Where 0 represents the first colum or ' ordinal position in the dataset returned by the reader. ' Columns are 0 based in SQL [/code] FYI …

Member Avatar for Fenerbahce
0
107
Member Avatar for Techno_dame

This may sound strange, but have you reinstalled Web Matrix and what version of .Net framework are you running? Have you reinstalled the .Net framework?

Member Avatar for Paladine
0
229
Member Avatar for infinity4ever

What you are doing is still not correct. You are passing a Select Command Object a Create Table Statement and then trying to fill a dataset (a SELECT query result set, which you are not doing) with the result. There is logically no reason you should ever create a table …

Member Avatar for infinity4ever
0
297
Member Avatar for infinity4ever

In the ASP.NET page do something like this (Assuming your data entry for date is a calendar).. it is the principle / logic here that matters.. not the methods [code] Session("Date") = Calendar1.Selected + " " + DateAndTime.TimeOfDay '.... '.... cmd.commandText = "UPDATE tblName " _ SET dtm_column = CAST('" …

Member Avatar for infinity4ever
0
144
Member Avatar for Paladine

Hey folks, just curious on your take on this perplexing issue I am having! I have the money to buy a new system. PC or iMac. Now I have never given Apple computers much credit, as I have always been a dabbler in pc programming, and more so a gamer. …

Member Avatar for 'Stein
0
444
Member Avatar for Itpon

[quote=campkev]what os is your pc running on and do you have iis running on it?[/quote] The theme denotes Windows XP campkev. An issue like this, doesn't always require Install and reinstall of IIS, but rather a reinstall of .NET framework. But glad you figured it out.

Member Avatar for Paladine
0
154
Member Avatar for grajeshmsc

Agreed. What is the issue exactly? Have you verified the security access on the IIS of your client machine? Security, and permissions are usually the first thing to consider.

Member Avatar for Paladine
0
196
Member Avatar for kirankumarreddy

Please provide more details. Innately you can edit an SQL statement inside the IDE. But are you meaning when the SQL statment is in the code / code behind?

Member Avatar for Paladine
0
65
Member Avatar for Frehley

The answer is this; You have created the column (M_Aux) in the first select statement as your AS parament, but you then ask to to Select into it in the second select statement ( consnew2 variable). Not possible, as the second statment can not see the first statement. The M_Aux …

Member Avatar for Frehley
0
211
Member Avatar for infinity4ever

[quote=infinity4ever]hi all i write this code Protected Sub btnCreate_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnCreate.Click Dim SQLCreate As New SqlCommand Dim Conn As New SqlConnection Dim DA As New SqlDataAdapter Dim DS As New Data.DataSet 'Create DB SQLCreate.CommandText = "CREATE TABLE test " SQLCreate.Connection = Conn Conn.ConnectionString …

Member Avatar for campkev
0
99
Member Avatar for kamlesh

Open the Tool box, Right click on it, and Select Show all Tabs. The DateTimePicker is under Windows Forms Tab on the ToolBox Bar.

Member Avatar for Paladine
0
102
Member Avatar for Nemesis

Ok, maybe this could help. Remove the Device from [b]Device Manager[/b], also delete the files in the temp folder [i]{C:\Documents and Settings\<profile name>\temp\Local Settings\Temp}[/i], and reboot. If on reboot windows trys to have you install the drivers, click [b]cancel[/b]. Then run though [b]Add New Hardware[/b] prompts and use the driver …

Member Avatar for FIREMARK40
0
472
Member Avatar for Slade

Umm, that is a kind of a wide open question you have asked. confused: Here is some code to get you started: [code] <asp:DataList id="dlMenu" runat="server" ..... .... .... OnItemCommand="dlMenu_ItemCommand" ....> .... <ItemTemplate> <asp:LinkButton id="btnItem1" runat="server" Text='<%Container.DataItem("MenuValue1")%' CommandName="select" /></ItemTemplate> </asp:DataList> [/code] Now in the Code behind or Script Code place …

Member Avatar for LeProgrammeur
0
223
Member Avatar for gentleman4u

Same thread located here: [URL="http://www.daniweb.com/techtalkforums/post223645.html#post223645"]http://www.daniweb.com/techtalkforums/post223645.html#post223645[/URL]

Member Avatar for Paladine
0
134
Member Avatar for gentleman4u

[quote=gentleman4u]how to generate monthly basis reports and there sum plz give me complete code i know SQL query but how to use it in vb.net plz give complete refrence with code.....thanks[/quote] Hi [B]gentlement4u[/B] First off, you are not going to get code just like that. Why? Well their needs to …

Member Avatar for Paladine
0
380

The End.