Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

ASP | Forum profile

Forum profile page for ASP on http://www.digitalpoint.com. This report page is the aggregated overview from a single forum: ASP , located on the Message Board at http://www.digitalpoint.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for " ASP " on the Message Board at http://www.digitalpoint.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Webmaster Forum - Internet Marketing and Search Engine Forums -         ASP  (site profile, domain info digitalpoint.com)
Title: ASP
Url: http://forums.digitalpoint.com/forumdisplay.php...
Users activity: 18 post per thread
Forum activity: 41 active thread during last week
 

Posting activity on ASP :

  Week Month 3 Months
Threads: 41 101 245
Post: 63 175 442
 

ASP Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
makeitlive
10
user's latest post:
How to Insert quotes into DB
Published (2009-12-21 05:39:00)
parameters is the best way to go
camjohnson95
8
user's latest post:
I have my source code through...
Published (2009-12-22 04:04:00)
You can edit .asp with notepad.... Download the source (using FTP not your web browser).. Modify it using any text-editor or IDE (notepad will do), then upload the modified code.
avkluki
8
user's latest post:
Freelance Programmer on ASP /...
Published (2009-12-24 04:07:00)
Quote: Originally Posted by urstop Can you send me your profile/portfolio, may be we can work on some team projects in future. I'm qualified C# / .NET developer with 6 years experifence. Please PM me your email - I will send you my portfolio.
wak0
4
user's latest post:
logoff button that delete a cookie
Published (2009-12-29 06:57:00)
would it be possible for someone to paste the content of logon.aspx and defautl.aspx of a form authentication that is working. I am very new at this and dont know how to code on vb. if you have a system that works comparing to active directory that will be helpfull. I have used several code and i am guessing none of them work because i dont know what i a m doing. so if you have baby steps to follow i will appreaciate it. is just the form that...
SIPHILP
3
user's latest post:
I have my source code through...
Published (2009-12-20 06:21:00)
two different angles our posts have taken i think. Your wording on your previous post is confusing. @coopersPick When you say source, do you have lots of *.vb or *.cs files or do you have just a lot of *.aspx files with a bin and dll's ?
avkluki Peon
3
user's latest post:
How we can send Current page to...
Published (2009-12-24 03:57:00)
In a case of a simple form (not asp) you can specify <form action=".."> attribute with the same effect - data will be posted to the url specified in the "action"
JEP_Dude
3
user's latest post:
Will this code work in SQL 2005...
Published (2009-12-28 09:09:00)
Hey there....! PLEASE HELP! This is the first time I use SQL to read in data! I want to retrieve the entire SQL file into an array. If possible, I'd like ti to work for both SQL 2005 and 2008. Is that possible for a SQL novice! Imports System.Data.SQLClient Private Sub GetDataFromSQLFile () Dim DR As SQLDataReader Dim N As String = Nothing Dim DQ As String = "SELECT * FROM StockStatus ORDER BY StockSymbol" Dim DCommand...
urstop
2
user's latest post:
How to know email address exist ?
Published (2009-12-20 03:12:00)
Hmm, there is no way to test if the email exists without actually sending a email to the email address. And you can configure the Bounce mail box , so that if the email address does not exist, you get a bounced email to your mail box and then you can be sure that the mail id does not exists. This way you don't have to wait for the email user to click on the link in your confirmation mail.
coopersPick
2
user's latest post:
Need an .asp Programmer ASAP
Published (2009-12-22 15:10:00)
I have a website that wasn't finished and have a few errors that need fixing the first being huge if you try to sign up you get a system error: Module : _INC_dbConn.asp : openRSexecute(mySQL) Number : -2147217900 Page : /logreg.asp Desc : [Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement. along with a few other misc. errors throughout the site that I have found that need to be fixed asap. So please send me...
alexpr07
2
user's latest post:
How to Insert quotes into DB
Published (2009-12-23 06:34:00)
You can use replace function to change quotes to html code, for example Code: string=replace(string, chr(34), """, 1, -1, 1)
 

Latest active threads on ASP ::

Webmaster Forum - Internet Marketing and Search Engine Forums
Started 2 days, 4 hours ago (2009-12-29 08:19:00)  by BlackApache
I just stick with Cpanel myself, its really the easiest, and best in my opinion. I have tried a few other control panels too, such as Zpanel, and I still think its the best out there.
Thread:  Show this thread (2 posts)   Thread info: Adrotator Control Size: 183 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Adrotator Control ::         ASP   :: Webmaster Forum - Internet Marketing and Search En..."
Webmaster Forum - Internet Marketing and Search Engine Forums
Started 2 weeks, 6 days ago (2009-12-10 19:36:00)  by SEOLurker
<% Response.Buffer = True Dim strCookieName Dim strCookieValue strCookieName = CStr(Request.QueryString("name")) strCookieValue = CStr(Request.QueryString("value")) If strCookieName <> "" Then If strCookieValue <> "" Then Response.Cookies(strCookieName) = strCookieValue Response.Cookies(strCookieName).Expires = Date() + 1 Else Response.Cookies(...
Thread:  Show this thread (6 posts)   Thread info: logoff button that delete a cookie Size: 754 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: logoff button that delete a cookie ::         ASP   :: Webmaster Forum - Internet Marketing and Search En..."
Webmaster Forum - Internet Marketing and Search Engine Forums
Started 2 days, 7 hours ago (2009-12-29 05:11:00)  by laado
simply form. i just want when i click add news button a form open in which i write news. then save it. when i save it will save in database.
Thread:  Show this thread (2 posts)   Thread info: adding news problem Size: 140 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: adding news problem ::         ASP   :: Webmaster Forum - Internet Marketing and Search En..."
Webmaster Forum - Internet Marketing and Search Engine Forums
Started 3 days, 8 hours ago (2009-12-28 04:18:00)  by elladrone
show us the xml file excerpt - I am afraid it was not properly formatted
Thread:  Show this thread (2 posts)   Thread info: Parse html tag withing xml files with asp Size: 72 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Parse html tag withing xml files with asp ::         ASP   :: Webmaster Forum - Internet Marketing and Search En..."
Webmaster Forum - Internet Marketing and Search Engine Forums
Started 3 days, 9 hours ago (2009-12-28 03:14:00)  by shall
Try this link
Thread:  Show this thread (2 posts)   Thread info: i show table data in asp.net my own style in page with Paging Size: 113 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: i show table data in asp.net my own style in page with Paging ::         ASP   :: Webmaster Forum - Internet Marketing and Search En..."
Webmaster Forum - Internet Marketing and Search Engine Forums
Started 1 week ago (2009-12-24 03:45:00)  by avkluki
What do you use for getting result from SQL - DataReader or DataSet ?
Thread:  Show this thread (5 posts)   Thread info: HELP! How can I assign SQL Result to ASP.Net variables? Size: 69 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: HELP! How can I assign SQL Result to ASP.Net variables? ::         ASP   :: Webmaster Forum - Internet Marketing and Search En..."
Webmaster Forum - Internet Marketing and Search Engine Forums
Started 1 month, 2 weeks ago (2009-11-13 10:38:00)  by sumeetx
Hi, I have over 10+ years of experience in software development. I am software developer looking for freelance or Full Time work, my skill sets: .NET TECHNOLOGY .NET(ASP.NET / C# / VB.NET) MOSS 2007 / SharePoint 2003 VB, ASP (VBScript & Javascript), SQL Server, Access (VBA), Excel (VBA), Oracle Crystal Reports & SQL Reporting Service LAMP TECHNOLOGY...
Thread:  Show this thread (9 posts)   Thread info: Freelance Programmer on ASP / ASP.NET Size: 755 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Freelance Programmer on ASP / ASP.NET ::         ASP   :: Webmaster Forum - Internet Marketing and Search En..."
 

Hot threads for last week on ASP ::

        ASP
Started 1 week ago (2009-12-24 03:45:00)  by avkluki
What do you use for getting result from SQL - DataReader or DataSet ?
Thread:  Show this thread (5 posts)   Thread info: HELP! How can I assign SQL Result to ASP.Net variables? Size: 69 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: HELP! How can I assign SQL Result to ASP.Net variables? ::         ASP   :: Webmaster Forum - Internet Marketing and Search En..."
        ASP
Started 1 week, 5 days ago (2009-12-19 00:11:00)  by nikes
Check your PM .net Tips
Thread:  Show this thread (7 posts)   Thread info: Need an ASP.NET Programmer Size: 103 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Need an ASP.NET Programmer ::         ASP   :: Webmaster Forum - Internet Marketing and Search En..."
        ASP
Started 3 weeks ago (2009-12-10 02:43:00)  by webmaster8757 Peon
I m confused that how can i post current page to different Aspx page.please help me.Please explain me by giving some suitable examples.
Thread:  Show this thread (13 posts)   Thread info: How we can send Current page to different aspx page Size: 145 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "How we can send Current page to different aspx page ::         ASP   :: Webmaster Forum - Internet Marketing and Search En..."
        ASP
Started 1 week, 1 day ago (2009-12-23 06:31:00)  by alexpr07
Can you send me your script (logreg.asp) file so I could look at it? you can e-mail it to alexpr10[at]alinasguide.com
Thread:  Show this thread (4 posts)   Thread info: Need an .asp Programmer ASAP Size: 124 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Need an .asp Programmer ASAP ::         ASP   :: Webmaster Forum - Internet Marketing and Search En..."
        ASP
Started 2 weeks, 2 days ago (2009-12-15 10:02:00)  by aquilax
What kind of authentication are you using? If it's Basic access authentication, consider this: Existing browsers retain authentication information until the tab or browser is closed or the user clears the history. HTTP does not provide a method for a server to direct clients to discard these cached credentials. This means that there is no effective way for a server to "log out" the user ...
Thread:  Show this thread (13 posts)   Thread info: FRUSTRATION after trying all possible sign out end session codes Size: 894 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: FRUSTRATION after trying all possible sign out end session codes ::         ASP   :: Webmaster Forum - Internet Marketing and Search En..."
        ASP
Started 1 month, 2 weeks ago (2009-11-13 10:38:00)  by sumeetx
Hi, I have over 10+ years of experience in software development. I am software developer looking for freelance or Full Time work, my skill sets: .NET TECHNOLOGY .NET(ASP.NET / C# / VB.NET) MOSS 2007 / SharePoint 2003 VB, ASP (VBScript & Javascript), SQL Server, Access (VBA), Excel (VBA), Oracle Crystal Reports & SQL Reporting Service LAMP TECHNOLOGY...
Thread:  Show this thread (9 posts)   Thread info: Freelance Programmer on ASP / ASP.NET Size: 755 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Freelance Programmer on ASP / ASP.NET ::         ASP   :: Webmaster Forum - Internet Marketing and Search En..."
        ASP
Started 2 days, 4 hours ago (2009-12-29 08:19:00)  by BlackApache
I just stick with Cpanel myself, its really the easiest, and best in my opinion. I have tried a few other control panels too, such as Zpanel, and I still think its the best out there.
Thread:  Show this thread (2 posts)   Thread info: Adrotator Control Size: 183 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Adrotator Control ::         ASP   :: Webmaster Forum - Internet Marketing and Search En..."
        ASP
Started 2 weeks, 6 days ago (2009-12-10 19:36:00)  by SEOLurker
<% Response.Buffer = True Dim strCookieName Dim strCookieValue strCookieName = CStr(Request.QueryString("name")) strCookieValue = CStr(Request.QueryString("value")) If strCookieName <> "" Then If strCookieValue <> "" Then Response.Cookies(strCookieName) = strCookieValue Response.Cookies(strCookieName).Expires = Date() + 1 Else Response.Cookies(...
Thread:  Show this thread (6 posts)   Thread info: logoff button that delete a cookie Size: 754 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: logoff button that delete a cookie ::         ASP   :: Webmaster Forum - Internet Marketing and Search En..."
        ASP
Started 2 days, 7 hours ago (2009-12-29 05:11:00)  by laado
simply form. i just want when i click add news button a form open in which i write news. then save it. when i save it will save in database.
Thread:  Show this thread (2 posts)   Thread info: adding news problem Size: 140 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: adding news problem ::         ASP   :: Webmaster Forum - Internet Marketing and Search En..."
        ASP
Started 3 days, 9 hours ago (2009-12-28 03:14:00)  by shall
Try this link
Thread:  Show this thread (2 posts)   Thread info: i show table data in asp.net my own style in page with Paging Size: 113 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: i show table data in asp.net my own style in page with Paging ::         ASP   :: Webmaster Forum - Internet Marketing and Search En..."