Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

ASP.NET | Forum profile

Forum profile page for ASP.NET on http://www.daniweb.com. This report page is the aggregated overview from a single forum: ASP.NET, located on the Message Board at http://www.daniweb.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.daniweb.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.

Site: www.daniweb.com - IT Tech Talk - ASP.NET (site profile, domain info daniweb.com)
Title: ASP.NET
Url: http://www.daniweb.com/forums/forum18.html
Users activity: 19 post per thread
Forum activity: 89 active threads during last week
 

Posting activity on ASP.NET:

  Week Month 3 Months
Threads: 89 261 1,002
Post: 136 425 1,892
 

ASP.NET Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
adatapost
24
user's latest post:
ASP.NET Using C++
Published (2009-11-14 01:31:49)
You must have to read this article - http://www.codeproject.com/KB/mcpp/helloworldmc.aspx SUMMARY - ASP.NET does not support Managed C++ but it does support MSIL compiled assemblies.
Ramesh S
14
user's latest post:
problem with the gridview - Page...
Published (2009-11-13 00:00:00)
You need to use DataTable.NewRow to create new DataRow object with the same schema as the DataTable. Try this. Help with Code Tags ( Toggle Plain Text ) Protected Sub gridview1_databound(ByVal sender As Object, ByVal e As System.EventArgs) Handles GridView1.DataBound Dim datatable As New Data.DataTable datatable = CType(GridView1.DataSource, Data.DataTable) If Not datatable Is Nothing Then Dim dataRow As Data.DataRow 'dataRow =...
mshravs
10
user's latest post:
problem with the gridview - Page...
Published (2009-11-13 00:00:00)
why is this exception System.NullReferenceException: Object reference not set to an instance of an object. when i'm using this code...........what's wrong with this code Help with Code Tags ( Toggle Plain Text ) Protected Sub gridview1_databound(ByVal sender As Object, ByVal e As System.EventArgs) Handles GridView1.DataBound Dim datatable As New Data.DataTable datatable = CType(GridView1.DataSource, Data.DataTable) Dim dataRow As...
srikanthkadem
7
user's latest post:
Help me pls....... soon
Published (2009-11-13 00:00:00)
i think the code should work.are you binding data to checkbox again after that foreach statement anywhere...?
fawadkhalil
6
user's latest post:
Pageable and sortable datagridview
Published (2009-11-13 00:00:00)
sorry i didn't clarify my problem in first post. let say i have three columns in my gridview e.g product, price, year what i want to do is if i click on price header it should sort records by showing higher prices towards lower prices i mean descending order.Again if user clicks on price it should sort records in ascending order. same will be the case with other columns please help me solve this problem.
love_dude1984
6
user's latest post:
Change File name while uploading
Published (2009-11-13 00:00:00)
yeah..thanks..it works fine... The only problem left is, how to filter the upload control. its possible by coding, like checking the posted file's extension, but is it anyway possible to provide facility in the upload control itself? do reply..thanks...
Sals
5
user's latest post:
problem with the gridview
Published (2009-11-11 00:00:00)
First check if you have marked auto generated columns true or not then see whether u have written Gridview.Databind() or not one of these may solve your problem dude :-) • • • • Originally Posted by mshravs i am working on the gridview, the problem, it that when i am executing the form containing the gridview, the problem is that it is not showing the gridview in the webpage. even though i have set the...
shibbard
5
user's latest post:
Help me pls....... soon
Published (2009-11-13 00:00:00)
Post your code so we can see what the problem is.
mail2saion
4
user's latest post:
File Upload Control
Published (2009-11-12 07:20:36)
Make the following change in the node of the system.web section of the web.config file: Help with Code Tags ASP.NET Syntax ( Toggle Plain Text ) <httpRuntime maxRequestLength= "11000" executionTimeout= "275" /> <httpRuntime maxRequestLength="11000" executionTimeout="275"/> If does not resolve then post exact error message.
kim00000
3
user's latest post:
ASP.NET Using VC++ - Unhandled...
Published (2009-11-08 13:37:27)
I think i've to learn ASP.NET using VB.NET. Advice me if it's Better to learn ASP.NET using C# or VB.NET Thx for reading ,and patience
 

Latest active threads on ASP.NET::

www.daniweb.com - IT Tech Talk
Started 1 day ago (2009-11-15 14:06:45)  by Romil797
Yeah, sorry. Thx
Thread:  Show this thread (2 posts)   Thread info: Asp .net secure site Size: 143 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Asp .net secure site :: ASP.NET :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
Started 1 week, 1 day ago (2009-11-08 01:38:31)  by pradeep.singh28
I am just developing the project and for debugging I am running individual .aspx pages using VISUAL STUDIO default server, but the browser is not able to display the contents....I think the problem is with the Local host(Visual Studio default Server) but don't know how to Rectify it.. • • • • Originally Posted by adatapost To deploy asp.net web...
Thread:  Show this thread (5 posts)   Thread info: ASP .Net web project cannot be run on browser(Localhost) Size: 1,360 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: ASP .Net web project cannot be run on browser(Localhost) :: ASP.NET :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
Started 1 day, 10 hours ago (2009-11-15 04:07:48)  by cscgal
Here on DaniWeb we use JQuery for all of our tooltips.
Thread:  Show this thread (2 posts)   Thread info: Tooltip Size: 181 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Tooltip :: ASP.NET :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
Started 2 days, 10 hours ago (2009-11-14 04:31:11)  by thilinam
dear adatapost, thank you very much for the reply I tried this but still it does not work...... here is the exception please give me an idea. Help with Code Tags ASP.NET Syntax ( Toggle Plain Text ) your mail has been sent successfully.. System . Net . Mail . SmtpException : Failure sending mail. ---> System . Net . WebException : Unable to connect to ...
Thread:  Show this thread (2 posts)   Thread info: Sending Email using my Gmail account from my asp.net website Size: 7,432 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Sending Email using my Gmail account from my asp.net website :: ASP.NET :: www.daniweb.com - IT Tech Talk"
 

