Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~5K People Reached
About Me

.

Favorite Forums
Favorite Tags
asp x 16
Member Avatar for PotaZinga

Hi everyone i am getting an error that says Microsoft Office Excel error '800a03ec' Unable to get the Open property of the Workbooks class when i try to open an excel work book in my code . The line of code where i get the error is [icode] Set ExcelBook …

Member Avatar for Mounika_6
0
4K
Member Avatar for SamJoe1

Hello! I would be grateful if somebody can advise me how I can build site same as [url]http://www.guide2marbella.com/property/[/url], namely, I want to creat same search form on my site where I can search items by location, etc. I am very new to web development and know only HTML and CSS. …

Member Avatar for arden_k
0
144
Member Avatar for Dumb Fish

Hi, i got wrote the DataFormatString="{0:dd/MM/yyyy}" but the date format still in "dd-MM-yyyy" .What should i add in to turn to dd/MM/yyyy?? Thanks.

Member Avatar for PotaZinga
0
111
Member Avatar for PotaZinga

Hi there please help i want to consume a json web servvices with classic asp . i am still very new at web services a simple detailed sample code should do. thanx in advance...

Member Avatar for PotaZinga
0
97
Member Avatar for PotaZinga

Hi please help with the coed to upload a CSV file. i triied using this code which i used on msome of my pages to upload files like pictures and text files and it works pefactly [code=asp] strFile = "C:\TBP_IntdevResellerReport.csv " set galaxy = Server.CreateObject("SiteGalaxyUpload.Form") if galaxy("upload_btn") = "Upload" then …

Member Avatar for PotaZinga
0
102
Member Avatar for PotaZinga

hi! everyone. please help i need to add a date picker to an asp page and i have been looking over the internet and i cant find anything to help me.it may be a drop down or may be like (check this page [url]http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Calendar/Calendar.aspx[/url]) .it would be real nice if …

Member Avatar for localinternet
0
90
Member Avatar for PotaZinga

Hi please help i would like to know if it is possible to request all form vairables and store them in one variable and cycle through them and display them in a table like if you where to use the [code=asp] <% For i = 1 To Request.Form("displayname").Count Response.Write Request.Form("displayname")(i) …

0
78
Member Avatar for PotaZinga

hi please guys help am also trying to upload a small file and this is the code i used.i have have also tried looking at the [url]http://www.freeaspupload.net[/url] site but am very new and i learn as i do . i have used this code by the way it was 1st …

Member Avatar for achinaseller
0
129
Member Avatar for farooq484

[B]I need suggestion, i am fresh graduate and i want to start free lancing. But the point is how come an employer will give me a project as i have just education experience of my final year project and semester projects. I have a very little professional experience. My interest …

Member Avatar for PotaZinga
0
107
Member Avatar for PotaZinga

hi! please help am still new on ASP and am having trouble deleting from a table please help. the code i used is this: [code=asp] <% set conn=Server.CreateObject("ADODB.Connection") conn.Open "Provider=SQLNCLI;Server=THABO-2A88C6501\SQLEXPRESS;Database=customers;User ID=sa;Password=thabo;" set rs=Server.CreateObject("ADODB.recordset") if request("Delete")="Delete" then sql="DELETE * FROM Details WHERE Cust_ID='4567'" end if%> <center><form method="post" action="Delete.asp"> <input type="submit" name="Delete" …

Member Avatar for PotaZinga
0
98