| Subject | Date Asked | Expert |
|
| storing radio button values in an array | 3/19/2008 | Srini Nagarajan |
Q: i retrieve 3 fields from a db. question1 option1 option2 question2 option2 ... A: What exactly you want the output? why do you want in array? What is the alert is displaying for you. ...
|
| what is ADODB.stream | 3/16/2008 | Srini Nagarajan |
Q: I saw in your example code you wrote ADODB.stream but my VB.6 program don't have this data-type so ... A: You must use Microsoft ADO 2.5 and set it into the following project reference: dim rst as new ...
|
| Using another db's tables | 3/14/2008 | Ashley Brazier |
Q: I have 2 separated SQL server databases on 2 machines: db1 on computer1 and db2 on computer2. I want ... A: Do you have login details for both databases? If you do you can set up a DTA data transformation ...
|
| ASP Form | 3/11/2008 | Srini Nagarajan |
Q: I was wondering if you could help me. I'm looking to create a web form so that when the user fills ... A: Working with excel will be complicated, why don't you use Access database? Since excel can't handle ...
|
| Open Crystal report 9 from ASP | 3/10/2008 | Ashley Brazier |
Q: I am a webdeveloper working in one of the county organization. I need some help in to open crystal ... A: Are you trying to open the .rpt file and then convert to pdf to print? if your just trying to view ...
|
| Share data on a web page? | 3/10/2008 | Ashley Brazier |
Q: I call prospects and qualify them on the phone then pass them along to my client, a debt settlement ... A: I do not know of a company that does this, how ever if I have understood the scenario it wouldn't be ...
|
| Share data on a web page? | 3/10/2008 | Srini Nagarajan |
Q: I call prospects and qualify them on the phone then pass them along to my client, a debt settlement ... A: if you search for "online contact form" you can see more list, few of them are ...
|
| Session Timeout in IIS 6 | 3/7/2008 | Srini Nagarajan |
Q: We have a ASP application ported on Windows 2003 and IIS 6.0 After loggged in the application ... A: Sorry for delay in my reply Actually, none of the IIS configuration you mentioned, idle timeout or ...
|
| ASP CDOSYS FORM | 3/6/2008 | Srini Nagarajan |
Q: My question is quite complicated & I don't know if I will explain it correctly - so I apologize up ... A: Sorry for the delay in reply. You can validate whether check box is checked before adding to email ...
|
| cdosys | 3/4/2008 | Ashley Brazier |
Q: I dont know how send a mail with delivery notification from my asp page using CDOSYS A: This article should help you:- http://support.microsoft.com/default.aspx?scid=kb;en-us;Q302839 Just ...
|
| hyperlink to open a disk file | 2/20/2008 | Ashley Brazier |
Q: In html page I can open a disk file with this code: <a ... A: where the files are kept you will have to set it so they are shared. If you reference it as file ...
|
| errror to find username ldap adsi | 2/14/2008 | Ashley Brazier |
Q: Why ???? If i use sUserName = "OI24683" the script work fine instead if i use sUserName = ... A: are you familar with IIS (Internet Information Services) You will need to do the following:- right ...
|
| errror to find username ldap adsi | 2/14/2008 | Ashley Brazier |
Q: Why ???? If i use sUserName = "OI24683" the script work fine instead if i use sUserName = ... A: Try this <% if Request.ServerVariables("LOGON_USER") = "" then ntusername = "" else ...
|
| errror to find username ldap adsi | 2/13/2008 | Ashley Brazier |
Q: Why ???? If i use sUserName = "OI24683" the script work fine instead if i use sUserName = ... A: If you do a response.write for Request.ServerVariables("LOGON_USER") you should find the username ...
|
| error to finfd username | 2/13/2008 | Srini Nagarajan |
Q: Why ???? If i use sUserName = "OI24683" the script work fine instead if i use sUserName = ... A: If you use Request.ServerVariables("LOGON_USER") there could be 2 thing you need to look for 1. ...
|
| Move focus by pressing enter key in ASP.NET 2.0 Web Form | 2/11/2008 | Srini Nagarajan |
Q: This is Yogesh and while searching on net I came across a question posted here ... A: You need to handle thru javascript give a try something like this ...
|
| Possible recycle in ASP.Net - returns Object reference not found. | 2/8/2008 | Srini Nagarajan |
Q: I have an application in ASP.Net that returns error "Object reference not set to an instance of an ... A: mars - multiple active resultsets might help MultipleActiveResultSets=True (inside the connection ...
|
| asp | 2/8/2008 | Ashley Brazier |
Q: how can i attach an asp script to a button ANSWER: Do you want to the script to execute some asp ... A: ok, for a button you would or could do this in a page called nameofpage.asp <%if request("submit") ...
|
| Using Jmail How to upload jmail to my server | 2/4/2008 | Srini Nagarajan |
Q: I am trying to use jmail to send mail from my website. but jmail is not installed on my server. How ... A: Are you hosted thru any ISP? if not you can download free one or buy jmail free ones from ...
|
| asp code for diplay multi page break | 1/30/2008 | Srini Nagarajan |
Q: I try display multi page between start date and end date,while running 1st page diplay record click ... A: where the date1 and date2 to get filled? in page 2 the date1 and date2 are blank so you are ...
|
| How to run ASP files | 1/19/2008 | Srini Nagarajan |
Q: I have installed IIS 5.1 and put one asp file in wwwroot, i can run htm files, but cant run asp ... A: Open Control panel and click administrative tools then click Internet Information Services which ...
|
| learn more | 1/19/2008 | Srini Nagarajan |
Q: are you sure now this asp.net usefull to some media?,yes then which media ANSWER: Hi Siva, What ... A: You need to get a Speech SDK for .net to handle voice. Here is the URL ...
|
| learn more | 1/18/2008 | Srini Nagarajan |
Q: are you sure now this asp.net usefull to some media?,yes then which media A: What type of media you are looking for? If you want to use windows media player, Microsoft gives ...
|
| Custom Windows Authentication Login Box | 1/10/2008 | Ashley Brazier |
Q: The site made me start a new question stating that there were too many follow ups. They don't use ... A: Ok, from my point and using asp you will have to go down the LDAP root. I think you will need to set ...
|
| Custom Windows Authentication Login Box | 1/10/2008 | Ashley Brazier |
Q: I have an ASP site that I want to password protect for a few users (about 10). I want to use Windows ... A: Ok, when they logon to the network, do they use the Remote Desktop to browse and work from home on? ...
|
| Custom Windows Authentication Login Box | 1/10/2008 | Ashley Brazier |
Q: I have an ASP site that I want to password protect for a few users (about 10). I want to use Windows ... A: Ok, Are your users logging on to the network? You can try and bind directly to active directory. I ...
|
| Custom Windows Authentication Login Box | 1/9/2008 | Ashley Brazier |
Q: I have an ASP site that I want to password protect for a few users (about 10). I want to use Windows ... A: To get the users windows login id you would have to set Windows integrated Authentication on the ...
|
| ASP Multi Dimension Array | 12/28/2007 | Srini Nagarajan |
Q: Long time no meet. ;-) Hope that your vacation is a good one. I would like how to deal with multi ... A: Happy new year.. Hope the new year celebration went well.. Sorry for the delay on my reply i was ...
|
| It displays the Equal ones but how about the larger than? | 10/15/2007 | Chris |
Q: This below search results code works but I have 1 propblem. When I select 3 bedrooms option on the ... A: You could change the data type of the T_Bedrooms field in the database to be an integer instead of a ...
|
| pass output to textbox from SQLDataSource | 10/12/2007 | Srini Nagarajan |
Q: I've just started using the Visual Web Developer Express Edition 2005, and think it's real cool. I ... A: you can try something like this Dim dv As System.Data.DataView dv = CType(SQLDataSource1.Select(New ...
|
| Server Error in '/' Application. | 10/7/2007 | Chris |
Q: Im new to asp programming and writting my first Hello World program. Im using: Microsoft ... A: Well, the error message actually says exactly what is going on: The current identity ...
|
| page_load event | 10/2/2007 | Srini Nagarajan |
Q: i put some code in the page_load event , so that i want it to be excuted when the client visits that ... A: if the user coming to the page it will fire Page_load event, if you resubmit the same page again, if ...
|
| page_load event | 10/2/2007 | Chris |
Q: i put some code in the page_load event , so that i want it to be excuted when the client visits that ... A: You'll have to give me more information, preferrably the source code for the page giving you this ...
|
| ASP.NET | 9/28/2007 | Chris |
Q: I Create the following code in macromedia Dream Weaver Mx 2004, while in Dream Weaver preview Page ... A: It's exactly as the error says - you can not place ASP.Net controls of any kind within HTML unless ...
|
| Asp Programming | 9/25/2007 | Srini Nagarajan |
Q: how to disply information from database use asp A: Here is simple code to retrieve and display from database html><head> <TITLE>dbsimple.asp</TITLE> ...
|
| ASP.Net - Does Not Display Anything | 9/25/2007 | Chris |
Q: I am using .Net Frame Work 1.1 and IIS 5.1 with Macromedia DreamWeaver Mx 2004, while running ... A: While I'm not sure I understand the error messages you've provided, it sounds to me like your ...
|
| global variables for asp.net | 9/23/2007 | Srini Nagarajan |
Q: Where do I define or initialize a session variable, or any other global variable for that matter in ... A: You set all your connection and other constant variables in web.config, all session settings you ...
|
| Calling Oracle SP with Ref Cursor Output | 9/19/2007 | Srini Nagarajan |
Q: I have following stored procedure in oracle. which returns cursor can you please send me the asp ... A: Try the following sample <% sub saveData dim custID, custFName, custLName, custAddr, custCity, ...
|
| Online form email confirmation using old ASP... | 9/18/2007 | Chris |
Q: Sorry to ask this question...since you indicate you have some stale knowledge about it. I created an ... A: ASP is generally an insecure technology. There's no guarantees about it's execution restrictions ...
|
| global variables for asp.net | 9/18/2007 | Srini Nagarajan |
Q: Where do I define or initialize a session variable, or any other global variable for that matter in ... A: it stores in web.config file. for storing database connection string and other info something like ...
|