| Thread | Last Post | Replies |
|
| User Profile Data | 29 Nov 2007 01:27 GMT | 4 |
When profile data is stored in ASP .NET, where is the user data persisted? For how long is it persisted: is it session persisted or permanent (like a cookie)?
|
| tag <tbody> using TAble control | 28 Nov 2007 20:16 GMT | 3 |
Hi misters, How I generate <tbody> tag using Table, TableRow, etc ... controls ? I have this method: private Table GenerarTablaOrdenacion(LinkButton lnkAscendente, LinkButton
|
| PHP\ASP.NETWebservice | 28 Nov 2007 19:22 GMT | 2 |
Does anyone have an example of consuming an ASP.NET webservice from PHP. I have a procedure in the webservice that passes an array with CompanyID and CompanyName. The php side needs to call the procedure to write out the data from the array into a couple of columns in the table. ...
|
| aspnet examples question | 28 Nov 2007 18:56 GMT | 3 |
hey all, the following code snippet was in a tutorial at asp.net regarding DataList examples and this was used as the datasource: ICollection CreateDataSource() {
|
| unable to start debugging on the web server, access is denied! | 28 Nov 2007 18:16 GMT | 3 |
Hi I have both vs 2003 and vs 2005 runing on a machine that has windows xp on it with iis 5.1. Everything works except I can not debug a 2003 web application. I looked in IIS and it is using framework 1.4 it also runs fine outside of debug mode.
|
| Protect an Image File in ASP.NET Web Project? | 28 Nov 2007 17:57 GMT | 7 |
Hi. I have an ASP.NET 2.0 web application which contains an Images directory with all website images. How can I prevent other websites from creating img tags with the source as my images? I want to prevent other websites from serving my image.
|
| Simple Login programming: Authentication does not work for me! | 28 Nov 2007 16:51 GMT | 1 |
Hello Bob, I thought it should be a simple matter to put a login page together after watching LearnVisualNet videos ! O boy how wrong I was. First of all I realized that even the guru's web site doesn't work(!) (Try sending an
|
| Code Behind Problem | 28 Nov 2007 16:35 GMT | 5 |
When I start a new VS2005 website project, have a .aspx page and I drop a control onto it and when I double-click on the event, it brings up the .aspx.vb file so that I can add the VB event handler. A designer sent me her project with .aspx pages and asked me
|
| Converting ASCII to UTF-8 | 28 Nov 2007 16:27 GMT | 2 |
I am getting some Korean characters data from MS SQL server. These data were submitted as UTF-8 into the database, but stored as normal varchars. So, when I getting them out of database by using Gridview +SqlDataSource, they are actually ASCII format, but I couldn't just
|
| Release timeframe for SilverLight 1.1 ? | 28 Nov 2007 16:20 GMT | 1 |
I know this has probably been asked before, but I googled and searched old newsgroup posts trying to find something. I searched silverlight.net as well. Is there any kind of ballpark release timeframe for SilverLight 1.1?
|
| store a message in GMAIL | 28 Nov 2007 15:51 GMT | 2 |
I've a question: is it possible to send a mail message from a webform using a gmail account and store the message in gmail Outbox? Thanks in advance Fransis
|
| Best practice for streaming fairly large files from server to clie | 28 Nov 2007 15:21 GMT | 9 |
I have an issue with some code I am updating: An entire file is loaded into a memory stream then that memory stream uses its WriteTo method to write to the responses output stream. With larger files (250 mb) I get a system out of memory exception because the whole file
|
| Using aspx page like this: <script src="ASPXPageHere.aspx"></scrip | 28 Nov 2007 14:37 GMT | 2 |
Hi. I have an HTML file CallingPage.html shown below. It contains a script with a source from an aspx page named Default.aspx. <body> <script language="JavaScript" src="Default.aspx"></script>
|
| help configuring SQL 2005 user for asp app conneciton | 28 Nov 2007 12:59 GMT | 2 |
My aspx app connects to sql 2005 db via web.config conneciton string. I have a user name in the string but need to configure the users security prilevelges and dont know where to start. This user needs to run store procesdues with select, insert, update, delete
|
| Alternative to Crystal Reports | 28 Nov 2007 12:50 GMT | 2 |
I've used Crystal Reports for years and whilst it's been a love-hate relationship, it does it job. But I think it's become rather bloated over time and I have one big issue with it - the installation on a web server requires installation of a huge MSI which puts stuff all over ...
|