| Thread | Last Post | Replies |
|
| Unable to dispatch E-mails... | 11 Dec 2007 03:14 GMT | 7 |
I am new to ASP.NET (only coded web pages in HTML in the past), and I'm having some trouble: I have a form on which a visitor to my page can fill out comments and send them to my E-mail box. The code works fine when I test it on my local machine; but for the identical code ...
|
| Custom Controls and Callbacks | 11 Dec 2007 02:25 GMT | 1 |
First of all thanks in advance for any comments or suggestions. I've created a web page using ASP.Net 2.0 that uses a custom control that inherits from System.Web.UI.WebControls.GridView called CustomGridView and have added a property of type String to this class called for the
|
| ajax web chat | 10 Dec 2007 23:58 GMT | 5 |
Does anyone know how web-based chat like Gtalk in gmail works? how come it doesn't need to constantly refresh/send a request to the server to get new message? other web based chat room have to constantly refresh the page (every 10 sec)
|
| problem with request.querystring and date | 10 Dec 2007 23:56 GMT | 5 |
i want to pass the date/time from one page to another page like this: firts page: --------- <asp:HyperLink ID="HyperLink1" NavigateUrl="mypage.aspx?dat= & 'date.now'"
|
| 3.5 Framework - asp.net client side framework failed to load | 10 Dec 2007 23:29 GMT | 1 |
We have upgraded to vs2008 and .net framework 3.5. Everything works perfectly in our development environment. However when we deploy using the new web deployment project to our testing environment we recieve the following error when browsing to the website "asp.net client side ...
|
| AJAX? | 10 Dec 2007 23:25 GMT | 7 |
Hi, do you think AJAX must used on every system? His only advantage is avoiding post-back on server? Any one who has experience using it ? Please give some directions! Thanks!
|
| Name of Previous Page | 10 Dec 2007 22:07 GMT | 8 |
I have an ASP.Net web page that I want to be able to retrieve the name of the previous page as I am coming to this page from 3 different aspx pages via PostBackURL string. I looked at the PreviousPage but it has no "Name" property that I could find. Can anyone help? Thanks.
|
| Moving things from test to production. | 10 Dec 2007 21:28 GMT | 4 |
I'm working at a small company that has been very lax about moving things from test to production. We are now going to start doing some real processes for doing this. Does anybody have any suggestions about how to 'release' software from test
|
| Web Parts question | 10 Dec 2007 21:11 GMT | 2 |
Is it possible to create connections between 3 or more ASP.NEt Web Parts. I mean, I have 3 web parts. A = Customers list B = Orders list (by customer Id)
|
| Can't access System.Web.Extensions | 10 Dec 2007 17:54 GMT | 1 |
Hello all, I have a site which was a .NET 2.0 AJAX 1.0 site. I opened it up in VWDExpress 2008, and changed it to a 3.5 site, then subsequently changed it back to a 2.0 site (I didn't have time to figure out the subsequent C# compilers error in the web.config - which is strange BTW,
|
| Validator for radio button group | 10 Dec 2007 17:17 GMT | 1 |
I have 3 radio buttons on my page with different IDs, but they are grouped with name "Q1". I need to add some kind of validator on them so that user must have to select one of them.
|
| regarding hosting asp.net websites | 10 Dec 2007 16:58 GMT | 6 |
A friend of mine has an idea for a website. Originally he wants to develop it using PHP because then he have to pay less (compared to hosting an as.net website) for hosting the website... But it takes much more time to develop the website using PHP compared to asp.net... So now ...
|
| Using .js files rather than embedded js | 10 Dec 2007 16:58 GMT | 6 |
I am trying to migrate from lots of javascript embedded within an aspx file to using .js files. So far no luck. I have created the .js file which contains part of the javascript which was part of the aspx file and worked correctly.
|
| Breakpoints are ignored!! | 10 Dec 2007 16:46 GMT | 7 |
I am working with Windows Vista Ultimate and Visual Studio .NET 2005, I created an ASP.NET Web site and I only have added a breakpoint to test it but the breakpoint are ignored. I am working in debug mode as well. Any one has any ideas?
|
| javascript in asp.net | 10 Dec 2007 16:31 GMT | 3 |
I am having one question regarding javascript in web page. I have seen so many website using javascript a lot. My question is if some browser doesnot support javascript then javascript which web site is using will not gets call.
|