|
More site info...
|
|
Forum profile page for ASP.NET on http://www.codeproject.com.
This report page is the aggregated overview from a single forum: ASP.NET, located on the Message Board at http://www.codeproject.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 "ASP.NET" on the Message Board at http://www.codeproject.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 ASP.NET:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
170
|
542
|
1,473
|
|
Post:
|
629
|
1,959
|
5,048
|
|
|
ASP.NET Posting activity graph:
|
Top authors during last week:
user's latest post:
How can we find the application...
Published (2009-11-24 15:06:00)
chanduin4u wrote: find which application sent it. How could one get the application name if it is not present in email headers??? I guess some applications do add some headers for every mails (MS Outlook might adds X-Mailer: Microsoft Office Outlook, Build 11 . 0 . 5510 ), but there are many which dont. So it is not possible to detect which application sent it if it is not tagged properly. Rather I think it would be the responsibility of all...
user's latest post:
Cookies
Published (2009-11-24 06:43:00)
manish.m.meshram wrote: I want to access cookies on my client machine through my web application. Beginner's Guide To ASP.NET Cookies [ ^ ]
user's latest post:
downloading file
Published (2009-11-24 03:39:00)
Are you looking for this? http://www.west-wind.com/weblog/posts/76293.aspx [ ^ ]
user's latest post:
Real problem with GridView...
Published (2009-11-24 18:02:00)
This doesn't tell me if viewstate is turned on for the page or not. Have you set breakpoints to see if your data here is persisted or if it's lost ?
user's latest post:
object data source
Published (2009-11-19 13:04:00)
HI guys i am working with listview conrol and objectdatasource there is an udate metod wo which my dataobject is bound bit it does not work, i put a break on updating event of the objectdatasource but it doest not even break here , delete is working fine , update method and delete method taking the type of object. here is my code <EditItemTemplate> <tr style...
user's latest post:
Could somebosy help me this...
Published (2009-11-19 15:08:00)
Dear Abhishek, you are really a good guy with a lot of patience... I did not write earlier since I wanted to check the code first. As you said, I suspected from the update panels, and I have already removed it. Therefore I assume I do not need clear element. I checked in both ways anyway. The thing is, when I render gridview by adding form, program gives, a page can only have one form tag. When I try to render it alone I receive should be...
user's latest post:
Real problem with GridView...
Published (2009-11-24 22:25:00)
Christian Graus wrote: Have you set breakpoints to see if your data here is persisted or if it's lost ? Could you recommend where to set breakpoints? I am not doing breakpoints but I'm using Response.write in many places to know where of there's any data not executed. But I think I know the problem: with the solution in my second post (after sort grid disappears), looks like cant sort temporary table... maybe I should use...
user's latest post:
can we store viewstate in...
Published (2009-11-15 13:51:00)
I really appreciate your help but i dont think this is a better solution. I would rather create a public property in the masterpage and cast the masterpage in all my content pages(there are around 40-50 pages). although it is a tedious work. I will store the id in the content page's viewstate.
user's latest post:
string manipulation in c#
Published (2009-11-18 00:01:00)
Hi! I have below text. "A quick sly fox jumped over the lazy brown dog" "This is my rifle, this is my gun. this is for fight and this is for fun." I need to programmatically get first 7 words without breaking any words. for eg. from first text I need "A quick sly fox jumped over" and from second "This is my rifle, this is" could someone please help me how to get this.
user's latest post:
Login and membership
Published (2009-11-16 09:13:00)
1) Why are you reponding to me? 2) Why are you giving information that has already been given?
|
|
|
|
Latest active threads on ASP.NET::
Started 14 hours, 29 minutes ago (2009-11-26 11:22:00)
by d@nish
Check the value in intColumn variable.
Started 15 hours, 1 minute ago (2009-11-26 10:50:00)
by sashidhar
Lol I am Wrong..! I thought he is Asking for Authentication in asp.net..! I came to Know Now he is asking in IIS..!
Started 14 hours, 40 minutes ago (2009-11-26 11:11:00)
by mahdigh
Dear friends. when size of content of my page is changed(like loading texts from database) , footer is go down and displayed correctly: http://www.mahdighiasi.net/default.aspx but when size of sidebar (left pane) of my page is changed (and content is smaller than sidebar), footer don't move and my sidebar image and texts go out from they DIV and include in footer (see left pane): http...
Started 15 hours, 8 minutes ago (2009-11-26 10:43:00)
by Abhishek sur
What is the problem with that. Repeater actually places the same html that you define in ItemTemplate and AlternateItemTemplate . You can easily use OnItemDataBound event to find the controls. Inside it write like this: if(e.Item.ItemType == ListItemType.Item || e.Item.ItemType == ListItemType.AlternateItem) { TextBox tb = e.Item.FindControl("yourserversideiD"); tb.Attributes.Add("...
Started 14 hours, 49 minutes ago (2009-11-26 11:02:00)
by sashidhar
Here is the Excellent Link with many Examples..! http://www.gotreportviewer.com/ [ ^ ] If you didnt Find the answer..! Read below..! Here the Response will be slow when you want for reporting Service..! I can suggest you to post the Question in..! http://social. msdn.microsoft.com/Forums/en-US/sqlr eportingservices/threads [ ^ ] Post Your Question There ..! I am Sure They may Help..! I got...
Started 17 hours, 30 minutes ago (2009-11-26 08:21:00)
by Vuyiswa Maseko
where do you get the data?
Started 15 hours, 15 minutes ago (2009-11-26 10:36:00)
by Abhijit Jana
Membership having it own internal implementation. If you want to move membership, you can use DAL for all database related code. Even inbetween DAL and UI, you can put the Business Layer also (BLL).
Started 17 hours, 41 minutes ago (2009-11-26 08:10:00)
by Blikkies
Is it a commandfield button or just a standard button?
Started 20 hours, 48 minutes ago (2009-11-26 05:03:00)
by bhavnvyas
go through this... http://www. codeproject.com/KB/aspnet/ExploringSess ion.aspx a> ]
|
|
Hot threads for last week on ASP.NET::
Started 3 days, 18 hours ago (2009-11-23 07:27:00)
by Amit Patel1985
Hi All Can u try the folloeing thing i think this will solve ur problem. string a = ddRole.SelectedItem.Text Thanks and regards, Amit Patel
Started 4 days ago (2009-11-23 01:43:00)
by Abhijit Jana
avijitsurai wrote: My target is convert office document (like doc, docx, xls, xlsx), adobe file (like psd,ai), and more files to PDF file How does it related with ASP.NET ?
Started 2 days, 12 hours ago (2009-11-24 13:31:00)
by Maxdd 7
I tried to work around this: DataTable dataTable = Temp as DataTable; if (dataTable != null) { DataView dataView = new DataView(dataTable); dataView.Sort = e.SortExpression + " " + ConvertSortDirectionToSql(e.SortDirection); Temp.AcceptChanges(); GridView3. DataSource = dataView; GridView3.DataBind(); ...
Started 1 day, 20 hours ago (2009-11-25 05:47:00)
by Amit Patel1985
Hi , is it giving any error to u?? Thanks , amit
Started 15 hours, 1 minute ago (2009-11-26 10:50:00)
by sashidhar
Lol I am Wrong..! I thought he is Asking for Authentication in asp.net..! I came to Know Now he is asking in IIS..!
Started 5 days, 20 hours ago (2009-11-21 05:04:00)
by sashidhar
Return the exception in the form of String format...! [WebMethod] Public string SendMail() { try { return " mail sent" ; } Catch(Exception ie) { return ie.Message; } }
Started 3 days, 3 hours ago (2009-11-23 22:12:00)
by Christian Graus
Response.Write is idiocy in this context. Just remove it.
Started 2 days, 23 hours ago (2009-11-24 01:53:00)
by Lucky123456
Any_India wrote: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off". First do what it wants you to do then post the error message.
Started 2 days, 19 hours ago (2009-11-24 05:57:00)
by d@nish
For that you need to have another div spanning across your page. You can set the opacity of that div as per your need and show and hide it along with the modal pop up.
Started 1 day, 18 hours ago (2009-11-25 07:41:00)
by sashidhar
Did You Look at this? http://www.asp.net/AJAX/AjaxControlToolkit/Samples /HTMLEditor/HTMLEditor.aspx [ ^ ]
|
|