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: 26 posts per thread
Forum activity: 170 active threads during last week
 

Posting activity on Getting Started:

  Week Month 3 Months
Threads: 170 623 1,917
Post: 434 1,515 4,969
 

Getting Started Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
imran_ku07
13
user's latest post:
Cannot implicitly convert type...
Published (2008-11-28 06:56:00)
  deniz_seaside: Request.QueryString[ "mail" ] This may be null check, querty string is passing with key  mail
mbanavige
10
user's latest post:
NameValueCollection questions?
Published (2008-11-27 14:58:03)
if you are creating it as New so you can use it then it always starts empty and does not need to be cleared initially. if it is an NVC that you had stored somewhere then it could have items still in it.
Mauro_net
10
user's latest post:
is there a way to get a page to...
Published (2008-11-29 00:33:11)
Sure. The object HttpWebRequest does the drill. It sends a request to a web server just like any browser would do. Actually, when u use it, you can say your app is surfing the web! Its common usages include automated testing (automate request and check for error 500) and "sniffing" for content. Here are vb and C# exmaples: Visual Basic: If Not (IsPostBack) Then     Try...
HeartattacK
10
user's latest post:
Excel special characters
Published (2008-11-29 03:26:38)
If I have a string: string s = "Hello" + Environment.NewLine + "world"; How would I convert that to an excel compliant (xsl compliant?) string? If I use alt+enter and type that into an excel cell, saving as xml and opening in notepad shows that the data is like "Hello
world". So, using C# how do I take a string like  "Hello" + Environment.NewLine +...
Lee Dumond
9
user's latest post:
Do custom error pages return 404...
Published (2008-11-25 19:02:37)
I suppose you could sniff the Url of the requested page and stuff a massive Case...Else statement in there. What I've done in the past is to put this in the load handler of the old page, then use url remapping in web.config. But, I've never had to do it for more than a handful of pages on a site before. If you have a lot of pages, there may be an easier method. You are correct about what happens with a 301 -- the index will update...
Nemesis116
9
user's latest post:
Deciding on the...
Published (2008-11-27 14:16:46)
That's because C# is the way to go. Take a look at the downloadpage of the expressedition: VB -> Productivity that is ideal for first time or casual Windows programming. C# -> A great combination of power and productivity for the Windows developer. At school they taught me VB. When I started working I had to program in C#. At first I was like WTF and now I'm like omg C# is so much eleganter/nicer/flexibiler then VB....
Erwin21
7
user's latest post:
Path
Published (2008-11-27 13:24:10)
Forward slash "/" are used for url's Backward slash "\" are used for filesystem path's
Mr^B
7
user's latest post:
compare byte array
Published (2008-11-27 12:26:26)
Hi, You have to write your own comparison, going through the array one element at a time - it's just the way that object equality works for byte arrays.  
funluckykitty
6
user's latest post:
Data won't populate...
Published (2008-11-25 15:01:36)
If you're up for a challenge and have any advice on why my file uploads are saving in the wrong directory, take a look at this post..  I need all the help I can get... http://forums.asp.net/t/1353017.aspx
I.odineX
6
user's latest post:
Help with variables...ugh!
Published (2008-11-25 18:01:54)
Yes it did have values assigned.  The solution was to add it to the Session as mentioned.  Thank you so much for your help and taking the time to take a look!  Much obliged.   --][--
 

Latest active threads on Getting Started::

Forums - ASP.NET Forums
Started 3 days, 18 hours ago (2008-11-29 04:20:13)  by kcube
Can i disable event loging, i just want to write the error log to xml file. how could i achieve it .. there may be some setting in app.config. am working with an windows application. Thanks in advance
Thread:  Show this thread (1 post)   Thread info: Error message:The event log file is full Size: 322 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Error message:The event log file is full :: Getting Started :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 3 days, 19 hours ago (2008-11-29 03:26:38)  by HeartattacK
If I have a string: string s = "Hello" + Environment.NewLine + "world"; How would I convert that to an excel compliant (xsl compliant?) string? If I use alt+enter and type that into an excel cell, saving as xml and opening in notepad shows that the data is like "Hello world". So, using C# how do I take a string like "Hello" + Environment.NewLine + "world"; and convert it to "Hello...
Thread:  Show this thread (2 posts)   Thread info: Excel special characters Size: 797 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Excel special characters :: Getting Started :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 5 days, 13 hours ago (2008-11-27 09:25:00)  by ferozkhan
hi guys, i have written a subroutine to access and excel file from local pc as a database everything works fine on local pc when testing, but when i upload my website to IIS server it gives me error. what is the solution for accessing an excel file from a remote pc? any help is highly appreciated. thanks Fairozkhan
Thread:  Show this thread (6 posts)   Thread info: Access Excel file as database from remote pc Size: 482 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Access Excel file as database from remote pc :: Getting Started :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 3 days, 20 hours ago (2008-11-29 02:22:29)  by srisoft
Thank you Sir for Replaying i need just checkout with palpal option can u send any sample code for this and link for paypal thanks in advance
Thread:  Show this thread (1 post)   Thread info: Help Me Size: 320 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Thank you :: Getting Started :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 4 days ago (2008-11-28 22:46:55)  by niranjana
s till the same problem if i keep return test1() , javascript will work perfectly. But after that dropdownlist selected index changed event is not happening...
Thread:  Show this thread (2 posts)   Thread info: dropdownlist onchange event problem Size: 357 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: dropdownlist onchange event problem :: Getting Started :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 4 days, 1 hour ago (2008-11-28 21:26:20)  by asp2go
I have a multiview inside a formview and want to create menu/buttons to change the active view of the multiview. I am getting "object not set to instance" with the following: Attempt 1: Dim m As MultiView = DirectCast (FormView1.FindControl( "MultiView1" ), MultiView) m.ActiveViewIndex = 0 Attempt 2: Dim m As MultiView = DirectCast (FormView1.FindControl( "...
Thread:  Show this thread (2 posts)   Thread info: Multiview inside Formview Change Active Issue Size: 1,987 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Multiview inside Formview Change Active Issue :: Getting Started :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 4 days, 17 hours ago (2008-11-28 06:02:00)  by wistler
Hello experts Plz tell me what is the difference between .NET Remoting & Web Services .and plz also write which one is suitable in what scenarios. Thanks in advance
Thread:  Show this thread (4 posts)   Thread info: Remoting vs Web Service Size: 283 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Remoting vs Web Service :: Getting Started :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 4 days, 4 hours ago (2008-11-28 19:01:11)  by bcweed966
just that: is there a way to instead of a page rendering to the response output stream, I could get it to render to a string?
Thread:  Show this thread (4 posts)   Thread info: is there a way to get a page to render to a string instead of to the... Size: 220 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "is there a way to get a page to render to a string instead of to the response output? :: Getting Started :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 3 days, 22 hours ago (2008-11-29 00:25:37)  by alamak
You can subscribe to the ZIPCodeWorld US database from the following URL. It has been updated every months since 2001. Free Edition is also available. http://www.zipcodeworld.com/
Thread:  Show this thread (1 post)   Thread info: US Geographic Data - States > Counties > Cities Size: 405 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: US Geographic Data - States > Counties > Cities :: Getting Started :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 3 days, 22 hours ago (2008-11-29 00:18:02)  by alamak
If you have install the IP2Location ISAPI DLL in the IIS5/6/7, you can get the geolocation information such as city, state, latitude, longitude, ZIP code, ISP, domain name, area code, IDD code, weather station and name from the server variables. In this case you do not need to performance database query. http://www.ip2location.com/ip2location-isapi-filte r.aspx You can also install the .NET ...
Thread:  Show this thread (1 post)   Thread info: IP To Location Control/Service? Size: 978 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: IP To Location Control/Service? :: Getting Started :: Forums - ASP.NET Forums"
 

Hot threads for last week on Getting Started::

Getting Started
Started 1 week, 1 day ago (2008-11-24 18:24:00)  by KashifB
I removed some pages from my website but those pages are still indexed by search engines. So I have set-up a general custom error page using web.config and the defaultRedirect property. Over time I want those broken indexed links to be removed from search engines. I know that search engines remove the indexed pages if there is a 404 error returned. My question is that, when search engines ...
Thread:  Show this thread (14 posts)   Thread info: Do custom error pages return 404 headers? Size: 653 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Do custom error pages return 404 headers? :: Getting Started :: Forums - ASP.NET Forums"
Getting Started
Static Page Prob. - 14 new posts
Started 5 days, 9 hours ago (2008-11-27 13:13:12)  by sanjgks
Hello Can anyone suggest me what should be done, in case, I want to display same info.(static) multiple times in my site. Say, in my site, there is a page which contains some info. which is to be displayed 3-4 times under different Master pages.One option is to rewrite it for each Master page. But I just don't want to rewrite same info. again & again. Any Suggestions??? In case of dynamic ...
Thread:  Show this thread (14 posts)   Thread info: Static Page Prob. Size: 682 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Static Page Prob. :: Getting Started :: Forums - ASP.NET Forums"
Getting Started
Started 1 week, 1 day ago (2008-11-24 14:59:00)  by I.odineX
Hey all, Im very new here and appreciate any and all help you can provide! What i'm trying to do is very simple...I have a page "index.aspx" that has a form on it that "Server.Transfer" on submit. It transfers to downloads.aspx. From downloads.aspx I have some download links that when a user clicks on an item to download it, the page will use the information entered on index.aspx form, as...
Thread:  Show this thread (12 posts)   Thread info: Help with variables...ugh! Size: 5,764 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Help with variables...ugh! :: Getting Started :: Forums - ASP.NET Forums"
Getting Started
help with find control - 10 new posts
Started 1 week ago (2008-11-25 12:45:00)  by christianmala
hello, I have this method: for (int count = 1; count <= 5; count++) { String c_name = str_in + count.ToString(); HtmlTextArea txa = (HtmlTextArea)this.form1.FindControl(c_name); } txa is always null. Do I have to use DataBind somewhere? Page_Load? Thanks. christian
Thread:  Show this thread (10 posts)   Thread info: help with find control Size: 913 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "help with find control :: Getting Started :: Forums - ASP.NET Forums"
Getting Started
Started 1 week ago (2008-11-25 10:58:43)  by mcgarry101
Hi, I have been maintaining and updating an asp.net web application for a few months, and I am about to begin my first new application. I have a question about the use of OOP with asp.net though. Can someone tell if it would be common practice, useful, or just a pain in the ass, to create custom controls for my site? By custom controls, I am referring to, for example, a date textbox, or a ...
Thread:  Show this thread (9 posts)   Thread info: Using object orientated principles in asp.net Size: 976 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Using object orientated principles in asp.net :: Getting Started :: Forums - ASP.NET Forums"
Getting Started
Started 5 days, 12 hours ago (2008-11-27 10:22:46)  by wuzz
I want to learn how to develop web applications. Initially because it interests me, but down the road perhaps also as a means of earning an extra income or as a full time job. Essentially I have no background in programming, although I have played around a little with php, sql and vb. This means that I’m not really preferential to any particular language at this point....
Thread:  Show this thread (8 posts)   Thread info: Deciding on the "right" technology - input appreciated. Size: 3,688 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Deciding on the "right" technology - input appreciated. :: Getting Started :: Forums - ASP.NET Forums"
Getting Started
Load External File - 8 new posts
Started 5 days, 22 hours ago (2008-11-27 01:09:00)  by Tyserman474
Hi All, I have an external file, interest.txt, that I have to load in my ASP.net file. I loaded it fine in vb.net but I can''t get this one. Can anyone give me any ideas on this? Do I make a new .aspx folder and but the interest rates in there or what? Thanks, Ken
Thread:  Show this thread (8 posts)   Thread info: Load External File Size: 397 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Load External File :: Getting Started :: Forums - ASP.NET Forums"
Getting Started
Started 1 week ago (2008-11-25 11:27:54)  by cusimar9
There are a few instances where I would like to pass some server side code into a tag in an aspx page, for instance: <asp:SessionParameter Name="CustomerID" Type="Int32" SessionField=" <% some code here %> " /> or <telerik:GridBoundColumn DataField="OrderHeaderID" HeaderText="Ref" DataFormatString=" <% some code here %> " /> For the life of me I can't get it to work. I know I could do it ...
Thread:  Show this thread (7 posts)   Thread info: Can I have server side code in aspx server tags? Size: 844 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Can I have server side code in aspx server tags? :: Getting Started :: Forums - ASP.NET Forums"
Getting Started
Started 6 days, 10 hours ago (2008-11-26 13:09:00)  by TCavins
I'm trying to check if a file exists on a virtual directory. I cannot get to return true even though the file does exist. The virtual directory is set up to point to ( \\ipaddress\share$ ) ie \\1.1.1.1\myshare$ . Lets assume I call the virtual directory "foldername". I have no problem displaying the file but can't check if it exists. The virtual directory is set up with Read, Write and ...
Thread:  Show this thread (7 posts)   Thread info: File.Exists and Virtual Directory Size: 1,185 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "File.Exists and Virtual Directory :: Getting Started :: Forums - ASP.NET Forums"
Getting Started
Started 5 days, 12 hours ago (2008-11-27 10:45:00)  by loon86
Hi, everyone i would like to get some helps to integrate the flash into my web form. can someone please assist me for this. Thank you and have a nice day.
Thread:  Show this thread (7 posts)   Thread info: help needed for integrate the flash into the asp.net Size: 259 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "help needed for integrate the flash into the asp.net :: Getting Started :: Forums - ASP.NET Forums"