



hello all of you i am ibrahim i live in usa seattle wai need to help me becouse i am poor and i need to learn any edication the edication is key of life so i hope to get my luck byeFrom http://www.developmentnow.com/g/62_...asp-general.htmPosted via DevelopmentNow.com Groupshttp://www.developmen...
Hello,I need to call an asp twice a day and I want to do it with anscheduled task. The matter is that I want no Internet explorer windowto be opened. I do not need to see anything in the page. This ASP pagejust executes an DB actualization, so it just have to be run.Do you know how can I call th...
HEllo,I hav developed web application using ASP.net 2.0there are just 2 pages only. Both are works fine in visual studio.But same when i run on IIS 5.1 ...the page without session variableworks fine.But the page with...even the Sub() with session variable won'tworks....even it automatically...
I have a form in which several elements are expected to be all digits.Some of those elements can be left empty, but if specified they mustbe all digits. I have this Sub to edit them:Sub NumEdit(ByRef Req, ByVal value, ByRef size, ByRef name, ByRef tag)Dim allDigsSet allDigs = new RegExpallDigs.P...
I've been searching everywhere online to find an alternative method besidesusing Microsoft.XMLHTTP (as it freezes the server up alot!!) but with no luckat all.I am using server side ASP, and some said to use Microsoft.ServerXMLHTTPinstead. However I have tried that as well and it still free...
hi Anthony,> Don't use the XMLHTTP in ASP, its not thread safe, use> MSXML2.ServerXMLHTTP.3.0 instead.What do you mean by "XMLHTTP is not thread safe"? Actually I've been havingproblem with XMLHTTP as it will freeze up the server (!!!) all the time. I'vebeen looking online t...
I want to take a value that users type into a field (actually 2fields--first and last name) and convert the first letter to Upper Case. Ihtought I could use UCase, but it seems to only work for an entire string.Anyone got a suggestion?...
Hello. I am working in classic asp. Some of the field values inserted inhebrew language(for mutli lang. site). It shows question marks or othersymbols inside asp page. I tried different codepage and charset commands butit does not work. Please advise.Michael...
Hi All,I have a large recordset to be displayed on a ASP 3.0 page. I am usingrecordset paging for this. For the next and previous link i am passing hrefas<a href=<Page URl>?page=<%= iPageCurrent - 1 %> for Previous.Now when i display the contents i also add a checkbox (for deletio...
I have two datasets wher I populate a dropdown list on startup, depending onradio button setting. If rbA then use ds_A, if rbB use ds_B. What is thebest way to store the datasets so I can populate the dropdown list withouthaving to connect to the db and repopulate the datasets every time? Below...
anyone have an example of using insertion point of data with MSWC.Tools ?e.g. how can I send data to a "div" tag ?Set oTools = Server.CreateObject("MSWC.Tools" )oTools.processForm "output.asp", "template.asp", "<div>"...
I have a client with a site that users can register at, we collect theiremails, if they have one, in an Access db. I have a page that uses CDOSYS tosend messages to those emails but I am getting "error '8004020f" when I dothis. About 75% of the members have emails so some email fields in th...
