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... 

Getting Started | Forum profile

Forum profile page for Getting Started on http://www.asp.net. This report page is the aggregated overview from a single forum: Getting Started, located on the Message Board at http://www.asp.net. 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 "Getting Started" on the Message Board at http://www.asp.net 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: Forums - ASP.NET Forums - Getting Started (site profile, domain info asp.net)
Title: Getting Started
Url: http://forums.asp.net/15.aspx
Users activity: 3 posts per thread
Forum activity: 258 active threads during last week
 

Posting activity on Getting Started:

  Week Month 3 Months
Threads: 258 620 1,724
Post: 739 1,798 5,107
 

Getting Started Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
irokhes
21
user's latest post:
Extract information from string...
Published (2009-11-27 05:50:00)
 Hi, use next expressio : -qmax\s*\w*   good luck
thuhue
20
user's latest post:
Windows 7 Home Premium
Published (2009-11-27 17:06:00)
I am planning to get a brand new box with Windows 7 Home Premium installed before installing VS2008, SQL2008 and Office 2008, etc...
raghav_khunger
20
user's latest post:
Extract information from string...
Published (2009-11-27 16:25:00)
string pattern = @"-qmax\s+\w+"; string inputString = "-qcomp 0.6 -qmax 15 -qdiff 4 -i_qfactor 0.71428572 -b_qfactor 0.76923078"; string output = System.Text.RegularExpressions.Regex.Match(inputString, pattern).Value;
vijayst
19
user's latest post:
Recommend blog engine on .NET
Published (2009-11-27 05:22:00)
You can try the BlogEngine.Net in Codeplex: http://www. codeplex .com/ blogengine  
mudassarkhan
15
user's latest post:
Recommend blog engine on .NET
Published (2009-11-27 05:29:00)
you can try both http://www.subtextproject.com/ http://www.dotnetblogengine.net/ I have used BlogEngine but seen few blogs using subtext which too are good 
mendhak
12
user's latest post:
Load Control at run time .
Published (2009-11-26 05:42:15)
Hey, I think all you need to do is add a reference to the two JS files mentioned <script src="jquery.js" type="text/javascript"></script> <script src="jquery.lazyload.js" type="text/javascript"></script> And then add this to another <script> block on the page inside the <head> section....
Bober Song - MSFT
12
user's latest post:
Import image from excel to...
Published (2009-11-27 04:50:00)
HI, Please double check the following links: http://joymon.googlepages.com/ExcelImageRead.zip http://msdn.microsoft.com/en-us/library/microsoft.office.interop.excel._worksheet(office.11).aspx I hope it is helpful to you. 
hs_jha
11
user's latest post:
Recommend blog engine on .NET
Published (2009-11-27 07:35:00)
I am a happy BE user !! It used to execute slow for heavy images page but with this setting that also is no more a prob.. http://www.jcodes.info/post/Optimizing-blog-engine-in-terms-of-page-delivery-on-shared-hosting.aspx
icm63
10
user's latest post:
Code Challenge: iframe not a...
Published (2009-11-24 14:33:59)
it works...
danny23
10
user's latest post:
smtp problem
Published (2009-11-24 07:16:08)
it worked :) thank u! i have one more question but its not about sending email its about login button ? can i ask u? Its a problem i wrote the code but i guess it has some or a lot of errors :S it doesnt work and i dont know how to do after the user log in to be redirected to e webform.?? THis is my code: Dim dbcon As String = "Server=game23;Initial Catalog=CapstonStockTrading;user id=mendi;password=mendi;"...
 

Latest active threads on Getting Started::