Hot threads for last week on ASP.NET::

ASP.NET
Started 6 days, 8 hours ago (2009-11-10 06:47:24)  by mshravs
it doesn't have any records but the values should be entered through the gridview, then what should i do that too in the web page
Thread:  Show this thread (17 posts)   Thread info: problem with the gridview Size: 256 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: problem with the gridview :: ASP.NET :: www.daniweb.com - IT Tech Talk"
ASP.NET
Started 6 days, 2 hours ago (2009-11-10 12:46:32)  by love_dude1984
hi. I want the code in c#.net...i hav got the way to save the file with whtever name i want. i just want to know ho to store images in different size and how to use filter in fileupload control.. Thanks.
Thread:  Show this thread (9 posts)   Thread info: Change File name while uploading Size: 364 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Change File name while uploading :: ASP.NET :: www.daniweb.com - IT Tech Talk"
ASP.NET
Started 1 week ago (2009-11-09 00:00:00)  by rikb53
i need to actually Write the .html file contents to a virtual folder. such as Dim vpath As String = Server.MapPath("myFile"). as soon as the user navigates to the .aspx page - they could still see that page. i just need some additional processing to "save" that as a separate .html file, without intervention from the user. hopefully that's a little more clear as to what im trying to do. ...
Thread:  Show this thread (6 posts)   Thread info: save .aspx page as .html file Size: 553 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: save .aspx page as .html file :: ASP.NET :: www.daniweb.com - IT Tech Talk"
ASP.NET
Started 4 days, 2 hours ago (2009-11-12 12:19:29)  by ritu1509
Are you sure that u r not doing any other mistake & you have data there in Checkbox list..? As your code is correct & it should work.I tried it in my application & it is working fine.Try to debug & put the breakpoints on Linkbutton's Click event, see what's the problem. • • • • Originally Posted by alexymasilamani Hay Can some one do me favour I ...
Thread:  Show this thread (6 posts)   Thread info: Help me pls....... soon Size: 1,863 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Help me pls....... soon :: ASP.NET :: www.daniweb.com - IT Tech Talk"
ASP.NET
Started 1 week, 1 day ago (2009-11-08 12:37:26)  by kim00000
Sorry i forgot the <body> & </body> tags ,So that the code must be: Help with Code Tags ASP.NET Syntax ( Toggle Plain Text ) <%@Page Language = "C++" %><html><head><title>Welcome!</title></head><p align= "center" ><font color= "RED" face= "Snap ITC" size= "12pt" >Welcome to your New ASP. NET Page <br> "Using C++" </font></p></html><%@Page Language = "C...
Thread:  Show this thread (5 posts)   Thread info: ASP.NET Using VC++ - Unhandled Exception Size: 3,042 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: ASP.NET Using VC++ - Unhandled Exception :: ASP.NET :: www.daniweb.com - IT Tech Talk"
ASP.NET
Started 1 week, 1 day ago (2009-11-08 01:38:31)  by pradeep.singh28
I am just developing the project and for debugging I am running individual .aspx pages using VISUAL STUDIO default server, but the browser is not able to display the contents....I think the problem is with the Local host(Visual Studio default Server) but don't know how to Rectify it.. • • • • Originally Posted by adatapost To deploy asp.net web...
Thread:  Show this thread (5 posts)   Thread info: ASP .Net web project cannot be run on browser(Localhost) Size: 1,360 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: ASP .Net web project cannot be run on browser(Localhost) :: ASP.NET :: www.daniweb.com - IT Tech Talk"
ASP.NET
RE: website - 4 new posts
Started 1 week, 2 days ago (2009-11-07 00:00:00)  by mshravs
thanks for the information. but i need to know where i can register the domain name. it will be helpful to me, if you give this information also. thanks so much again for the information
Thread:  Show this thread (6 posts)   Thread info: website Size: 321 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: website :: ASP.NET :: www.daniweb.com - IT Tech Talk"
ASP.NET
Started 3 days, 14 hours ago (2009-11-13 00:00:00)  by twilitegxa
• • • • Originally Posted by srikanthkadem in button clcik event you can get the dropdown seleclted value and write the code according to your requirement?let me know if u face any problem? Can you help me with how to get the value of the drop down option? I do not know how to do that. I know how to get values of textboxes. I am also unsure of how to write...
Thread:  Show this thread (3 posts)   Thread info: Calculation Event in C#? Size: 1,203 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Calculation Event in C#? :: ASP.NET :: www.daniweb.com - IT Tech Talk"
ASP.NET
Started 6 days, 8 hours ago (2009-11-10 06:47:49)  by Ramesh S
There are some free javascript plugins available over web. Try jQuery Lightbox Plugin . Take a look at the demo site http://www.balupton.com/sandbox/jquery_lightbox/
Thread:  Show this thread (2 posts)   Thread info: how to enlarge the image Size: 543 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: how to enlarge the image :: ASP.NET :: www.daniweb.com - IT Tech Talk"
ASP.NET
Started 1 week ago (2009-11-09 00:00:00)  by Abhishek_Boga
Its working.... Thanxx sknake..
Thread:  Show this thread (3 posts)   Thread info: SqlDateTime Overflow Error Size: 158 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: SqlDateTime Overflow Error :: ASP.NET :: www.daniweb.com - IT Tech Talk"