| Thread | Last Post | Replies |
|
| Upload File and custom error | 22 Feb 2008 06:57 GMT | 3 |
i want to display a custm page if i upload a file with size > MaxRequestLength. I try httpmodule, etc etc but i'm not able to redirect to a default page.
|
| about PasswordRecovery | 22 Feb 2008 05:11 GMT | 1 |
is it possible to change defult text of mail body when using PasswordRecovery ? The default text is: -----------------------------------
|
| ObjectDataSource error | 22 Feb 2008 02:28 GMT | 2 |
I am creating a ListView with an ObjectDataSource and Linq. However I am getting an error: ObjectDataSource 'odsTags' could not find a non-generic method 'GetTags' that has no parameters.
|
| Process.Start/ASP.NET under **Vista** | 22 Feb 2008 01:20 GMT | 8 |
I am almost afraid to ask this question but under Windows Vista can an ASP.NET application launch an interactive UI based process using Process.Start(..)? I see various posts that recomment the ASPNET account be granted
|
| Open Word Document from SQL Server and Save back again | 22 Feb 2008 00:54 GMT | 8 |
I currently have a site that stores versions of Word and Excel docs in SQL Server. User can Download the file, edit it and then Upload it again, where it is stored in SQL Server DB as a new Version. Following complaints from users, we need to look into options to allow users
|
| open webform with client script but cant close it | 22 Feb 2008 00:52 GMT | 4 |
I 've a problem. Consider 2 webforms webform1 got a button: in the Page_Load event, this code: Button1.Attributes.Add("onclick", "window.showModalDialog('webform2.aspx',null,'status:no;dialogWidth:370px;dialogHeight:220px;dialogHide:true;help:no;scroll:no');")
|
| ASP.NET Web Site development for internet business | 21 Feb 2008 23:47 GMT | 1 |
I want to develop an ASP.NET Web Site for some internet business. I have never done this before and don't have much knowledge. I am looking for some book/reference/web site where I can find all the information re web site development like
|
| SQL Server 2005 - how do i create the ASPNET user? | 21 Feb 2008 23:39 GMT | 6 |
ok im new to SQL Server 2005, from 2000. my webapps use integrated security, and run under: \\MYMACHINE\ASPNET ...in 2000 it was a pretty simple thing to create a new db user for
|
| Secure site under another... :( | 21 Feb 2008 23:19 GMT | 1 |
Hi, we have an asp.net 1.1 site.. lets say its @ http://www.mysite.co.uk/ A certificate has been bought for https://www.mysite.co.uk/ ...where we would want people to signup at https://www.mysite.co.uk/signup/
|
| Uploading Large data | 21 Feb 2008 23:11 GMT | 1 |
Hi Every Body: I have the following code that work fine with me when I load data thier size just 5 mb but when I move for 10mb or 20mb or 100mb it did not work with me? My code is:
|
| regular expression AND required validator together? | 21 Feb 2008 23:09 GMT | 9 |
It seems like it would be a reasonably common thing to need to use a regular expression validator in combination with a required field validator. I'm doing that on a "new password" page. But I'd rather only use one validador. Putting 2 validator controls side by side looks funny. ...
|
| using Access db for website - thoughts? | 21 Feb 2008 22:52 GMT | 2 |
I am creating an ASP.NET website that might have 50 concurrent users using it at 1 time (minimal data.) Will Access be ok for this or will the concurrent users accessing data pages blow up the site? Thanks...
|
| DLL & Bin folder hell. | 21 Feb 2008 21:51 GMT | 1 |
I am praying someone can help me, and I will keep it as simple as I can. I have three web sites, all created by a co-worker. He zips the sites up (excluding the bin directory), and passes them on to me. I compile the three sites, and a DLL file is created inside the BIN folder.
|
| Internet Explorer unable to read Excel stream | 21 Feb 2008 21:29 GMT | 1 |
I want to export a datagrid to Excel. Here is the code: [after datagrid databind] Response.Clear(); Response.Buffer = true;
|
| FIPS validated cryptographic algorithm ASP.Net 2.0 Parsing Error | 21 Feb 2008 18:53 GMT | 1 |
All I am receving the following error message when I attempt to run my ASP.Net 2.0 Site on a server built to pass the DISA Gold scan. --------------------------------------------------------------------------------------------------------
|