| Subject | Date Asked | Expert |
|
| asp.net or win app | 8/28/2007 | Chris |
Q: I wanna design a program for an office that will have a network in future. do you think designing it ... A: It's totally possible to do it with ASP.NET, and might be easier for the end-user to deal with. If ...
|
| Accessing Sorted Records | 8/26/2007 | Chris |
Q: I am accessing records from a database for my website and wanted to access records according to ... A: I'm going to take a guess here, and guess that you tried to sort those records using the .Sort() ...
|
| Date display from database | 8/23/2007 | Srini Nagarajan |
Q: I have a site set up so that a person can log on and enter information on match fixtures and this ... A: ok. Just add the following line at top of your page <%session.lcid=2057%> this should display the ...
|
| Unable to run ASP Page on Windows XP | 8/16/2007 | Srini Nagarajan |
Q: I have a Pc installed with Windows XP and Configured with IIS. I have created an Alias web site and ... A: Can you check the permission on IIS and also do the following 1. Click Start > Settings > Control ...
|
| checboxlist validation | 8/14/2007 | Srini Nagarajan |
Q: Hey, I hav an application which uses a checkboxlist with 6 checkboxes. I would like to make sure at ... A: You can use Custom validation to check CheckboxList Here is the sample code. private void ...
|
| ASP Question | 8/12/2007 | Srini Nagarajan |
Q: i have created a form in my home page. In this form i have taken a drop down list and a submit ... A: Here is the code for this you can do thru javascript change the field name on your page have the ...
|
| Email from ASP Page | 8/5/2007 | Srini Nagarajan |
Q: I would like my site users to be able to send an email to the webmaster or other address I specify ... A: here are different ways you can send email from the server.. You need to build a simple asp page ...
|
| Problem in SWF object in the Page | 8/3/2007 | Srini Nagarajan |
Q: I am working on one maintenance project of 1.1. In this RedirectFromLoginPage method is used in ... A: this is something microsoft IE updates cause this issue Please review the following solution ...
|
| How to run ASP on Windows XP ? | 7/31/2007 | Srini Nagarajan |
Q: How can i run my ASP program and where can i save it ? My system had .Net also, but now i have ... A: you can uninstall .net if you goto control panel and add/remove program you can see 1.1 and you can ...
|
| validating records in .asp | 7/23/2007 | Srini Nagarajan |
Q: I've written some asp pages which allow our test technicians to enter test data into an Access ... A: Yes, You can do that without any problem, before saving first you have to select and find is there ...
|
| About ASP.net DropDownlist | 7/23/2007 | Srini Nagarajan |
Q: i just wondering how can i put 5 dropdownlists by using for loop or else?? And how can i request ... A: You can put in a repeater control to get the value or You can create a javascript for each onselect ...
|
| About ASP.net DropDownlist | 7/23/2007 | Srini Nagarajan |
Q: i just wondering how can i put 5 dropdownlists by using for loop or else?? And how can i request ... A: I understand the first part of it, but i don't understand in dropdown area.. what are you trying ...
|
| onchange event run SQL query on fly without submitting form | 7/19/2007 | Srini Nagarajan |
Q: I have a number of textbox which I generated from a database depending on the reconds. Onchange of ... A: You can't do that without submitting the form to get the price. You have to submit the page and get ...
|
| ASP onchange event | 7/19/2007 | Srini Nagarajan |
Q: kevin I have similar scenario that I have numbers of textboxs on form and data in it I want to use ... A: If you want to run any server side code you have submit the form, you can use in your text box like ...
|
| Server functionality to webpage | 7/18/2007 | Srini Nagarajan |
Q: I'm trying to set up an online ad gallery with thumbnails that represent ads that are selected by ... A: You Need to build this page using ASP.NET or Classic ASP to store the entered info or email to you.. ...
|
| VB.NET | 4/2/2007 | Wilfred Mathews |
Q: Do you have any experience in .NET web-based report writing. I need to create a custom report writer ... A: I have to apologize but I have changed careers and am not into .NET programming at this point. ...
|
| Syntax error I can't figure out... | 1/30/2007 | Boster Sibande |
Q: The web page is at http://hwc.ccc.edu/careerfair/ but the syntax error is in the ASP processing page ... A: The reason is that when starting a new line you are using &_. You need to put a space between & and ...
|
| connecting access using asp | 1/19/2007 | Boster Sibande |
Q: i need to know the code in asp,which fetches data from excel files and transfers it to access ... A: The solution is: Read data from Excel into vbscript variables and construct an INSERT sql statement ...
|
| Setting up client / server VB.net application & SQL Server | 1/11/2007 | Boster Sibande |
Q: I'm new to vb.net & asp.net but am very experienced in vb6 & classic asp. I've also done many ... A: What you need to do is change the server name in the connection string, add a port number and ...
|
| Read User ID | 1/10/2007 | Srini Nagarajan |
Q: Srini, Thank you in advance for your time. I have a page that a user accesses via a link that is ... A: You can't do that... there is no way you can check from which email the link is clicked... One way ...
|
| unicode utf8 | 1/9/2007 | Srini Nagarajan |
Q: i have my data stored in sql server 2000 in unicode encoding i have been trying to create an ... A: 1. You can store the UTF-8 in sql server have a look at the following URL ...
|
| ASP/SQL LIKE Clause string problem | 1/2/2007 | Jeff Allen |
Q: I'm trying to create a simple asp form that returns a customers' detail's based on part of an ... A: As I understand it, when using LIKE in a WHERE clause this is how it works: The following SQL ...
|
| formview | 12/28/2006 | Jeff Allen |
Q: I have a bunch of labels in a formview and their data comes from an sql datasource. I want to ... A: I would think the easiest way of doing this would be to capture the values of the labels you want to ...
|
| HOW TO-Enable Form Fields Based on RadioButton selection. | 12/20/2006 | Jeff Allen |
Q: ------------------------------------------- The text above is a follow-up to ... yes sir,it did ... A: So you want to dynamically build select boxes using JavaScript. I'm no JavaScript guru by any means, ...
|
| ASP.Net with code-behind programming | 12/13/2006 | Boster Sibande |
Q: Is it that ASP.Net must have a code-behind programming language like using C# or VB.Net? Then we ... A: Whe you are using code behind, which is the recommended way of programming in ASP.net, you will have ...
|
| Connecting to client Database from web server using ASP & JS compatible with IE and FireFox | 12/13/2006 | Jeff Allen |
Q: I have the requirement of connecting to the client database from web server. I have tried this in ... A: I'venever done this myself, but I read a blog post on the MSDN InfoPath blog about this. The ...
|
| reg Script Time Out Error | 12/13/2006 | Jeff Allen |
Q: The data that is retrieved from the Recorset is very little. I am Printing an invitation for all ... A: Try this: Dump the record set into an array such as this: function create_array(sql, elements, ...
|
| Resize the text in textbox to fix inside the textbox | 12/13/2006 | Jeff Allen |
Q: I think misunderstand my question because the 22 is give an example that means is dynamic one i ... A: Okay, so you want to adjust the font size inside the textbox based off the length of the string? ...
|
| can run the .net 2003 web application | 12/12/2006 | Boster Sibande |
Q: i have install the Microsoft Visual Studio .net 2003 on my PC and when i create a new web ... A: Make sure you are given the rights to write and modify the ...
|
| reg Script Time Out Error | 12/11/2006 | Jeff Allen |
Q: I am Using a ASP Page which retrives 5000 records from the Database and prints it along with some ... A: Without seeing the code itself thatgenerates the recordset and the timeout error I would have to say ...
|
| conncting access, update record | 12/5/2006 | Jeff Allen |
Q: the error response is that the the data base is define as read only so it cannot be updated! the ... A: Okay, some other causes for this are that you do not have sufficient permissions to write tothe ...
|
| conncting access, update record | 12/4/2006 | Jeff Allen |
Q: I'm trying to write this Asp code that add a new record set to a data base. <head> ... A: Well, what I don't see is where you open your connection using your DSN. Also,I never use space ...
|
| CDOSYS Textbody limit | 11/29/2006 | Jeff Allen |
Q: I am sending an email using CDOSYS sendmail. The problem is that when sending a url as part of the ... A: I'm not exactly sure myself but you said you are using the Text version of CDOSYS and not HTML ...
|
| serverside validation in asp | 11/17/2006 | Jeff Allen |
Q: <%if nRec = 1 then%><input type="text" value="<%=trim(aRows(2,nRec))%>" name="t_Para_value" ... A: I generally read all my field values into local variables and the run a seriesof functions to ...
|
| Asp | 11/9/2006 | Jeff Allen |
Q: I Want to make my own email port for my website. what should be the coding for it. can you help me? A: I'm not sure I understand what you mean. Your server by default should have SMTP configured and ...
|
| ASP Fro loop | 11/7/2006 | Jeff Allen |
Q: what is the syntex "for each v" loop thank you A: In classic ASP it is like this: <% Dim Item Dim arrCities(1) arrCities(0) = "Chicago" ...
|
| Session time out | 11/7/2006 | Jeff Allen |
Q: If I set session timeout to 10 min. It will automatically ends the session. But I want to give ... A: I'm not sure if you can do this using ASP or not but you can do it using client-side JavaScript very ...
|
| 508 and W3C Errors w/Validator Tool.... | 11/6/2006 | Jeff Allen |
Q: Not sure if you can assist here...Assisting user with eliminating W3C Validator tool ... A: The answer is the DOCTYPE is crucial to being able to validate the HTML or XHTML. IT help define ...
|
| Session time out | 11/6/2006 | Jeff Allen |
Q: In my application we don't have session timeout. Now we want to implement it. If the user has not ... A: In Classic ASP you'd set the Session.Timeout for 10 minutes. Normally, by default it is set for 20 ...
|
| ASP Databases | 11/4/2006 | Jeff Allen |
Q: I have this code to open a MS Access database: objConn.Open "DSN=MS Access ... A: Usually, it has been my experience that the database is often located on the D: drive of the host ...
|