| Thread | Last Post | Replies |
|
| .NET app not fully operating on server | 23 Nov 2007 21:26 GMT | 2 |
I am a novice .NET developer, using Web Dev. 2005 Express version. I found some code dor doing CAPTCHA verification and it works great on my local machine. I FTP all files to my web server and when I run the default.aspx I get the error below...The hosting company (Verio) got ...
|
| Repetitive coding | 23 Nov 2007 21:22 GMT | 3 |
When I'm creating a new web site project, I tend to spend a lot of time repeating the same code, but with different variable names and types. This is when I am setting up the business, and data layers in particular. Even the SQL stored procedures are much the same (except for the ...
|
| Creating a Web Service (Service, not Client) from WSDL | 23 Nov 2007 20:29 GMT | 1 |
I understand, that the "normal way" in creating Web Services is: Creating Web Service --> WSDL --> Creating Client Unfortunately, I have to create a Web Service (Service, not Clinet) from an existing WSDL.
|
| Out of memory when having lot of memory! | 23 Nov 2007 18:23 GMT | 5 |
Our aspnet application is randomly thrown this exception: System.OutOfMemoryException It only happens on our bigger 2003 server (4GB of ram!) I've found this on Microsoft site:
|
| Script Manager | 23 Nov 2007 17:44 GMT | 2 |
I know that only one page can be added to a page. I am working on a library with various custom controls. I might need to add references to the script manager of the page where the control will be added.
|
| Application Tier HTML Email | 23 Nov 2007 17:17 GMT | 2 |
I am hoping to hear other people's suggestions and advice regarding this issue. Generating and sending a basic HTML email with Microsoft.Net is easy. I can throw some HTML together from strings, templates, excreta and
|
| Is there a way to detect a complete URL? | 23 Nov 2007 16:31 GMT | 2 |
We have a web form where the user should enter a complete URL including the protocol, so "www.myURL.com" is not considered valid, it should be "http://www.myURL.com" or "mms://www.myURL.com" or something like that... Is there a way I can detect if an URL is complete?
|
| window.open problem | 23 Nov 2007 16:27 GMT | 4 |
I must be missing something simple, but can't figure this out. I want to popup an error notification page (showerror.aspx) if any errors occur while a page is being processed. I should be able to do this by putting the following code in the
|
| Developing a web page that always listen to a WebService | 23 Nov 2007 16:05 GMT | 2 |
I have to develop a web page that should always listen to a web page i.e , whenever the data sending by the service changed, the page should refreshed, please help me in acheiving this.If any one have code please send it to me.
|
| What ASP.Net hosting you advise me? | 23 Nov 2007 15:23 GMT | 13 |
What ASP.Net hosting you advise me? http://www.alvas.net - Audio tools for C# and VB.Net developers
|
| Which one is right? | 23 Nov 2007 15:19 GMT | 4 |
I am working on a custom control and I created a property and a "New" method. What is the right way to define the property in "New" method: _Name = name
|
| Script. Which event? | 23 Nov 2007 12:09 GMT | 3 |
In which page event should I add javascript blocks to my page or include javascript files references? Thanks, Miguel
|
| What ASP.Net wiki engine you advise me? | 23 Nov 2007 11:57 GMT | 2 |
What ASP.Net wiki engine you advise me? http://www.alvas.net - Audio tools for C# and VB.Net developers
|
| UpdateCommand DetailsView | 23 Nov 2007 10:32 GMT | 1 |
Why doesn't update work unless when i set readonly=true in my asp:boundcolumn or if i set it visible=false. If i make it visible true it does work.
|
| DATA THROUGH QUERYSTRING | 23 Nov 2007 09:57 GMT | 4 |
DEAR SIR/MADAM I WANT TO SEND DATA THROUGH QUERYSTRING BUT I DONT WANT TO SHOW DATA IN URL. HAVE U ANY METHOD PLEASE TELL ME. THANKS IN ADVANCE
|