I would like to know if you can display only certain data into a field between commas or any other symbol without using the curshort feature. For example. I have the following.
Part, A3472, Desc: Controller: Price$ 45.00
I just need this out of it in a single form field.
A3472
I cannot use the cutshort feature because my part numbers are different lengths.
how to avoid an error when calling data to a text form field that contains inverted commas? When I enter "inverted commas" into a text field on a form and save to my Access database, after save the text field appears to be blank but when I look in the database it appears as entered. The problem is when the text field calls the field it doesn't show if the text is encased in inverted commas.
For instance, in my form field 'title' I enter: Big Title "Yeah" After saving the form, all that appears within the form field 'title' is: Big Title Yet the access database itself shows: Big Title "Yeah"
there is a JavaScript/ASP function that that will check for new Private Message (PM) Inbox. New PM will be referred as "NEW" in the status field in the database and "READ" for all the old PM.hen there is a new PM, a popup will appear in my page. But I have to press the REFRESH BUTTON before I get the popup ALERT! Can this be done in AJAX? (Alert me without refreshing the page?)
I Have a list of groups that are assigned to users. I want to list groups for a particular user in order by name. I want to then have a drop down list that shows all the groups that the user is not in at the moment. Users can then add groups to that user.
How i have it setup: I have a table that has an id and group name. I have another table that has id, userid and groupid Do anyone have any ideas how to diplay it. Keep in mine that the groups have to be in order of the group name. Thats tge part that is confussing me.
I am creating a resource website and pulling from an access databse, I have 1 page that loads with a list of catagories, when you click a catagory the page reloads with a querystring attached that loads only the contents of that catagory.
All of this is coming from the same table in the database, I have an ID column that is shared by the articles in the same catagory.. (i.e. ID is set to 1 for all the items in catagory 1, set to 2 for all in catagory 2 and so on).
I currently have articles in about 6 of 16 catagories. Everything displays fine but if you click on a catagory that has no articles, I would like a message to appear such as "There are no articles found for that catagory". How can I get the ASP script to see that there are no (we will say) entries for ID 8 in the databse, and display the message.
We're working on creating a site that tracks club sports results - we originally created a form that inserts the results into a database, but the folks using it have decided they'd rather enter the information in a spreadsheet and upload it.
what is the best practice for this data - should I write some code that just reads the content of the excel file and displays that on a results page or should I take their data and import it into the database we initially designed.
here is an RSS feed for top stories from a local news station. http://lex18.com/Global/category.as...&clienttype=rss.I need to display this data on my own website. I know ASP, but not XML.I have read some documentation and browsed websites, but I cannot figure it out.
I know this is probably a stupid question, however I'm trying to display the contents of a recordset into columns spanning across the page rather than down the page,
i.e.
CATEGORY CATEGORY2 subcat1 subcat1 ... subcat2
And so on. This is a 2 column table that I want to use. But I don't know how once one column is long enough then go across to the next column and fill that column with the remaining data. I know its simple if you have go down a page, but can't figure out to go across.
Someone asking me in the PM yesterday. How did I managed to display data in 3 cols & rows i.e category,sub-cat, search result and form in CSS table-less layout?
I have use it in my site article,freeware,recipe,link directory,lyrics,template and games section. I was able to display the data in 3 cols and rows using CSS layout. It took me quite a while to figured it out. In ASP, you should know where the loop start and end, otherwise the div container stack up each other. I was thinking of writing a tutorial with sample code in ASP. Maybe next time.
My next project is to convert Maxwebportal and snitzforum into CSS layout. To see an example, visit my site and go to this section of the site: article,freeware,recipe,link directory,lyrics,template and games. These pages are CSS table-less layout.
how do i get data from a user on one page and display the result on the other page actually i have written a prgoram that displays a set of checkboxes and based on the checkboxes selected the related data is displayed .but the problem is the data is displayed on the same page below the list of check boxes. Code:
I want to display a system maintenance notification on my webpage using a splash screen. I got the code for splash screen from Dynamic Drive and added it on my web page. Now here is my problem. I have created a table in my SQL database with these two fields, Flag and Description. I am trying to connect this splash screen to this table.
This is because-if the flag is set to 1 the splash screen will pop up and display the data in the description field on the splash screen and if it is set 0 the screen will not pop-up at all. Two things I am having trouble with-
1. Displaying the data on the splash screen. I made the connection to my db but can't get it to display it on my splash screen.
2. How to make the splash screen pop-up only if the Flag field is set to 1.
Write an exe/dll (which will be better please tell me)..which has code to only control my logic or rather data conversion/manipulation of the raw data recieved thru and .mdb file and then display the exe/dll manipulated data thru an asp page.??
I have a page that shows the skillsets our analysts are on here. We have 10 skills, each one a different recordset to pull their data, so the page takes a while to load (7 seconds). What I was wondering if its possible to do is just show the heading (the name of each skillset), but when clicked on, a response.write of somesort would show the cell underneath and then pull the data. Hopefully it makes sense what I am saying, if not i'll try to post something up.
How i display DATA from Browser to Text file.In my web page there is a script that fatches data from this URL: http://www.rediff.com/rss/newsrss.xml and display data on the web browser.now ,how i get that displayed data from the browser to a text file.
If i created three different type of table. Inside these tables, they might have the same key field's name. Example:
Table A - ExecNo, Month, Year, CustCode Table B - ExecNo, Month Year, DestCode
as u can see that these two tables have almost the same key field but they r actually keeping different data. how can i list these different data out in an asp page? it is because i am having the problem whereby.
where the table want to display data from table B, it actually misplace by table A . how can i write the sql function to differentiate both of them.
I currently have the following code to extract data and display in a table.
-Sample code ---[Ranges from 1 to 205] #20 is displayed below]]-------------
Dim ticket20, sql20 Set ticket20 = Server.CreateObject("ADODB.Recordset") sql20 = "SELECT * FROM routingdata WHERE ddate = #" & Session("today") & "# ;" ticket20.Open sql20, db, adOpenForwardOnly, adLockOptimistic While Not ticket20.EOF
There is 200 plus cells that it need to display - so it takes a long time to display the data. Is there a better code to extract all this data and faster ?
I have 3 fields in a table that need to have math functions. Field 1 x field 2 = field 3, then total by customer code and display on a page. How can this be done?
how can I display multiple access data on hyperlink in ASP?? For example like I click on Monday link it will only display all the informaton about Monday and click tuesday will only display tuesday information on same page.
This is just a test before i apply to my system. I have a student:
Table: Pelajar pelCode : 1001 (datatype: Number) pelName : Michael Lee (datatype: Text) countryCode : US (datatype: Text)
Table: Negara countryCode : US (datatype: Text) countryName : United States (datatype: Text)
i want to display this student's country name in the dropdown list as a selected country name and at the same time, populate all country names in the dropdown list. but, i can't make it. i saw the selected country name is country name that at the 1st row of table Negara ......
My client has an annual calendar of events consisting of a record for each event, key field is the event date saved as a date type field. They would like the display to start with the current month, list to the end of the year then start the beginning of the year and list up to the current month.How does one retrieve data based on date? I guess I'd like something like :
SELECT * FROM EVENTS WHERE [month is greater than or equal to the current month] ORDER BY Date
Then :
SELECT * FROM EVENTS WHERE [month is less than the current month] ORDER BY Date
What is the syntax for the month bits between the []?
I figured out how to display data from an Access mdb file using ASP, but my database is continually being updated in real time. The only way for the end user to get the most current data is they have to refresh, or I have to code the html to refresh like every minute, which is really cumbersome, and bloats the logs. Code: