Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 50
Search took 0.20 seconds.
Search: Posts Made By: zduck
Forum: ASP 10-19-2003, 04:15 PM
Replies: 1
Views: 1,450
Posted By zduck
Passing data to a parent control. ASP.NET

On a page I have a usercontrol (uc1) and in uc1 I have another usercontrol (uc2). uc2 needs to pass data to a property of uc1. How can I do this? I tried the following but it said 'The specified cast...
Forum: Other server side languages/ issues 08-04-2003, 11:10 PM
Replies: 7
Views: 972
Posted By zduck
I know you can 'check' multiple POP accounts from...

I know you can 'check' multiple POP accounts from Yahoo without paying but you can't send from those POP accounts without paying.
Forum: Other server side languages/ issues 08-04-2003, 04:05 PM
Replies: 7
Views: 972
Posted By zduck
Well can you give some sites? I've tried Yahoo!...

Well can you give some sites? I've tried Yahoo! and Hotmail and without paying they don't have what I need. What is Outlooks webmail app?
Forum: Other server side languages/ issues 08-04-2003, 01:28 PM
Replies: 7
Views: 972
Posted By zduck
Need to gauge interest...

I'm thinking about creating a new webmail application that is more like Outlook Express than current webmail apps. It would only support existing POP3 boxes. So basically it would be an online OE....
Forum: Computer Programming 04-06-2003, 12:23 AM
Replies: 0
Views: 2,515
Posted By zduck
Deploying VB.NET MS Word Add-In

I've used the Shared Add-In wizard in Visual Studio to create a Word add-in. I used this MSDN article as a reference......
Forum: Computer Programming 04-04-2003, 08:22 PM
Replies: 2
Views: 831
Posted By zduck
I'm taking what it returns and saving it as part...

I'm taking what it returns and saving it as part of an XML file. But it turns either carrage return or line feed characters to little boxes.
Forum: Computer Programming 04-04-2003, 05:45 PM
Replies: 2
Views: 831
Posted By zduck
MS Word VBA - Please Help

I need to find out how to retrieve the document's content text in plain text format. if I use Document.Content.Text it gives me wierd little boxes and really makes it look ugly. I want it to give me...
Forum: Computer Programming 02-28-2003, 05:12 PM
Replies: 1
Views: 1,384
Posted By zduck
Deploying MSDE Databases with .NET Applications

I need to find someone to help me figure out how to deploy an MSDE Database with my .NET Applications. I have an app in VB.NET that uses an MSDE database and it works great but I don't know how to...
Forum: Computer Programming 02-18-2003, 02:40 PM
Replies: 8
Views: 2,361
Posted By zduck
it does help thank you. Where can I get...

it does help thank you. Where can I get information to read about the .NET framework and classes. or should I just read through MSDN?
Forum: Computer Programming 02-18-2003, 01:25 PM
Replies: 8
Views: 2,361
Posted By zduck
C# or VB.NET

I read alot a places that it doesn't matter which you choose to learn, C# or VB.NET but most of those deal with people already familiar with C++ or VB6... I have always leaned toward VB6 in the past...
Forum: XML 01-18-2003, 09:01 PM
Replies: 4
Views: 2,732
Posted By zduck
okay thanks. that is easier

okay thanks. that is easier
Forum: XML 01-18-2003, 08:48 PM
Replies: 4
Views: 2,732
Posted By zduck
thanks

thanks i figured it out. here's how I did it if anyone else has this problem.


<element>
<xsl:attribute name="attribute">
<xsl:value-of select=""/>
</xsl:attribute>...
Forum: XML 01-18-2003, 08:02 PM
Replies: 4
Views: 2,732
Posted By zduck
<xsl:value-of> problem in attributes

Here is what I'm trying to get to work in an XSL stylesheet.

<element attribute="<xsl:value-of select="whatever">"/>

it doesn't work but its what I need done. any help would be appreciated.
...
Forum: JavaScript programming 12-23-2002, 07:16 PM
Replies: 3
Views: 606
Posted By zduck
Question help with onClick event

I'm trying to use an onClick event with an option element. Like so...

<select name="name">
<option value="value">one</option>
<option value="value" onClick="whatever">two</option>...
Forum: General web building 12-18-2002, 11:49 PM
Replies: 7
Views: 1,363
Posted By zduck
Suggestion needed

Here is my website www.jdarc.com which is brand new and still being worked on but what I need to know is should I use frames or not for it. As you can see the navigation bar on the left has a large...
Forum: Computer/PC discussions 11-27-2002, 02:55 PM
Replies: 4
Views: 1,349
Posted By zduck
The comps are hooked up to a hub. The hub has an...

The comps are hooked up to a hub. The hub has an uplink port i guess for the cable modem. but when I hooked the modem into it I couldn't get internet on any PC. Also I tried puting the modem in a...
Forum: Computer/PC discussions 11-27-2002, 01:44 PM
Replies: 4
Views: 1,349
Posted By zduck
Firewall Network

I have a 3 computer hooked up to my home network, one of them has a cable modem plugged in to it and it shares it over the rest of the network. My question is, do I need to have a firewall installed...
Forum: General web building 11-15-2002, 07:06 PM
Replies: 2
Views: 721
Posted By zduck
Input Needed

I'm looking for ideas of what kinds of web services / applications, computer programs whatever that you wish there were. Maybe a program that does something you wish you could do with the computer or...
Forum: ASP 10-12-2002, 08:53 PM
Replies: 7
Views: 1,605
Posted By zduck
in an ASP file, the query would run on the...

in an ASP file, the query would run on the server-side.
Forum: HTML & CSS 10-12-2002, 08:05 PM
Replies: 5
Views: 1,126
Posted By zduck
CSS Layout Help

First off the file I'm working with is www.zduck.com/example.htm

I need to make the 'treeview' and 'main' DIV's height dynamic, sortof like if I were to use a percentage to determine their height....
Forum: XML 10-12-2002, 07:36 PM
Replies: 2
Views: 1,604
Posted By zduck
thank you

thank you for the input. It helps alot
Forum: HTML & CSS 10-09-2002, 02:27 AM
Replies: 2
Views: 966
Posted By zduck
got it

never mind I figured it out. I used a javascrip window.locaion thing. I meant the actually tag's name as in name property <a name="tagname" />

Thanks
Forum: HTML & CSS 10-08-2002, 11:14 PM
Replies: 2
Views: 966
Posted By zduck
navigating to bookmarks

okay I need a way to scroll the page down to a certain tag name, like when you use #name in the link, but I can't use that here.

Any Help Is Appreciated...
Forum: ASP 10-03-2002, 02:05 AM
Replies: 7
Views: 1,605
Posted By zduck
well

I want it to work with Netscape and Internet Explorer...

I was reading and can I maybe use XQL or something with the XMLDOM? Any websites that give examples or info would be helpful.
Forum: XML 10-02-2002, 06:27 PM
Replies: 2
Views: 1,604
Posted By zduck
should I use XML?

If I am putting together documents that will need to be searched heavily and often should I use XML? If I did I would need to know exactly what element each search result was found in ect.. and how...
Showing results 1 to 25 of 50

 
Forum Jump

All times are GMT +1. The time now is 05:47 AM.