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... 

Web Development | Forum profile

Forum profile page for Web Development on http://www.codeproject.com. This report page is the aggregated overview from a single forum: Web Development, 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 "Web Development" 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.

Site: CodeProject: Discussion Boards. Free source code and programming help - Web Development (site profile, domain info codeproject.com)
Title: Web Development
Url: http://www.codeproject.com/script/Forums/View.a...
Users activity: 21 posts per thread
Forum activity: 34 active threads during last week
 

Posting activity on Web Development:

  Week Month 3 Months
Threads: 34 156 386
Post: 65 338 828
 

Web Development Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Abhijit Jana
8
user's latest post:
HELP WITH BROWSERS
Published (2009-11-25 02:25:00)
Well I am not able to view your images. For supporting your sites on multiple browser you need to use proper CSS, and maintain the table/div properly. other wise you may get different look in different browser. Thanks !
Abhishek sur
7
user's latest post:
Resizing table cell
Published (2009-11-23 02:23:00)
Then let me know what exactly the problem is. If you use Tables, it tends to increase the percentage size of a cell if the content exceeds the limit, if not defined with Fixed width and height. So if the layout is not exactly what you want, you might use Divs to create the same layout with appropriate css.
raghu.g
7
user's latest post:
sort
Published (2009-11-25 04:52:00)
use SortExpression in every column of grid view that you want to sort.this will solve the problem...
baselanfouqa
4
user's latest post:
sort
Published (2009-11-25 04:09:00)
i have the following DataTable dtBasel = Session["TaskTable"] as DataTable; if (dtBasel != null) { dtBasel.DefaultView.Sort = e.SortExpression + "" + sGetSortDirection(e.SortExpression); gvtest.DataSource = Session["TaskTable"]; gvtest.DataBind(); } for the grdview_sorting event and private string sGetSortDirection(string sColumn) { string sSortDirection = "ASC"; string sSortExpression =...
khalil.kamel
3
user's latest post:
Web service stops working after...
Published (2009-11-21 02:34:00)
yes i tried, but when it suddenly stops it stops the code is no more executed by server and no javascript errors it looks like you draged drop a a text box and started typing in it nothing happens
John Bracey
2
user's latest post:
ASP or ASP.NET
Published (2009-11-18 09:53:00)
Would definately have to be ASP.NET. You get to tap into proper programming namespaces and classes using VB, C# and other languages and use these in your web application - far far more powerful than classical ASP. You can use some classical ASP coding in ASP.NET but not all coding. ASP.NET is not fully backwards compatible with classical ASP. For future proofing it would a far wiser to go with ASP.NET.
Eduard Keilholz
2
user's latest post:
Calling an ASP button...
Published (2009-11-18 08:55:00)
I have had the same problem.... I solved it by setting the style's display property to 'none'. The button then disappears and cannot be clicked twice... However the page will still perform the postback. When the page is reloaded, your button will be visible again.
Ashfield
2
user's latest post:
Web service stops working after...
Published (2009-11-20 10:33:00)
If it doesn't work then it must be wrong. Code either worksd or it doesn't. If it doesn't, then it must be wrong. Howevere, since you don't supply any more detail than 'it stops working' how can anybody help you. Does it error? Do you trap any errors? Have you tried debugging or tracing? You need to help us to help you, we are not psychic
SimulationofSai
2
user's latest post:
WebMethod notification
Published (2009-11-21 13:33:00)
Have you thought about using MSMQ? Whenever your web method say MethodA() is called by any client, the first thing that MethodA() will do is push a message into a message queue. Your local app say AppA will keep polling (or subscribe to the message queue) and will be notified whenever a message arrives in the queue, this letting you know that MethodA() has been invoked.
swjam
2
user's latest post:
WebMethod notification
Published (2009-11-21 06:33:00)
i have a local application which i would like to be notified whenever a certain (local)web method is called by another (remote) webservice. what's the best way to do this? i know that i can subscribe to the [webmethod]Completed event but this only works when my local application is the one to call the web method asynchronously. also, i've tried doing this in combination with a flag in the webservice that is set whenever the...
 

Latest active threads on Web Development::

CodeProject: Discussion Boards. Free source code and programming help
Started 1 day, 5 hours ago (2009-11-27 22:54:00)  by RCoate
I think that if you wrap your image tags in <div> blocks, they should automatically start on a new line. Haven't tested it.
Thread:  Show this thread (3 posts)   Thread info: Start paragraph below floating image Size: 165 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Start paragraph below floating image :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 21 hours, 2 minutes ago (2009-11-28 07:35:00)  by roguemat
You could just make a DIV with a background image of a circle and then add text in that. But if you meant actually drawing the circle check out this library: http://www.walterzorn.com/jsgraphics/jsgraphics_e. htm [ ^ ] After which you could create an element absolutely positioned over it with text.
Thread:  Show this thread (2 posts)   Thread info: How to draw a circle and add some text inside that using HTML? Size: 533 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How to draw a circle and add some text inside that using HTML? :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 1 day, 13 hours ago (2009-11-27 15:28:00)  by Christian Graus
This is a programming forum. Not the right place for this question, really.
Thread:  Show this thread (2 posts)   Thread info: need a complete and free file manager Size: 114 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: need a complete and free file manager :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 4 days, 2 hours ago (2009-11-25 02:22:00)  by Abhijit Jana
Using AllowSorting= " True" . Please search in google, you will get many answer for that.
Thread:  Show this thread (6 posts)   Thread info: sort Size: 233 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: sort :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 4 days, 3 hours ago (2009-11-25 00:53:00)  by Marc Firth
You should design sites to look the way you want in Firefox and then port them to IE. It tends to be easier than doing it the other way round. As a last resort, you can add hacks to make it look good in IE but not for firefox. eg: < link rel =" stylesheet" type =" text/css" media =" screen" href =" style.css" / > <!-- [if IE]> <link rel="stylesheet" type="text/css" ...
Thread:  Show this thread (4 posts)   Thread info: HELP WITH BROWSERS Size: 1,278 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: HELP WITH BROWSERS :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 5 days ago (2009-11-24 03:49:00)  by baselanfouqa
forgive me but am new at this ..... i tried but an error happend (the name 'rowcount' doesnot exist in the current context) what should i do?
Thread:  Show this thread (4 posts)   Thread info: moving the new row to the bottom Size: 183 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: moving the new row to the bottom :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 1 week, 1 day ago (2009-11-20 04:41:00)  by Abhijit Jana
raghu.g wrote: but when accessing from a virtual directory.iframe is not displayed.Frown I guess this is related with the Path that you have used. Please Use Server.MapPath to locate the file.
Thread:  Show this thread (7 posts)   Thread info: Iframe Issue. Size: 299 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Iframe Issue. :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 1 week, 1 day ago (2009-11-20 06:23:00)  by Abhijit Jana
You can use Random Number . or GUID for that. You can also search google a while, you will get many solution.
Thread:  Show this thread (3 posts)   Thread info: How to Generate Unique Serial Number Size: 240 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How to Generate Unique Serial Number :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 1 week, 1 day ago (2009-11-20 07:14:00)  by Ashfield
Your code is wrong.
Thread:  Show this thread (7 posts)   Thread info: Web service stops working after call back Size: 57 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Web service stops working after call back :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
 

Hot threads for last week on Web Development::

Web Development
Started 1 week, 1 day ago (2009-11-20 07:14:00)  by Ashfield
Your code is wrong.
Thread:  Show this thread (7 posts)   Thread info: Web service stops working after call back Size: 57 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Web service stops working after call back :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
Web Development
Re: Iframe Issue. - 7 new posts
Started 1 week, 1 day ago (2009-11-20 04:41:00)  by Abhijit Jana
raghu.g wrote: but when accessing from a virtual directory.iframe is not displayed.Frown I guess this is related with the Path that you have used. Please Use Server.MapPath to locate the file.
Thread:  Show this thread (7 posts)   Thread info: Iframe Issue. Size: 299 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Iframe Issue. :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
Web Development
Re: sort - 6 new posts
Started 4 days, 2 hours ago (2009-11-25 02:22:00)  by Abhijit Jana
Using AllowSorting= " True" . Please search in google, you will get many answer for that.
Thread:  Show this thread (6 posts)   Thread info: sort Size: 233 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: sort :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
Web Development
Started 1 week ago (2009-11-21 12:47:00)  by Abhishek sur
Use any Html Editor. You might use Yahoo editors... But the best one is FCK editor I guess. Try google on FCK editor and find it out.
Thread:  Show this thread (4 posts)   Thread info: making a compose page in word format.. Size: 264 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: making a compose page in word format.. :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
Web Development
Started 6 days, 12 hours ago (2009-11-22 16:05:00)  by Abhishek sur
roguemat wrote: It seems to work ok without the central image. But not with it. I think the central image is taking a lots of spaces. Why dont you put it in fixed width and height so that you can change it whenever you are changing the width of td.
Thread:  Show this thread (4 posts)   Thread info: Resizing table cell Size: 363 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Resizing table cell :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
Web Development
Started 5 days ago (2009-11-24 03:49:00)  by baselanfouqa
forgive me but am new at this ..... i tried but an error happend (the name 'rowcount' doesnot exist in the current context) what should i do?
Thread:  Show this thread (4 posts)   Thread info: moving the new row to the bottom Size: 183 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: moving the new row to the bottom :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
Web Development
Started 4 days, 3 hours ago (2009-11-25 00:53:00)  by Marc Firth
You should design sites to look the way you want in Firefox and then port them to IE. It tends to be easier than doing it the other way round. As a last resort, you can add hacks to make it look good in IE but not for firefox. eg: < link rel =" stylesheet" type =" text/css" media =" screen" href =" style.css" / > <!-- [if IE]> <link rel="stylesheet" type="text/css" ...
Thread:  Show this thread (4 posts)   Thread info: HELP WITH BROWSERS Size: 1,278 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: HELP WITH BROWSERS :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
Web Development
Started 1 week ago (2009-11-21 13:33:00)  by SimulationofSai
Have you thought about using MSMQ? Whenever your web method say MethodA() is called by any client, the first thing that MethodA() will do is push a message into a message queue. Your local app say AppA will keep polling (or subscribe to the message queue) and will be notified whenever a message arrives in the queue, this letting you know that MethodA() has been invoked.
Thread:  Show this thread (3 posts)   Thread info: WebMethod notification Size: 416 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: WebMethod notification :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
Web Development
Started 1 week, 1 day ago (2009-11-20 13:14:00)  by Abhijit Jana
What is use if min-Width ? You can directly fix the width of table.
Thread:  Show this thread (3 posts)   Thread info: CSS: table min-width Size: 105 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: CSS: table min-width :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
Web Development
Started 1 week, 1 day ago (2009-11-20 06:23:00)  by Abhijit Jana
You can use Random Number . or GUID for that. You can also search google a while, you will get many solution.
Thread:  Show this thread (3 posts)   Thread info: How to Generate Unique Serial Number Size: 240 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How to Generate Unique Serial Number :: Web Development :: CodeProject: Discussion Boards. Free source code a..."