| Free aspnet hosting? (7 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet |
| Hi, Does someone know where I can find free/good aspnet webhosting companys? Best regards Iceman |
|
| Arrays doesn't save between calls (2 replies) |
| microsoft.public.dotnet.framework.aspnet |
| Hello all, I'm making a page to answer about 180 questions, so, i made possible that the user choose how many columns and rows are displayed in each page depending on his resolution and others factors, so i display this page until all the questions are answered, but my trouble starts when i took the answered page and store the options (all questions are radio button lists) in an array, because, th... |
|
| add dataset values back into database (2 replies) |
| microsoft.public.dotnet.framework.aspnet |
| Is there a way to do this ?? |
|
| asp.net & Image database type (2 replies) |
| microsoft.public.dotnet.framework.aspnet |
| Hi, Can someone give me an example of a query that will update a database with an Image type ? So, if I have a picture file on my web server, and I want to add it to my SQL database in a field defined as Image, what query do I use ? Insert into Picture values (?????) Thanks, Steve |
|
| Input mask on a text box? (5 replies) |
| microsoft.public.dotnet.framework.aspnet |
| Is it possible to create a input mask on a text box? If a user enters a date like this 060103 I would like to see it automatically converted to 06/01/03. In Access if you set a input mask to 99/99/00;0; when the cursor enters the cell you see / / . That is the functionality I am trying to accomplish. Can it be done? |
|
| XML Menu Problem (3 replies) |
| microsoft.public.dotnet.framework.aspnet |
| Hi All, We are using a JavaScript drop down menu and we have a problem with it. Below that menu on the aspx form we have an iFrame that we use to display some html files, and sometimes .doc files. The problem is that when a DOC file is displayed the menu is not displayed properly as if it is hidden behind the iFrame. Does anyone know how to solve this issue? Thanks, Adnan |
|
| Enable/Disable RequiredFieldValidator (2 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet |
| I am trying to enable/disable a requiredfieldvalidator on the client side and am generating an error. I had found some documentation on validation which states that I should be able to enable/disable validators on the client side. http://msdn.microsoft.com/library/default.asp?url /library/en us/dnaspp/html/aspplusvalid.asp According to it and the little other info I was able to find, the way to ac... |
|
| Sample site (7 replies) |
| microsoft.public.dotnet.framework.aspnet |
| Hi Is there an asp.net sample site with access backend that I could use to learn good asp.net development practices? Thanks Regards |
|
| debugging help (3 replies) |
| microsoft.public.dotnet.framework.aspnet |
| Here is my scenario. I have a production site that was hand coded .. ie. no VS. I have a dev site .. this is a dev copy of the production site. Language using .. Vb.net Framework Version ... Latest 1.1 Server ... Win2000 I am getting some errors in the production site, but not all of the time. I need to turn on debugging in my web.config ( which I have done ) and grab the error quietly in the glob... |
|
| OT: Web Host w/Large Email (7 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet |
| Sorry if this is off topic and/or the wrong newsgroup but I've surfed for hours... I need to find a .NET web host with large limits on email attachments and mailbox size. Our current host's maxes are 6 MB attachments and 20 MB total mailbox size. I know it sounds ridiculous but these are too low. Though I've pleaded & begged the host can't/won't increase them. I need on the order of 25 MB attachme... |
|
| How to import contacts from outlook to my web app (2 replies) |
| microsoft.public.dotnet.framework.aspnet |
| How to import contacts from outlook to my web app If someone has made something like this, please help me out !! |
|
| forms authentication (2 replies) |
| microsoft.public.dotnet.framework.aspnet |
| I want to force anyone who gets in my website to login if he did not log in yet. Like is he is accesssing a page "dummy.aspx", he will be redirected to the login page if did not log in yet. I configured my web.config as following but i can still access dummy.aspx without being redirected to Authentication.aspx: authentication mode "Forms" forms loginUrl "Authentication.aspx" / /authentication What... |
|
| PopUpProblem (3 replies) |
| microsoft.public.dotnet.framework.aspnet |
| Hi I have the folowing situation. On page First.aspx i have a hyperlink and text box. When i click link i want to open a popup window (page: Second.aspx) with a calendar control Cal1. When i click on a date on Cal1 i would like to close Second.aspx and to write date in textbox in First.aspx. Also if textbox is not empty when link is clicked i want Cal1 to display that date as selected. I know that... |
|
| Dynamically create controls ? (4 replies) |
| microsoft.public.dotnet.framework.aspnet |
| Hi, What I would like to do is have a different number of controls on a web form based on a users configuration. So, some users will need 5 textboxes, and some will only need 1. I don't want to use the .visible property, and design a form that always has the maximum # of textboxes on it. Is it possible to dim an object as a new control, and then dynamically place it on the web form when the page l... |
|
| Dynamic Content (2 replies) |
| microsoft.public.dotnet.framework.aspnet |
| I need to be able to stream dynamic html content based on a request embeded in a client's html. For example: I have a client who will be given a uniquie URL based on his assigned "team". The URL could look like this: http://www.mysite.com/server/teamstate.aspx?teamid 1393. The client would copy this URL into one of his html pages. Based on some server side processing on mysite.com, I want to strea... |
|
| VS.NET versioning issues (3 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet |
| I am experiencing some difficulties having upgraded to VS 2003. Here is my problem: when compiling a web project from the new version, the application no longer works and throws various exceptions (the app runs on .NET 1.0). However, this can be corrected by compiling the same project from another machine with the orginial version of VS.NET. I am sure that I am missing a setting somewhere, or some... |
|
| which best software for this? (5 replies) |
| microsoft.public.dotnet.framework.aspnet |
| which best software for work with ASP.NET ? to design page join to programming send your suggestions Vivian |
|
| code behind (3 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet |
| Hi folks: i tried to rewrite the following code with code behind. i moved the c# piece to Page Load method. but i always got the user's name attached at the top of the page. it was supposed to be at the bottom of the page. how can i do? thank you very much! %@ Page Language "C#" % html body h1 Welcome to CorpNet! /h1 hr Welcome to the corporate intranet! We don't have a lot to offer right now, but... |
|
| Is IsNull supported in ASP.NET? (6 replies) |
| microsoft.public.dotnet.framework.aspnet |
| For some reason, I'm being told to declare "IsNull". Surely I'm doing something wrong. I'm basically seeing if someone clicked a link which passes a variable in the querystring like MyPage.aspx?id 5 This is in a Page Load rountine: If IsNull(Request.QueryString("id")) Then intID CInt(Request.QueryString("id")) lblEventDetails.Text "You clicked event number " & intID & "." End If Compiler Error Mes... |
|
| Difference between C# and VB.NET (3 replies) |
| microsoft.public.dotnet.framework.aspnet |
| Hi Guys, It might seem to be a very easy question, but i am very much eager to know some good technical difference between C# and VB.NET. Are there anything that i can do in one language and cannot in other? And finally why C# seems to be a sort of standard in industry? Regards, Raj Dhrolia. |
|
| Textbox is tiny on Mozilla Firebird (4 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet |
| When I use IE, the textbox on my webform is normal. When I use Mozilla Firebird, the textbox is tiny and it is impossible to type text into it. What must I do to make the textbox viewable with Mozilla? |
|
| Database Connectivity using DSN (2 replies) |
| microsoft.public.dotnet.framework.aspnet |
| Hi, I need to connect to SQL server Database using a System DSN. Can anyone tell me how to connect to SQL Server using DSN in ASP.NET (VB.Net). Using a Try Catch block. Does anyone know how to create a "filename.DSN" file. I know how to create a system DSN, but my N/W admin has asked me to create a DSN file to send him. which would be a file name with ".DSN" extension. thanks in advance. *** Sent ... |
|
| multiple page form (4 replies) |
| microsoft.public.dotnet.framework.aspnet |
| Is there a way for a web form to submit to another web form and still use the form elements like text box's etc..? It appears that the second page would not know what form elements were on the first form. How should this be handled? I know you can do it using the request object but I rather use the form elements if possible. I need to do this because my application is a multiple page form, where t... |
|
| Image download (7 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet |
| For some reason, even though all of my jpgs and gifs download to IE with the html on the stand alone server, and on computers within our peer to peer lan; they do not all download to clients over the internet. I've check and my scr specifications are identical. On the server, all the images are located in the same directory with the same protections. Any suggestions??? Thanks |
|
| selectedindexchanged and user controls (3 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet |
| Has anyone experienced any problems with their selectedindexchanged not firing when there are user controls present on the page? I have 4 controls on a page and only once I remove all 4 does my dropdownbox selectedindexchanged work. Any ideas? |
|