|
More site info...
p2p.wrox.com Forums - wrox.com | Site profile
|
|
Site profile page for http://wrox.com.
This report page has aggregated and summarized the online discussions from the Message Board located at http://wrox.com.
This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional site profile information for http://wrox.com is also shown in the following divisions:
1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) 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 site's popularity and/or exact posting volumes at any given reporting period.
|
|
Title:
|
p2p.wrox.com Forums
|
|
Url:
|
http://wrox.com
|
|
Users activity:
|
2 posts per thread |
|
site activity:
|
171 active thread during last week |
|
Site rank:
|
6,579 (go to rank page)
|
|
Domain info for:
|
wrox.com
|
|
|
|
Posting activity table on p2p.wrox.com Forums:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
171
|
584
|
1,772
|
|
Post:
|
391
|
1,411
|
4,273
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for p2p.wrox.com Forums (http://wrox.com)
|
|
Put this code anywhere on your forum page:
|
|
|
|
|
|
|
|
Rating - The position measured by activity among all forum sites tracked by BoardReader.
If rating is 10 there are 9 forum sites which have higher activity.
Posts - Number of posts on forum site during last 7 days.
Threads - Number of threads on forum site active during last 7 days.
Authors - Number of authors which contributed to the site within last 7 days.
|
|
|
|
|
p2p.wrox.com Forums posting activity graph:
|
|
http://wrox.com Alexa graph:
|
Top authors on p2p.wrox.com Forums during last week:
user's latest post:
profile
Published (2009-11-29 17:39:00)
Quote: I find your teaching method most convenient. That feeling is not entirely mutual. I am not here to teach you things. Teaching is done by books, web sites, trainings, and teachers, not just by a forum. In other words: you need to figure stuff out on your own as well. If you don't know what Fiddler is, follow the link I posted. Watch the introduction video, Google 20 pages talking about Fiddler and experiment a bit. Then you...
user's latest post:
profile
Published (2009-11-29 13:14:00)
Yes sir I do have Default.jpg file in the specified directory. And sorry, I didn't get by fiddler. I have also tried the LoginView but when putting the asp:image control in LoggedInTemplate then I can not access the ImageUrl.ImageUrl And please sir specify the fiddler here as I find your teaching method most convenient. Thank you.
user's latest post:
Configuration error when trying...
Published (2009-11-29 12:28:00)
OK, that's what I assumed; I haven't "studied" my .mdb extensively, but I didn't recognize the table name you mentioned. *sigh* Yes, I followed MySQL's official .NET Connector documentation on setting up the provider model, but it doesn't talk about errors. There are a number of posts at the MySQL forum as well as the Google articles. I've already tried changing the web.config to check the...
user's latest post:
Save multiple rows at once.
Published (2009-11-24 08:50:00)
Have a look at http://www.codeproject.com/KB/webfor...aGridView.aspx Once you have identified the rows to be processed then you just need to develop the code to process them and save them.
user's latest post:
Problem sending mail after...
Published (2009-11-23 01:45:00)
hey , When i removed host name from online in send mail function it works great but when I put host name online, then i dont know y it does not work. It is working but still does not making any logic. Any suggestions.
user's latest post:
Ch 11 and SQL Server Express
Published (2009-11-27 16:50:00)
Thanks Imar. I tried that and continued to get errors. I uninstalled everything and started over, same thing. Finally, I reinstalled the default system, which is 64bit automatically, and applied the Hotfix when it was finally emailed to me. Like magic, all is fine now.
user's latest post:
Maintain page position after...
Published (2009-11-29 09:35:00)
Add a div tag to your page. and add the restoreScroll to it like this <div id = "myDiv" runat = "server"> <script type="text/javascript"> restoreScroll(); </script> </div> when this div tag is loaded into the browser codes are executed.
user's latest post:
ICallbackEventHandler.RaiseCallb...
Published (2009-11-20 07:20:00)
Yes, it does break, as I lost a whole morning wondering why my calls to the web method wouldn't work even though my signature was the same in terms of data types....I'd named my parameters differently! Oh and another strange about their implemtation is that they say the web method return type must be a string array, but I changed it to an arraylist just to test their theory, and it works fine! Very strange!
user's latest post:
Scrolling text
Published (2009-11-25 05:47:00)
Thanks Very Much Old pedant May God bless you. amen
user's latest post:
Loop through fields
Published (2009-11-25 10:38:00)
If you don't care if more than one value equals the total then you can use the DLookUp() function. After the total is calculated you can use it to find a record in the table where the value is equal to the total in question and pull the other data. For example: Me.txtDesiredValue = DLookUp("[b]", "MyTable", "[A] = " & Me.txtTotal) __________________ Greg Serrano Michigan Dept....
|
|
|
Top 10 active forums on p2p.wrox.com Forums during last week:
|
|
Top 10 forums on p2p.wrox.com Forums:
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN:
978-0-7645-8464-0
- 3,501 posts
|
Access VBA
- 3,249 posts
|
Access
- 3,125 posts
|
ASP.NET 2.0 Professional
- 3,016 posts
|
ASP.NET 2.0 Basics
- 2,939 posts
|
Classic ASP Basics
- 2,324 posts
|
C# 2005
- 2,160 posts
|
Excel VBA
- 1,990 posts
|
ASP.NET 3.5 Basics
- 1,681 posts
|
BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3
- 1,637 posts
|
|
|
|
|
Latest active threads on p2p.wrox.com Forums:
Started 9 hours, 10 minutes ago (2009-12-01 03:10:00)
by irProject
in Page_Load write this codes:
if(Page.IsPostBack)
{
if (_Query == "anything")
{
RadComboBox1.ItemsRequested += new Telerik.Web.UI.RadComboBoxItemsRequestedEventHandl er(KeyPressOnCombo);
}
}
I think it works for the first time
Started 9 hours, 13 minutes ago (2009-12-01 03:07:00)
by irProject
you can define a global variable (Application) in Global.asax file like this
Application_Start(...)
{
Application.Add("message", "");
}
when you want to send a message, you should set your message into Application["message"] property like this
sendButton_Click(...)
{
Application["message"] = messageTextBox.Text;
}
and in your pages in Load event (Page_Load...
Started 2 months, 3 weeks ago (2009-09-06 07:39:00)
by Imar
Code:
My Page2.cs file looks like this
That's not a lot.... ;-)
Your other code looks fine, so maybe the problem is in that file?
However, Page2 looks like a file with in- line code, so how / where do you have this code file exactly?
Cheers,
Imar
Started 9 hours, 24 minutes ago (2009-12-01 02:56:00)
by irProject
as you said 'server date have a difference of 5 hours 50 minutes before our time' you can write a function that uses DateTime.Now() and adds 5:50 to it and returns new value. and if You are professional you can write a class like this
public static class Tu6tY
{
public static DateTime myNow(this DateTime dt)
{
return (dt.Now() - DateTime.Parse("5:50:0"));
}
}
and ...
Started 9 hours, 41 minutes ago (2009-12-01 02:39:00)
by irProject
now VS.NET 2010 beta is released and there is not a lot of differences between C# 2008 and 2010. in C# 2010 a new feature is coming: Dynamic Linq.
You can use Professional C# 2008 book to perform what you want
Started 2 years ago (2007-11-06 05:00:00)
by Imar
Why do you *need* to use sessions? Who says that?
Also, it might help to specify the environment you are working in to get a better answer than mine....
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
Started 11 hours, 58 minutes ago (2009-12-01 00:22:00)
by ajh158
You need to import the class. To do this manually, place the following line with the other import statements at the top of the file:
import java.util.ArrayList;
In Eclipse, there is an "Organize Imports" action that is useful for doing this automatically. Look under Source->Organize Imports. By default, the hotkey is Control/Command-Shift-O (windows/mac).
Hope that helps!
|
|
Hot threads for last week on p2p.wrox.com Forums:
Started 1 week, 2 days ago (2009-11-21 13:10:00)
by sophia
Hello Sir, well after some fighting with the application I got succeeded to delete the file from physical folder. But If you read my 1st post in this thread I did mention that files are being uploaded but there are 2 files in physical folder for each file uploading. Why it is being happened? And How to get rid off it?
Also some of the files are being uploaded (mp3 music files) properly but some...
Started 1 week ago (2009-11-23 14:42:00)
by glenng
It is interesting that in doing the first Ajax exercise, there was no flicker in Mozilla Firefox 3.5.5 even before entering the Ajax code. Before and after were identical. Flicker in the before code was quite apparant in the latest MS IE...
Started 5 days, 7 hours ago (2009-11-26 04:33:00)
by Imar
Hi there,
Take a look at these posts:
Chap 15 pg 532
Chapter 15: SendingMail Event
They explain how to handle this. If that doesn' help (enough), can you post your current code and describe the exact problems you're experiencing?
Imar
Started 3 days, 8 hours ago (2009-11-28 03:47:00)
by chroniclemaster1
Not sure if any of you are programming against a MySQL database, but I'm trying to configure the .NET Membership and Roles provider. At this point I've spent about 24 hours hacking different options. I'm frustrated and stumped. Regardless of what I try, when I click the Security tab in the ASP.NET Website configuration tool, I receive this message.
unable to initialize ...
Started 1 week, 6 days ago (2009-11-18 11:05:00)
by dparsons
AFAIK there is no built in functionality in the framework to do this which means you are going to have to do a p/invoke to work with the actual Win32 API.
This site has most (all?) of the C# and VB .NET signatures necessary to do p/invoke with the Win32 apis
http://www.pinvoke.net/default.aspx/netapi32/
An example
http://www.csharphelp.com/archives2/archive440.htm l
hth
-...
Started 2 days, 8 hours ago (2009-11-29 04:09:00)
by chroniclemaster1
Maybe someone with more experience will swing by, but here's what I can make out.
A repeater control is used when you have multiple items to display in a certain template. A repeater would only need to be used here if you have multiple images. If you only have one image, get rid of the repeater and keep only the asp:Image tag.
Started 6 days, 20 hours ago (2009-11-24 16:16:00)
by Imar
Hi there,
What's the name of your SQL Server Express instance? Is that name consistent with what's configured in VWD?
http://aspadvice.com/blogs/name/arch...e-Project.a spx
Cheers,
Imar
Started 1 week ago (2009-11-23 18:44:00)
by infidel
But I have a question first.
Where exactly does this book fall in the Wrox book hierarchy? I know that it goes Beginning Visual C# 2008 > Professional C# etc but where would I go after Introduction to OOP? Does it entirely replace Beginning Visual C# or will I have to still get that book after completing Introduction to OOP?
I'll just add that I' m learning C# because I ...
Started 4 days, 18 hours ago (2009-11-26 17:35:00)
by Imar
Hi there,
Can you define " I error out when I try to run the page in my browser"? Any specific error message? And how are you accessing your site? With the built-in web server or with IIS? Did you look at appendix B?
And what do you mean with "Security file"?
Imar
Started 2 days, 20 hours ago (2009-11-28 16:15:00)
by Will
I just finished chapter 3 of your book (which so far is very good) and I have completed exercise 3 (my code is slightly different to the solution you offer) and whenever I build it I do not get any errors but when I run (F5) the program it seems to open up the windows forms display and a command window and I really have no clue why?
This is my code:
Code:
private...
|
|