23 Discussion / Question Topics

Remove Filter
Member Avatar for ericstenson

Hi, I am receiving a stream of data (a text message) through a TCP listener. It then sends back a stream. Then the first computer (the client) sends another stream of data. Then I send back a response message. The first message is successfully received. The first response is successfully …

Member Avatar for kvprajapati
0
1K
Member Avatar for ericstenson

Hi- Does anyone have any good code to watermark an image in vb.net? I guess this would be effectively the same as overlaying a 2nd image on top of an existing image. Thanks, Eric

Member Avatar for gauravmajithia
0
146
Member Avatar for ericstenson

Hi - I was wondering if there is a way to force a postback after the FileUpload1 control has a file... Right now, people his "Browse" select the file then click another button to upload the file. I want to write code on postback to automatically write the file to …

Member Avatar for SheSaidImaPregy
0
1K
Member Avatar for ericstenson

Ok, so here is the problem. I googled this and this is a known issue, but I haven't seen any good solutions. Let's say some clicks a button in an Update Panel (VS 2008). Let's say that button results in a Server.Transfer("somepage.aspx"). It doesn't work. Server.Transfer cannot be called from …

Member Avatar for zgar
0
277
Member Avatar for ericstenson

Well, enough with match.com, jdate, eharmony (e-[B]her[/B]-[B]money[/B]), and the other so-called dating sites... who needs those with Daniweb.com? With over 200,000 active users, people *** should *** be able to make a connection here. So, I start this thread as a dating thread. Post your personal, get a reply... maybe.

Member Avatar for jephthah
0
471
Member Avatar for ericstenson

Hi this works in IE6, IE7, but not in FireFox... any ideas? [code] (On PageLoad) ImageMap1.Attributes.Add("onMouseOver", ImageMap1.ClientID & ".src='images/addpatient1.jpg'; window.status='Mouse Over'; return true;") ImageMap1.Attributes.Add("onMouseOut", ImageMap1.ClientID & ".src='images/addpatient.jpg'; window.status=' '; return true;") [/code] The rollover effect just doesn't happen in FF.... grrrrr.....

Member Avatar for a496761
0
130
Member Avatar for ericstenson

Hi- So after recently having some trouble getting some things on my VoIP box working, I was thinking that it was a real pain to find help online. Useful help, that is. And I am a master of the google search. So I was thinking.... why not create a VoIP …

Member Avatar for peter_budo
0
106
Member Avatar for ericstenson

Hi - This is really annoying. For some reason, the Find & Replace window no longer displays in VS2005. It seems to be locked in the toolbar. Any ideas on how to get the window back?! Thanks, Eric

Member Avatar for majestic0110
0
118
Member Avatar for ericstenson

Hi - I am not sure if this is the right place, but does anyone have any favorite .NET controls or add-ins that they find helpful for web design? Just curious what people are using.

0
75
Member Avatar for ericstenson

Hi - At the top of my page, let's say I declare a variable by Shared D1 as String Then in different functions/routines throughout the page I write and read the value of the string. This works just fine. The problem is, let's say the user closes the browser and …

Member Avatar for ericstenson
0
87
Member Avatar for ericstenson

Is there a difference in handling between Session.Add("SOMETHING","somevalue") and Context.Items.Add("SOMETHING","somevalue")?

Member Avatar for munr
0
222
Member Avatar for ericstenson

Hi- Here is my question. People, where I work, friends of mine, other programmers, etc. are always talking about "best practices" in application design. Specifically, people are taught/told to minimize the number of SQL queries sent. Now, here is the thing, I am personally under the impression that it doesn't …

Member Avatar for ericstenson
0
105
Member Avatar for ericstenson

Hi - In Visual Studio 2005, when one drew a table, the cell height was "auto" and if it didn't contain anything, it wouldn't show. One could then manually set a cell height if one was so inclined. It seems in Visual Studio 2008 all of the cells have a …

Member Avatar for majestic0110
0
103
Member Avatar for ericstenson

Hi, I was wondering if anyone has the solution to this. Let's say I have a dropdownlist. And if a particular value of that dropdownlist is selected, I display a textbox. So I set the dropdownlist to cause a postback event, and on the pageload (when postback), i check to …

Member Avatar for ericstenson
0
100
Member Avatar for ericstenson

In classic ASP there is a recordset. In VB.NET is there the same functionality, or must one load the data into a datatable and fill the table with a dataadapter? Thanks, Eric

Member Avatar for SheSaidImaPregy
0
142
Member Avatar for ericstenson

Hi, I have an old .DBF foxpro database I am trying to connect to. I can read the database with the new visual fox pro driver, but I cannot write to it (via insert command). Any suggestions?

0
82
Member Avatar for ericstenson

Hi - Wondering if anyone has built any .net apps (standard windows, not necessarily web apps) that connect to a Filemaker .dbf database. It doesn't seem to be a standard dbase file. Any help appreciated.

Member Avatar for ericstenson
0
85
Member Avatar for ericstenson

My project file is getting quite large. Is it possible to set some option in VS so that when I open the web project it doesn't open all the files, but just some start page I select? Because it takes like 3 minutes to load.

Member Avatar for SheSaidImaPregy
0
99
Member Avatar for ericstenson

Hi- I have 2 list boxes, ListBox1 and ListBox2. ListBox1's item collection is populated with data from a database. It populates just fine. ListBox2 is empty Let's say ListBox1 has an item "Eric" with a value of "1" So I can select that item in code by: ListBox1.SelectedValue = "1" …

Member Avatar for ericstenson
0
99
Member Avatar for ericstenson

Hi- I haven't really used the TreeView before, and I am hoping someone can answer this question. Let's suppose I have a treeview called "TreeView1" Let's also suppose that I want to add some items to it in my code. so here is what i am thinking... Dim TreeItem as …

0
82
Member Avatar for ericstenson

I must say, there is 1 really annoying thing on DW... people that have projects, and the post requesting the solution to the ENTIRE project. Work project, school projects, whatever... grrr.... I see posts like "I have been hired to design a railway reservation system. How do I do this? …

Member Avatar for Ancient Dragon
0
81
Member Avatar for ericstenson

Hi- I have a doosie... I think. Maybe it's easy and I am just an idiot, I am not sure. Here's how it goes... On my web form, I have a GridView. I pull selected values from cells on the GridView. Sometimes I change a dropdownlist.selected value, which causes the …

Member Avatar for ericstenson
0
142
Member Avatar for ericstenson

I have a customer with a small accounting/invoice software program (order pro). Not very fancy at all. At any rate, the software stores all of the invoice data in one ".XDB" file. Anyone have any idea what type of database this could be? It seems like the application is an …

Member Avatar for Jx_Man
0
131

The End.