|
More site info...
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.
|
|
|
|
|
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:
|
Top authors during last week:
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
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.
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...
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 +...
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...
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....
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
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.
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
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::
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
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...
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
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
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...
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( "...
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
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?
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/
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 ...
|
|
Hot threads for last week on 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 ...
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 ...
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...
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
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 ...
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....
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
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 ...
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 ...
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.
|
|