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.NET | Forum profile

Forum profile page for ASP.NET on http://www.codeguru.com. This report page is the aggregated overview from a single forum: ASP.NET, located on the Message Board at http://www.codeguru.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.NET" on the Message Board at http://www.codeguru.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: CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions - ASP.NET (site profile, domain info codeguru.com)
Title: ASP.NET
Url: http://www.codeguru.com/forum/forumdisplay.php?...
Users activity: 17 post per thread
Forum activity: 11 active threads during last week
 

Posting activity on ASP.NET:

  Week Month 3 Months
Threads: 11 30 114
Post: 16 50 196
 

ASP.NET Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
temoty
4
user's latest post:
Simple If then Else Statement
Published (2009-12-11 14:17:00)
anyone anyone?
davidmaria
1
user's latest post:
accessing global.aspx from IIS
Published (2009-12-04 18:28:00)
My url is something like this http://<ipaddress>:<portnumber>/cather/getfilters?id=1&desc=xxx (here id and desc may vary) i know i can use urlrewrite or handling request in Application_BeginRequest method in global.aspx. protected void Application_BeginRequest(Object sender, EventArgs e){ try { HttpContext myContext = HttpContext.Current; myContext.RewritePath("actualfile.aspx?" +...
dannystommen
1
user's latest post:
Async webform and globalization
Published (2009-12-04 05:10:00)
I have an async webform with globalization. Code: <%@ Page Async="true" ... Code: protected override void InitializeCulture() { string culture = ""; if (Request.QueryString["ci"] != null) culture = Request.QueryString["ci"]; System.Globalization.CultureInfo ci = new System.Globalization.CultureInfo(culture); System.Threading.Thread.CurrentThread.CurrentCulture = ci;...
hoagers34
1
user's latest post:
ReportViewer Control
Published (2009-12-06 19:26:00)
I have uploaded reports to my dev laptop and can render the reports when i am on the report manager url...but when i put a reportviewer control on a web application, i get the following error... • The underlying connection was closed: An unexpected error occurred on a receive. o Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.  An existing connection was forcibly...
sonia.sardana
1
user's latest post:
Paypal API
Published (2009-12-06 13:35:00)
hello friends I want to use paypal api.Can somebody tell me how to use api in asp.net??? Give me some source codes?
davidmaria davidmaria is offline...
1
user's latest post:
accessing global.aspx from IIS
Published (2009-12-04 18:28:00)
My url is something like this http://<ipaddress>:<portnumber>/cather/getfilters?id=1&desc=xxx (here id and desc may vary) i know i can use urlrewrite or handling request in Application_BeginRequest method in global.aspx. protected void Application_BeginRequest(Object sender, EventArgs e){ try { HttpContext myContext = HttpContext.Current; myContext.RewritePath("actualfile.aspx?" +...
dannystommen Member +
1
user's latest post:
Async webform and globalization
Published (2009-12-04 05:10:00)
I have an async webform with globalization. Code: <%@ Page Async="true" ... Code: protected override void InitializeCulture() { string culture = ""; if (Request.QueryString["ci"] != null) culture = Request.QueryString["ci"]; System.Globalization.CultureInfo ci = new System.Globalization.CultureInfo(culture); System.Threading.Thread.CurrentThread.CurrentCulture = ci;...
Srain
1
user's latest post:
Displaying Address Book from...
Published (2009-12-08 00:00:00)
Hi Please can you tell if any resolution you got for this issue As am getting similar error when tried accessing address book from ASP 3.0 objSession.Addressbook gives an exception "[Collaboration Data Objects - [MAPI_E_NO_SUPPORT(80040102)]]".
Bahamut666
1
user's latest post:
Simple If then Else Statement
Published (2009-12-10 19:01:00)
Quote: Originally Posted by temoty I really need some help for a work project I'm doing. It's been a long time since I wrote VB script on a .asp file. I need to write something like this, but it's not working: ___________________________________________ <% Dim ToEmail IF frmOffice = "Projects" Then ToEmail = "123@hotmail.com" If frmOffice = "Systems" Then ToEmail =...
rjkendall
1
user's latest post:
WebRequest -="The request...
Published (2009-12-11 13:43:00)
Have you tried 'SW.Flush()' before the 'SW.Close()' call?
 

Latest active threads on ASP.NET::

CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 21 hours, 56 minutes ago (2009-12-14 08:29:00)  by Bill Crawley
If you install Firbug and the developer toolbar for firefox, you should be able to step your code in the browser and see what the browser is referencing (both are firefox add-ons)
Thread:  Show this thread (2 posts)   Thread info: FireFox issue!! Size: 179 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: FireFox issue!! :: ASP.NET :: CodeGuru Forums - A Developer.com Community for C+..."
CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 4 days, 11 hours ago (2009-12-10 19:01:00)  by Bahamut666
Quote: Originally Posted by temoty I really need some help for a work project I'm doing. It's been a long time since I wrote VB script on a .asp file. I need to write something like this, but it's not working: ___________________________________________ <% Dim ToEmail IF frmOffice = "Projects" Then ...
Thread:  Show this thread (6 posts)   Thread info: Simple If then Else Statement Size: 3,067 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Simple If then Else Statement :: ASP.NET :: CodeGuru Forums - A Developer.com Community for C+..."
CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 3 days, 16 hours ago (2009-12-11 13:43:00)  by rjkendall
Have you tried 'SW.Flush()' before the 'SW.Close()' call?
Thread:  Show this thread (2 posts)   Thread info: WebRequest -="The request was aborted: The request was canceled." Size: 57 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: WebRequest -="The request was aborted: The request was canceled." :: ASP.NET :: CodeGuru Forums - A Developer.com Community for C+..."
CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 1 week, 3 days ago (2009-12-04 18:28:00)  by davidmaria davidmaria is offline Junior Member
My url is something like this http://<ipaddress>:<portnumber>/cather/getfilter s?id=1&desc=xxx (here id and desc may vary) i know i can use urlrewrite or handling request in Application_BeginRequest method in global.aspx. protected void Application_BeginRequest(Object sender, EventArgs e){ try { HttpContext myContext = ...
Thread:  Show this thread (2 posts)   Thread info: accessing global.aspx from IIS Size: 1,609 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "accessing global.aspx from IIS :: ASP.NET :: CodeGuru Forums - A Developer.com Community for C+..."
CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 1 week, 4 days ago (2009-12-04 05:10:00)  by dannystommen Member +
I have an async webform with globalization. Code: <%@ Page Async="true" ... Code: protected override void InitializeCulture() { string culture = ""; if (Request.QueryString["ci"] != null) culture = Request.QueryString["ci"]; System.Globalization.CultureInfo ci = new System.Globalization.CultureInfo(culture);...
Thread:  Show this thread (2 posts)   Thread info: Async webform and globalization Size: 1,714 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Async webform and globalization :: ASP.NET :: CodeGuru Forums - A Developer.com Community for C+..."
 

Hot threads for last week on ASP.NET::

ASP.NET
Started 4 days, 11 hours ago (2009-12-10 19:01:00)  by Bahamut666
Quote: Originally Posted by temoty I really need some help for a work project I'm doing. It's been a long time since I wrote VB script on a .asp file. I need to write something like this, but it's not working: ___________________________________________ <% Dim ToEmail IF frmOffice = "Projects" Then ...
Thread:  Show this thread (6 posts)   Thread info: Simple If then Else Statement Size: 3,067 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Simple If then Else Statement :: ASP.NET :: CodeGuru Forums - A Developer.com Community for C+..."
ASP.NET
Started 3 days, 16 hours ago (2009-12-11 13:43:00)  by rjkendall
Have you tried 'SW.Flush()' before the 'SW.Close()' call?
Thread:  Show this thread (2 posts)   Thread info: WebRequest -="The request was aborted: The request was canceled." Size: 57 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: WebRequest -="The request was aborted: The request was canceled." :: ASP.NET :: CodeGuru Forums - A Developer.com Community for C+..."
ASP.NET
Re: FireFox issue!! - 1 new post
Started 21 hours, 56 minutes ago (2009-12-14 08:29:00)  by Bill Crawley
If you install Firbug and the developer toolbar for firefox, you should be able to step your code in the browser and see what the browser is referencing (both are firefox add-ons)
Thread:  Show this thread (2 posts)   Thread info: FireFox issue!! Size: 179 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: FireFox issue!! :: ASP.NET :: CodeGuru Forums - A Developer.com Community for C+..."