Forums - ASP.NET Forums
Started 1 day ago (2009-11-28 18:03:45)  by TonyWhalen
The nicest way to do this kind of thing is using e.g. a Formview bound to a data source of some kind so that no code is required at all. However, the best alternative is probably just to place a Label control wherever you want the variable values to appear: e.g. <h1>The temperature is now <b><asp:Label ID="lblTemperature" runat="server" /></b>.</h1> and then in the code you can ...
Thread:  Show this thread (4 posts)   Thread info: Basic .NET question regarding variables Size: 655 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Basic .NET question regarding variables :: Getting Started :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 1 day, 1 hour ago (2009-11-28 17:43:16)  by jimmy q
Meltdown: I have a procedure that I want to call on multiple pages, what is the best way to do this? I only want the code block to be in one place for easy management and updating. In old ASP you'd use an include file, what do I use in Asp.Net. You can create a class that would be used by all pages if they need to. The class can be instance based or static....
Thread:  Show this thread (3 posts)   Thread info: Reusable Code Size: 638 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Reusable Code :: Getting Started :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 2 days, 1 hour ago (2009-11-27 17:06:00)  by thuhue
I am planning to get a brand new box with Windows 7 Home Premium installed before installing VS2008, SQL2008 and Office 2008, etc...
Thread:  Show this thread (4 posts)   Thread info: Windows 7 Home Premium Size: 232 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Windows 7 Home Premium :: Getting Started :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 2 months, 2 weeks ago (2009-09-13 23:11:24)  by Bober Song - MSFT
Hi phill.phill123 , What's the problem? The 'CurSheet' is the sheet variable name which you operate. and the Pictures parameter is the picture column number. For detail, please check my last post links. If you have any questions, please post your error message for more help.
Thread:  Show this thread (5 posts)   Thread info: Import image from excel to datatable. Size: 451 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Import image from excel to datatable. :: Getting Started :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 1 day, 15 hours ago (2009-11-28 03:54:19)  by ali62b
seems you would make your way through MVC . in ASP.NET MVC ther is no more VIEWSTATE ...
Thread:  Show this thread (10 posts)   Thread info: Seo Page rank loosing due to view state and scripts Size: 215 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Seo Page rank loosing due to view state and scripts :: Getting Started :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 1 day, 11 hours ago (2009-11-28 07:07:49)  by Mikesdotnetting
An Html Editor should only be used if you want to retrieve html. If you are asking users to add items to go into a DropDownList, you should provide them with a plain TextBox. Otherwise you will have to parse the html you extract the values you want, which is messy and unnecessary if you use the right controls.
Thread:  Show this thread (3 posts)   Thread info: HTML Mark up to combobox Size: 434 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: HTML Mark up to combobox :: Getting Started :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 1 day, 9 hours ago (2009-11-28 09:45:20)  by Aquaren
Add a using System.Net.Mail; to the top of your class public void SendEmail(string to, string from, string subject, string body) { MailMessage msg = new MailMessage(to, from); msg.Subject = subject; msg.Body = body; SmtpClient client = new SmtpClient(); client.Host = "mail.youroutgoingsmtpserver.com";...
Thread:  Show this thread (4 posts)   Thread info: how to send email in asp.net using C# with out use web.config file... Size: 769 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: how to send email in asp.net using C# with out use web.config file no
server settings in web.config file :: Getting Started :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 1 day, 10 hours ago (2009-11-28 08:22:50)  by XIII
Hi, there are 2 starter kits under the downloads section: DotShoppingCart dashCommerce Also there are others to be found: http://www.lmgtfy.com/?q=asp.net+shopping+cart . Grz, Kris.
Thread:  Show this thread (3 posts)   Thread info: Shopping Cart Size: 977 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Shopping Cart :: Getting Started :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 1 day, 6 hours ago (2009-11-28 12:58:22)  by TATWORTH
For more information on Sitefinity, please see http://www.sitefinity.com/
Thread:  Show this thread (2 posts)   Thread info: Create a admin control panel of my pages in aspx Size: 234 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Create a admin control panel of my pages in aspx :: Getting Started :: Forums - ASP.NET Forums"
 

Hot threads for last week on Getting Started::

Getting Started
Re: smtp problem - 17 new posts
Started 1 week, 3 days ago (2009-11-19 18:13:59)  by Careed
What was the error message itself? Cannot relay? Port not open?
Thread:  Show this thread (28 posts)   Thread info: smtp problem Size: 176 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: smtp problem :: Getting Started :: Forums - ASP.NET Forums"
Getting Started
Started 5 days, 3 hours ago (2009-11-24 15:59:00)  by karan@dotnet
Do you have anything else on you page?
Thread:  Show this thread (14 posts)   Thread info: "Object reference not set to an instance of an object" Size: 140 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: "Object reference not set to an instance of an object" :: Getting Started :: Forums - ASP.NET Forums"
Getting Started
Started 4 days, 5 hours ago (2009-11-25 14:01:00)  by rtpHarry
The amount of try catch blocks you will see varies from one development methodology to another. Uncle Bob doesn't advocate returning error values because it can hamper your ability to write clean code. You are also mixing two different things together (the logic of the code and the error processing logic). He has a book called Clean Code: http://www.amazon.co.uk/Clean-Code-Handbook-Softwa re-...
Thread:  Show this thread (13 posts)   Thread info: When to use a try/catch block Size: 751 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: When to use a try/catch block :: Getting Started :: Forums - ASP.NET Forums"
Getting Started
Started 1 week, 1 day ago (2009-11-21 12:16:00)  by Danish Ali
Make sure you are not calling same javascript function on each hyperlink click. Please post your code.
Thread:  Show this thread (12 posts)   Thread info: Popup window problem Size: 205 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Popup window problem :: Getting Started :: Forums - ASP.NET Forums"
Getting Started
Started 3 days, 5 hours ago (2009-11-26 13:05:24)  by SMAS-SMAS
At thye time of using IE I never see the title other than "e" can you please refer me any website where title other than "e".
Thread:  Show this thread (11 posts)   Thread info: Web Page Title Symbol Size: 246 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Web Page Title Symbol :: Getting Started :: Forums - ASP.NET Forums"
Getting Started
Re: Help fix this code - 10 new posts
Started 1 week, 2 days ago (2009-11-20 18:09:00)  by Careed
The method RenderControl takes an argument of HtmlTextWriter, not Control, thus the argument is invalid. What do you want to do here?
Thread:  Show this thread (10 posts)   Thread info: Help fix this code Size: 244 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Help fix this code :: Getting Started :: Forums - ASP.NET Forums"
Getting Started
Started 5 days, 11 hours ago (2009-11-24 07:24:21)  by Danish woman
I just want to clarify that the biggest problem is when I use the objects in ItemCreated for datalist, datagrid ect
Thread:  Show this thread (10 posts)   Thread info: Classes slows my application down Size: 210 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Classes slows my application down :: Getting Started :: Forums - ASP.NET Forums"
Getting Started
Started 1 day, 15 hours ago (2009-11-28 03:54:19)  by ali62b
seems you would make your way through MVC . in ASP.NET MVC ther is no more VIEWSTATE ...
Thread:  Show this thread (10 posts)   Thread info: Seo Page rank loosing due to view state and scripts Size: 215 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Seo Page rank loosing due to view state and scripts :: Getting Started :: Forums - ASP.NET Forums"
Getting Started
Started 1 day, 13 hours ago (2009-11-28 05:04:33)  by XIII
Hi, Mohammed Askar: I am looking for good Flash player for my asp.net website. What's wrong with the default flash player from Adobe? Mohammed Askar: I want to retive vudo URL from database while im strong file in local drive. I think you mean a streaming video solution. If so take a look at http://www.google.be/search?rlz=1C1GGLS_enBE333BE3 33&sourceid=chrome&ie=UTF-8&q=...
Thread:  Show this thread (10 posts)   Thread info: Need a good flash Video Player Size: 929 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Need a good flash Video Player :: Getting Started :: Forums - ASP.NET Forums"
Getting Started
Started 2 days, 15 hours ago (2009-11-27 03:58:00)  by irokhes
Hi, I´ve used Starter kit blog and it works fine http://www.asp.net/Downloads/starter-kits/blog-eng ine/ good luck
Thread:  Show this thread (9 posts)   Thread info: Recommend blog engine on .NET Size: 344 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Recommend blog engine on .NET :: Getting Started :: Forums - ASP.NET Forums"