|
More site info...
|
|
Forum profile page for .NET on http://www.sitepointforums.com.
This report page is the aggregated overview from a single forum: .NET, located on the Message Board at http://www.sitepointforums.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 ".NET" on the Message Board at http://www.sitepointforums.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.
|
|
|
|
|
Posting activity on .NET:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
63
|
182
|
374
|
|
Post:
|
152
|
450
|
956
|
|
|
.NET Posting activity graph:
|
Top authors during last week:
user's latest post:
why is asp.net (or sql) adding...
Published (2009-07-08 12:26:00)
Use a number format string to have it display as 4.95. The money data type really refers to how the number is stored (eg--decimal precision) not how it will be displayed by default.
user's latest post:
TextBox masking in asp.net mvc?
Published (2009-07-08 00:09:00)
standard format is 07/05/2009. If you insert that into the db it will still be 7/5/2009. That is the format in which your database saves it. To display it u can use dateFromDb.ToString("MM/dd/yyyy");
user's latest post:
TextBox masking in asp.net mvc?
Published (2009-07-08 09:14:00)
Heh. Seeing as this issue is moot I'll continue with a little chat. Regarding the minimalist thing...if it were a server side thing, I probably wouldn't have a problem with it. One of the reasons I moved to .net over php is that everything get's compiled, making it smaller and faster. I also like the type safety. However, my design strategies sometimes do not comply with typical IT philosophies. For example, the jquery thing. I...
user's latest post:
asp.net paypal
Published (2009-07-06 01:03:00)
Hi, I'm charging users 10$ for registration in my site, after successfull registration, users will be redirected to paypal, there after payment i need to redirect them back to my site, then i need to check for payments in my DB, if payment is done i've to update their account status, how can i do this? anyone have any idea? please help me out.. Many |thanks,
user's latest post:
VS 2008 No MySQL Listing For...
Published (2009-07-01 09:31:00)
<DeleteParameters> <asp:Parameter Name="id" Type="Int32" /> </DeleteParameters> <InsertParameters> <asp:Parameter Name="name" Type="String" /> <asp:Parameter Name="numberrangestart" Type="Int32" /> <asp:Parameter...
user's latest post:
Gridview Help
Published (2009-07-02 08:01:00)
Sorry and thank you
user's latest post:
How to open a new form on its...
Published (2009-07-06 19:13:00)
I am developing one multithreaded application. I am successfully running my functions on their own thread(created 24 threads already). I am attempting to give its own thread to one function that is rendering a new window in it. I am receiving an error here, due to the single thread architecture. Is there any way for a form to be had its own thread? Thanks,
user's latest post:
sending email with asp.net...
Published (2009-07-08 03:36:00)
First try to put the whole message in Message string and then assign it to the message.Body=Message
user's latest post:
TextBox masking in asp.net mvc?
Published (2009-07-08 07:35:00)
Quote: Originally Posted by wwb_99 funny, As A Minimalist I Use The Everloving Daylights Out Of Jquery. +1
user's latest post:
Looking for URL's in...
Published (2009-07-03 15:11:00)
You could also beef up the regex a bit to be more specific about what comes after the mailto:/http:/// etc. Just to give you an example this is from Jeffrey Friedl's fantastic bible - Mastering Regular Expressions: (
|
|
|
|
Latest active threads on .NET::
Started 20 hours, 56 minutes ago (2009-07-09 09:43:00)
by rahulsinghsaud
First off, i have 3 different user levels of admin, operator, and reports for my website. When user open the website they come to the login page (which i have done). On the basis of user levels, page will be accessed.. I tried creating common class and function inside it so that i will check user level on each page by just using that class's function . How to do this??? I am trying...
Started 2 days, 10 hours ago (2009-07-07 20:20:00)
by Serenarules
I need to input a date in a form in my mvc app. What's the best way to do this? A) Just use a text box and let the service layer validate it? B) Use a masking script? If so, what's the best? C) Use the provided datepicker? Not sure how here...
Started 1 day, 18 hours ago (2009-07-08 12:11:00)
by cruncher06
I have a listbox named lstUser that uses a data connection to populate the list by doing the following: lstUser.DataSource = comm.ExecuteReader() lstUser.DataTextField = "ADDRESS_DESC" lstUser.DataValueField = "PIN_NUMBER" Me .DataBind() How do I get the items for the data text field and the items from the value field to be stored as session ...
Started 1 day, 4 hours ago (2009-07-09 02:32:00)
by webnoob
Hi Guys, I am not sure if I am doing something wrong here so I need your help. I have an XML file, something like: XML Code: <MainNode > <SubNode Name = "Something" > <SubSubNode Attr1= "Something else" > Hi </SubSubNode > <SubSubNode2 > My name </SubSubNode2 > </SubNode > </MainNode > I am able to access ...
Started 1 day, 19 hours ago (2009-07-08 11:26:00)
by sd3923
I'm new to asp.net In the price column in my db table I'm storing prices as the money data type. For example, one record says 4.95 I'm binding this data to a gridview via an asp:SqlDataSource (control ?). When the data shows up in the gridview each and every price has 2 extra zeros on the end. So 4.95 shows up as 4.9500. Is asp.net or sql doing this and how can I get rid of it...
Started 1 day, 23 hours ago (2009-07-08 07:26:00)
by nsgroi
I have a form that is pulling all of it's controls from a backend sql database and I am having some troubles trying to assign property values to these controls. First of all, I am creating the controls in the OnInit method and when I run the code, the controls show up, I just can't find out how to get it so I can assign Text properties to the controls. Here is the code for creating the controls...
Started 2 days ago (2009-07-08 06:17:00)
by priya_dharsini
I have added ".sample" extension in my application via add module mapping in IIS 7. Using this i was able to develop and my web application was ready to be hosted. But after hosting in the server, the http module is not getting recognized and it gives me an iis error stating HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name changed, or is ...
Started 2 days, 2 hours ago (2009-07-08 04:25:00)
by jbh
Hey, I've always been fascinated by image recognition technology as well as advanced manipulation, such as cartoon images based on photos. For instance, if you upload your photo, they turn it into a cartoon. What type of programming language would allow such a trick to work? I was wondering if this forum is the appropriate place to ask since I know PHP/Ruby etc do not handle such ...
Started 3 days, 21 hours ago (2009-07-06 09:18:00)
by CyberNet99
I've built a form for users to submit a new vm be built. The message is firing ok, bt the message body is empty? Can someone see what it is I am missing? Code: Protected Sub btnSubmit_Click( ByVal sender As Object , ByVal e As System.EventArgs) Handles btnSubmit.Click 'Do validation checks If Page.IsValid Then 'Compile email...
Started 2 weeks ago (2009-06-25 11:26:00)
by ngeisler
I am building a website but i am stumped and i am not sure where to find this answer. First off, i have 3 different levels of system admin, admin, and users. What i want to do is to have it so when they open the website they come to the login page (which i have done). Then once they log in, depending on what type of user they are i want them to see different things, ...
|
|
Hot threads for last week on .NET::
Started 2 days, 10 hours ago (2009-07-07 20:20:00)
by Serenarules
I need to input a date in a form in my mvc app. What's the best way to do this? A) Just use a text box and let the service layer validate it? B) Use a masking script? If so, what's the best? C) Use the provided datepicker? Not sure how here...
Started 1 week, 2 days ago (2009-07-01 05:19:00)
by opiator
Hi We are busy building a big project with various layers. We are starting to rely more and more on anonymous types(which cannot be returned from a method.) In most cases we are returning IQueryable instead of IQueryable<Comment> or List<Comment>. Take the following example: var p = from c in Context.Comment select c; vs var p = from c in Context....
Started 6 days, 22 hours ago (2009-07-03 07:54:00)
by Raskolnikov
I am not sure what to call this so i have had a hell of a time searching for it. I would like to create a class that i could send a string to and it would scan the string, looking for anything that resembled a url. if so, it would add the html a href tag to that portion of the string to make it an active link. Then return the modified string. Kind of like you get in most email clients where ...
Started 1 week, 1 day ago (2009-07-01 10:53:00)
by Jim Stanley
All, I'm having issues getting the selected value of a RadioButtonList. We're retrieving 12 records at a time from a data source and populating the list. Our policy is not to use .NET paging because of the potentially large number of records. So, I have to do data binding on page load, whether postback or not. My RadioButtonList has AutoPostBack set to true; here's the complete ...
Started 1 week, 1 day ago (2009-07-01 11:33:00)
by Rash516
Hey, I have a gridview in which one of the columns is displaying an ID. I have another column which is a template column where I am showing a flash bar graph. How can I get the ID displayed in the ID column to come up in the template column so I can link the bar graph to the corresponding data in mysql using the ID? Thanks
Started 6 days, 5 hours ago (2009-07-04 01:01:00)
by pavanpuligandla
Exception while sending email in asp.net 3.5 Hi, I'm using system.net.mail namespace for sending emails, but i'm getting an exception when i tried to send an email from host live site when i tested it on my localhost, i can see emails delivered. Csharp Code: SmtpClient smtp = new SmtpClient ( ) ; smtp. ...
Started 1 week, 2 days ago (2009-07-01 06:18:00)
by OwainGDWilliams
Hi! Im looking for a free ASP.net forum which allows me to use my own Masterpages and also NT Authentication since its going to be on my intranet. Before anyone says, why don't I build my own, I would if I had the time but I don't this is just an extra function I would like to add to my site but not worth the time to build one from scratch. Thanks,
Started 1 week ago (2009-07-02 11:34:00)
by matt-daly
This might be a rather broad question, and perhaps come across as somewhat 'stupid' but nevermind. I've just completed my degree and am going through the whole searching and applying for jobs process. A lot of the more attractive jobs mention areas such as TDD, nUnit etc as well as source and version control, continuous integration etc. I do have a years 'enterprise' experience within a small ...
Started 4 days, 5 hours ago (2009-07-06 01:03:00)
by pavanpuligandla
Hi, I'm charging users 10$ for registration in my site, after successfull registration, users will be redirected to paypal, there after payment i need to redirect them back to my site, then i need to check for payments in my DB, if payment is done i've to update their account status, how can i do this? anyone have any idea? please help me out.. Many |thanks,
Started 1 day, 19 hours ago (2009-07-08 11:26:00)
by sd3923
I'm new to asp.net In the price column in my db table I'm storing prices as the money data type. For example, one record says 4.95 I'm binding this data to a gridview via an asp:SqlDataSource (control ?). When the data shows up in the gridview each and every price has 2 extra zeros on the end. So 4.95 shows up as 4.9500. Is asp.net or sql doing this and how can I get rid of it...
|
|