ASPFriends.com 'aspngfreeforall' list Archive - October 2001
Messages
Page: 123456789101112
Email with PWS? (3 replies, VIP)
ASPFriends.com 'aspngfreeforall' list
html div style 'background color:' DIV /DIV DIV can someone tell me if i can send email using the cdonts mail object on PWS ..all i seem to be getting is an error message saying "unable to create object" /DIV DIV   /DIV DIV TIA BR omar /DIV DIV   /DIV DIV   /DIV /div br clear all hr Get your FREE download of MSN Explorer at a href 'http://go.msn.com/bql/hmtag itl EN.asp' http:/...
Regular expression help (6 replies)
ASPFriends.com 'aspngfreeforall' list
Hi 20 I want to validate Dutch Zip codes They look like 1054 HW Or 1054HW Always 4 numbers and 2 letters Thanks Roland
Java.NET - good thing? bad thing? (2 replies)
ASPFriends.com 'aspngfreeforall' list
Check out .. http://www.aspalliance.com/chrisg/default.asp?article 87 I can understand Microsoft doing Java on .NET .. but wont this screw up C# mindshare?? Chris New Article: Displaying XML Data with XSL and Classic ASP http://www.RealWorldAsp.net/ Don't miss the news! Sign up for ASP/.NET Newsletter: http://www.aspalliance.com/chrisg/subscribe.asp
start download automatically (2 replies)
ASPFriends.com 'aspngfreeforall' list
Is there a way to tell the browser to start download automatically without 0Ausing client side scripts, but server side scripts. For example I have a server side asp.net function written in C#: On Item find(blah blah) { start download ("http://go.to/lol.zip") } Thanx, Priit Raag
Stylesheets do not work on a .aspx page? (12 replies, VIP)
ASPFriends.com 'aspngfreeforall' list
We have seen a problem here testing sites in Netscape on the Mac. Stylesheets do not work if the page has a .ASPX extension. If we change the extension to .HTML it works correctly. Has anyone else experienced this or found a workaround? thanks in advance, james
Select case (3 replies)
ASPFriends.com 'aspngfreeforall' list
all my vb code is in code behind. can i still put code in my aspx files. shouldn't this work?? %num request.form("num")% %select case num% %case 1,2,3% i may want a calender control here %case else i may want someother control here %end select%
Crystal Report -Multiple values Display Problem (2 replies)
ASPFriends.com 'aspngfreeforall' list
Hi All, While creating a Crystal Report, the field which I set to accept multiple, discrete values is displaying only the first value among the 3 values specified. When I run this code in debug mode, it's found that every value is assigned properly. But, the final report output displays only the first value under this field. So, is there any design/runtime property which I should set to get all th...
Com+ dotnet assembly help needed (2 replies)
ASPFriends.com 'aspngfreeforall' list
Hello all, I need some help here. I have a classic component mydll.dll which is coded for MTS packaging, means the code inside mydll.dll is written to support MTStranscations. Now I want this dll (mydll.dll) to be packaged in COM (here should I create the assembly??) and called from a c# windows application. What should I do? Please help me Paul
Off Topic - IE6 really bad... (2 replies, VIP)
ASPFriends.com 'aspngfreeforall' list
Has anyone else had a horrible time with IE6? I am running windows2000 server (always have) and when I upgraded to ie 6 beta on one box, really bad things happened with the windows explorer not refreshing properly and IE window load times... Now on a brand new box and build I have put the release version of IE6 on so I can use VS.net and now any time a new window spawns it takes upwards of 5 10 se...
Couple of Questions on DataGrids (3 replies)
ASPFriends.com 'aspngfreeforall' list
If I have a datagrid that is bound to a view, can I: 1.) Change the header lines so that they show the text I want, or do I have to change the view? 2.) Add in extra "Calculated" columns in between other columns on the dataset? 3.) Change the formatting of the numbers, and background colors of alternate lines? 4.) Use style sheet formatting for the column header text, etc? Where would I turn to fi...
How do I connect to the NETSDK MSDE SQL Server? (8 replies, VIP)
ASPFriends.com 'aspngfreeforall' list
Hello list: I have this connection string in my web.config appSettings add key "SqlConnString" value "server DEXTER/NETSDK;uid sa;pwd ;database Northwind" / /appSettings As we know a version the MSDE in installed on your machine when you install the .NET Framework. How do I access the Northwind SQL Server database that is included in MSDE. The problem is in the server name DEXTER/NETSDK Thanks in ...
Required Validation Bug? (3 replies)
ASPFriends.com 'aspngfreeforall' list
I am using a Required Validator on a Multi Line Textbox. It works great if I type and let the text just wordwarp. But If I actually put in hard carriage returns in the textarea then it will say that the textbox is required, when it has actually had text entered into it. Is this a known issue? Any seen this before, if so, any type of workaround suggested? Thanks, Jonathan
Dynamic List box (2 replies)
ASPFriends.com 'aspngfreeforall' list
hello again, Does anyone know how to create dynamic listbox on button click in asp.net. e.g on click of button i will generate 10 listbox with different name and value exactly i don't know how to write ASP:LISTBOX ...... /asp code in script /script regards salim g belim Never run after a bus/girl you will always left behind Do You Yahoo!? Make a great connection at Yahoo! Personals. http://persona...
remoting problem (2 replies)
ASPFriends.com 'aspngfreeforall' list
Moved from [aspngcommunity] to [aspngfreeforall] by darthcarroll@asplists.com hello dear I have developed a remote object and exposed that object as a window service now I am facing following problem.. First of all I exposed that object using console application..it is working fine at browser..That is is giving result when I typed http://localhost:3000/SayHello?WSDL SayHello is registered object n...
What are ascx files. (2 replies)
ASPFriends.com 'aspngfreeforall' list
Hi List !! What are ascx files . I know aspx files . What does ascx files contain ? Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
oneditcommand page scroll (2 replies)
ASPFriends.com 'aspngfreeforall' list
I have written an aspx which uses a datalist. I am using the onedit command and it works fine. My problem is when I activate the onedit command and bind the data, the page scrolls right to the top. Is there any way to scroll the page back to its original position ? Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com
Schema help (2 replies)
ASPFriends.com 'aspngfreeforall' list
Hi How do i get a DB schema in ADO.NET with a SQL server DB I want to build a form on the fly based on DB Little code would be great. Thanks Roland Mensenkamp
Looking for a good Datagrid example Where you can Edit, Delete, update, Create new. (2 replies, VIP)
ASPFriends.com 'aspngfreeforall' list
Hi 20 i'm looking for a good datagrid example Where you can Edit, Delete, update, Create new. Against SQL DB Thanks Roland
textbox question (4 replies, VIP)
ASPFriends.com 'aspngfreeforall' list
Hi List, I have a simple question about textbox. I have a textbox for the price field on my aspx web page, after i type in the amount, I want the value show align to right. According to the .net documentation, the textbox doesn't have a ALIGH property. Anyone know how can I do it? TIA Peter
Detecting the screen color depth (2 replies)
ASPFriends.com 'aspngfreeforall' list
Moved from [winforms cs] to [aspngfreeforall] by darthcarroll@asplists.com This is a multi part message in MIME format. NextPart 001 01C151C8.CADF3288 Content Type: text/plain; charset "us ascii" Content Transfer Encoding: quoted printable Hello. Does anyone know how to detect the scree color depth settings of the client machine? 20 Thanks, jason 20 20 20 20 NextPart 001 01C151C8.CADF3288 Content ...
ASP.Net on XP (3 replies, VIP)
ASPFriends.com 'aspngfreeforall' list
Will I need to buy XP Pro to get IIS and/or ASP.Net support (I know I'll have to download it I am not familiar enought with the diferecences between Home & Pro for my uses yet)? David Wier
Publishing ASP.NET pages... (2 replies, VIP)
ASPFriends.com 'aspngfreeforall' list
Well I was wondering just by loading .aspx pages to the ftp server was the only thing involved for publishing the site What happens if u have codebehind .cs files where do I put that file?.. What's the dll file in the bin directory? Does that have to be uploaded as well? Thanks james
Can not control the width of a datgrid coulmn (2 replies)
ASPFriends.com 'aspngfreeforall' list
I have set the parameters for header footer and Column Item. I have also set the Item to wrap, and the column still once to extend to maxium size (width) of the largest item in the selection. Dennis H. West West Design netDeveloper www.dotnetwestdesign.com westdh@home.com
Where are my Web Controls (3 replies)
ASPFriends.com 'aspngfreeforall' list
Hello list: I am using VS7 beta 2 and have been doing a fair amount of development using it. Today I opened it up and all my controls in the toolbox are gone. Instead of web controls I have one little icon of a cactus that says pointer. Before I put the disks in and attempt to repair my install which takes forever does anyone know what by chance is going on? or has anyone else had this problem? Th...
Progress Bar in ASP.NET? (6 replies)
ASPFriends.com 'aspngfreeforall' list
Does anyone know if there is a way to display a progress bar on a web page while it is processing? I have seen this done with an ActiveX control before, but just curious to see if there is another way to do this with .NET Thanks Steve Borgwardt, MCSE, MCP I Operations Supervisor Brown & Martin, Inc. (262)789 1565 Fax: (262)789 1569 Steve.Borgwardt@bmpr.com
Ad
Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification